Skip to content
JonathanCrossland edited this page Feb 3, 2025 · 10 revisions

Welcome to the rev76 wiki!

Please note: It is a development version and must be used with caution.

Compiling

Don't forget to restore nuget packages first.

Download Development builds

Visit the Releases page and grab the zip file for the latest release.

Releases

Extract to a folder of your choice.

Run Rev76.exe

Dependencies

You will need .NET to run this application. .NET 4.8.1

RevConfig: Widget configuration

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": 3990,
      "Y": 916,
      "Width": 190,
      "Height": 265,
      "Enable": true
    },
    {
      "Name": "PurpleWidget",
      "FPS": 2,
      "X": 3086,
      "Y": 929,
      "Width": 370,
      "Height": 230,
      "Enable": true,
       "Settings": {
        "Kind":  "relative"
      }
    },
    {
      "Name": "Rev76Widget",
      "FPS": 10,
      "X": 100,
      "Y": 400,
      "Width": 84,
      "Height": 84,
      "Enable": true
    }
}

"Kind": "relative" | "position"

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.

Widgets

Clone this wiki locally