Installation
Requirements
- Grand Theft Auto V (latest version)
- ScriptHookV by Alexander Blade
- ScriptHookVDotNet v3
Steps
-
Install ScriptHookV and ScriptHookVDotNet3 in your GTA V root folder.
-
Copy
StreetRiders.dllintoGrand Theft Auto V/scripts/. -
Copy
StreetRiders.iniintoGrand Theft Auto V/scripts/. -
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
| Key | Action |
|---|---|
F10 | Reload configuration from INI |
Insert | Toggle debug overlay (if Debug enabled) |
NumPad1 | Force-spawn a group (Test Mode) |
NumPad0 | Delete all riders (Test Mode) |
F7 | Toggle follow player system |
Build from Source (Developers)
- Open the solution file in Visual Studio 2022+.
- Restore NuGet packages (ScriptHookVDotNet3 reference).
- Build the project; the output goes to the configured path.
- Copy the built
StreetRiders.dlland the providedStreetRiders.inito yourscripts/folder.
The project targets .NET Framework 4.8.