Building
This is a summary. For additional guidance, please refer to the Reloaded-II documentation.
To build the mod, you will require the following components:
- Git
- .NET 6 SDK
- Visual Studio 2022
Steps
-
Clone this repository (and its submodules).
git clone --recursive https://github.com/Sewer56/Riders.Tweakbox.git -
Add an environment variable named
RELOADEDIIMODS.

The value should be the of the Mods folder in your Reloaded folder.
- Open
Riders.Tweakbox.slnin Visual Studio or your preferred editing environment of choice.
Publishing
Publishing builds this mod in an optimized format such that it is ready for end users to consume.
-
Open a PowerShell prompt and navigate to the
Riders.Tweakboxfolder. -
Run the Publish script with
.\Publish.ps1. -
This will automatically build the mod, make a folder called
Publishand put a zipped compiled version of the mod there ready to be shared.