Skip to main content

Installation

Requirements

Steps

  1. Install ScriptHookV and ScriptHookVDotNet3 in your GTA V root folder.

  2. Copy StreetRiders.dll into Grand Theft Auto V/scripts/.

  3. Copy StreetRiders.ini into Grand Theft Auto V/scripts/.

  4. Launch the game. You should see a confirmation message:

    Street Riders v1.2.1: Loaded!

Folder Layout

Grand Theft Auto V/
├── ScriptHookV.dll
├── ScriptHookVDotNet3.dll
└── scripts/
├── StreetRiders.dll
└── StreetRiders.ini

First Run

On first launch the mod loads automatically. Riders begin spawning based on the default configuration. Open the INI file to adjust groups, zones, wheelie physics, and more, then press F10 in-game to hot-reload.

Hotkeys

KeyAction
F10Reload configuration from INI
InsertToggle debug overlay (if Debug enabled)
NumPad1Force-spawn a group (Test Mode)
NumPad0Delete all riders (Test Mode)
F7Toggle follow player system

Build from Source (Developers)

  1. Open the solution file in Visual Studio 2022+.
  2. Restore NuGet packages (ScriptHookVDotNet3 reference).
  3. Build the project; the output goes to the configured path.
  4. Copy the built StreetRiders.dll and the provided StreetRiders.ini to your scripts/ folder.

The project targets .NET Framework 4.8.