...
After you have created your custom overlay you need to assign it. You can do this by opening the "overlays-config.json" file inside the userdata/UserData\player folder in your rFactor 2 installation and changing the name of the overlay. The "customConfig" field is what defines the overlay that is used. The name you type in here needs to match the name you gave the folder of your custom overlay. If you don't have that file yet, you can create it yourself with the following contents:
Code Block |
---|
{
"customConfig": "MyCoolOverlay",
"clients": [ ]
} |
Controlling multiple rFactor 2 clients
...