Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mika-n authored Apr 6, 2023
1 parent c6ab089 commit 954ed90
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# User.RBRCustomReader

Custom Richard Burns Rally (RBR) data reader plugin for SimHub. This plugin adds certain new properties to be used by SH dashboards.

RSFCarName = The true car name as shown in Rallysimfans (RSF) car selection screens.
RSFCarID = RSF car ID (not the same as 0..7 car slot ID)

## SimHub addon plugin installation:
- Close SimHub application
- Copy RBRCustomReader.dll file into the SimHub application folder (ie. the folder where you have SimHubWPF.exe)
- Launch SimHub and it will probably notify you it detected a new addon plugin
- Enable the RBRCustomReader plugin
- No need to tick "show in left menu" option
- The plugin should be now shown as enabled in SimHub/Settings/Plugins tab page

## How to use new custom properties in SimHub dashboard layout
- Add a text object into SimHub dashboard layout and set the text object to use NCalc formula with RSFCarName or RSFCarID property reference
- As of writing this this custom RBR reader plugin has only two new properties: RSFCarName and RSFCarID, but in the future there may be more custom properties

## License
Copyright (c) 2023 mika-n, www.rallysimfans.hu. No promises and/or warranty given what so ever. This may or may not work. Use at your own risk.

WTFPL licensed to public domain, free for commercial and personal use, modifications and redistribution allowed. http://www.wtfpl.net/

If you modify and create a derivated version using this app then please leave the above shown copyright text in the derived work as a credit to the original work (readme.txt and source code files).

0 comments on commit 954ed90

Please sign in to comment.