Skip to content

Monorepo for my Night-Runners mods

License

Notifications You must be signed in to change notification settings

Scoolnik/SK.NRMods

Repository files navigation

Night-Runners mods

Mods list

Mod Description Download
Drag stats This mod allows you to measure drag stats (like time from 0 to 100km/h) click
Custom music This mod allows you to use custom tracks in game click

Installation

  1. Install BepInEx 6 Unity (IL2CPP), at least v647, but its better to have the latest version. Official site: builds.bepinex.dev
  2. Download a mod from the table above or from releases page
  3. Place mod dll to BepInEx/plugins folder 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.

Build

  1. Download this repository
  2. Create game.props file with your game path, based on game.props.example (used to reference game files and to copy plugin after build)
  3. Open solution in visual studio
  4. Build required mod
  5. Run game to test it :)