Since game changed it's major version in new Private Alpha - all plugins with version "v1.x.x" should be considered only compatible with Prologue.
- For Prologue - use plugins with version "v1.x.x"
- For Private Alpha (2026) - use plugins with version "v2.x.x"
| Mod | Description | Download |
|---|---|---|
| Drag stats | This mod allows you to measure drag stats (like time from 0 to 100km/h) | v1.0.2 v2.0.0 |
| Custom music | This mod allows you to use custom tracks in game | v1.0.2 v2.0.0 |
| Skip intro | This mod allows you to skip intro and load directly to garage |
Caution
Skip intro mod may cause save file corruption - please do not use. I'm working on fix
- Install BepInEx 6 Unity (IL2CPP), at least v647, but its better to have the latest version. Official site: builds.bepinex.dev
- Download a mod from the table above or from releases page
- Place mod dll to
BepInEx/pluginsfolder inside game folder (will be created after first game launch with bepinex)
The game folder is the folder containing the game's executable.
To open it from Steam just right-click the game in the library and select Manage -> Browse local files.
Tip
If you don't know which bepinex version you need, just look for BepInEx Unity (IL2CPP) for Windows (x64) games
- Download this repository
- Create
game.propsfile with your game path, based ongame.props.example(used to reference game files and to copy plugin after build) - Open solution in visual studio
- Build required mod
- Run game to test it :)