-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the rev76 wiki!
Please note: It is a development version and must be used with caution.

Don't forget to restore nuget packages first.
Visit the Releases page and grab the zip file for the latest release.
Extract to a folder of your choice.
Run Rev76.exe
You will need .NET to run this application. .NET 4.8.1
In the root folder, there is a file called revconfig.json.
use 'enable' : false to turn a widget off. Restart the app.
{
"Widgets": [
{
"Name": "TyreWidgetEx",
"FPS": 10,
"X": 2852,
"Y": 941,
"Width": 325,
"Height": 450,
"Enable": true,
"ShowInTaskBar": true,
"Scale": 0.75,
"Settings": {
"Kind": "extended"
}
},
{
"Name": "PurpleWidget",
"FPS": 4,
"X": 3086,
"Y": 929,
"Width": 435,
"Height": 235,
"Enable": true,
"ShowInTaskBar": true,
"Scale": 1.1,
"Settings": {
"Kind": "relative"
}
},
{
"Name": "LeaderboardWidget",
"FPS": 20,
"X": 1000,
"Y": 329,
"Width": 435,
"Height": 850,
"Enable": true,
"ShowInTaskBar": true,
"Scale": 1.5,
"Settings": {
}
},
{
"Name": "Rev76Widget",
"FPS": 10,
"X": 100,
"Y": 400,
"Width": 300,
"Height": 550,
"Enable": false,
"ShowInTaskBar": true,
"Scale": 1.3,
"Settings": {}
},
{
"Name": "FlagWidget",
"FPS": 10,
"X": 2348,
"Y": 132,
"Width": 320,
"Height": 70,
"Enable": true,
"Scale": 0.9,
"ShowInTaskBar": true,
"Settings": {}
},
{
"Name": "SetupOverlayWidget",
"FPS": 20,
"X": 1371,
"Y": 198,
"Width": 1800,
"Height": 1000,
"Enable": true,
"ShowInTaskBar": true,
"Scale": 1
}
}
Purple Widget
"Kind": "relative" | "position"
Tyre Widget
"Kind": "extended" | "standard"
This shows either the relative cars in front and behind you or the cars positioned in front or behind your current position.
NOTE: The X/Y is modified when you move the widget on screen. This allows you to maintain the last position or each widget.