Foaf0-VNitro icon

VNitro

VNitro Mod for Schedule I game on Steam created by Arian

Last updated a week ago
Total downloads 189
Total rating 1 
Categories Mods Tools Libraries Audio IL2CPP
Dependency string Foaf0-VNitro-1.0.1
Dependants 0 other packages depend on this package

README

VNitro โ€” Car Nitro Boost Mod for Schedule I

Release Downloads License: MIT

Give your ride a burst of speed with a configurable nitrous boost. Lightweight, safe, and easy to install.

https://github.com/ArianV/VNitro


โœจ Features

  • Hold-to-boost nitro with smooth FOV kick
  • Configurable boost power, duration, cooldown
  • Clean, minimal codebase for easy modding

๐ŸŽฎ Controls (default)

  • Boost: Left Shift (hold)

You can change the keybind and values in the config file (generated on first run).

โœ… Requirements

  • Game: Schedule I (tested on Windows)
  • MelonLoader: v0.7+ (Il2Cpp)

๐Ÿ“ฆ Install

MelonLoader

  1. Install MelonLoader to your game (see MelonLoader docs).
  2. Download the latest VNitro.dll from Releases.
  3. Drop VNitro.dll into your game folderโ€™s Mods/ directory:
  • .../Steam/steamapps/common/Schedule I/Mods/
  1. Launch the game. A config file will be created on first run.

โš™๏ธ Config

After first launch, a config file like VNitro.cfg (or JSON) is generated. Common options:

  • BoostPower โ€” how strong the nitro is
  • BoostDuration โ€” seconds the boost lasts while held
  • Cooldown โ€” seconds before boost can be used again
  • FovKick โ€” camera FOV increase during boost
  • MotionBlur โ€” enable/disable (if supported)

๐Ÿ›  Build from source

Prereqs: .NET 6 SDK, Visual Studio 2022 or Rider

  1. Clone repo: git clone https://github.com/ArianV/VNitro
  2. Open the solution.
  3. Ensure references to the game assemblies and loader libs are set (Il2Cpp/Unity).
  4. Build Release. The DLL will appear under bin/Release/....

The included GitHub Action builds on windows-latest with .NET 6.

๐Ÿงช Tested On

  • OS: Windows 11
  • Game Build: 0.4.0
  • Loader: MelonLoader 0.7.x (Il2Cpp)

โ“ Troubleshooting

  • Game doesnโ€™t detect the mod: Confirm the DLL is in Mods/ (MelonLoader) or BepInEx/plugins/ (BepInEx IL2CPP).
  • Keybind conflict: Change the boost key in the config.
  • Stutter or artifacts: Lower BoostPower/FovKick or disable motion blur.

๐Ÿค Contributing

PRs and suggestions welcome! Please run in Release and keep changes scoped.

๐Ÿ“„ License

MIT


License