GTA V Legacy police mode deployment helper for Windows. This repository does not redistribute GTA V, LSPDFR, ScriptHookV, or RAGE Plugin Hook files. It provides a tutorial and a local installer script that deploys packages you downloaded yourself from official sources.
- Install or verify GTA V Legacy. Enhanced edition is not supported by LSPDFR.
- Download these packages yourself:
- LSPD First Response / LSPDFR manual install package matching your GTA build
- ScriptHookV matching your GTA build
- Put the
.zipfiles in either:C:\Users\<you>\Downloads- this repo's
packagesfolder
- Right-click
deploy.batand choose Run as administrator if your GTA folder needs admin write permission. - Start police mode with
RAGEPluginHook.exeinside your GTA V folder.
For the full Chinese tutorial, read docs/TUTORIAL.zh-CN.md.
Default auto-detection:
.\deploy.batSpecify GTA V path manually:
.\deploy.bat -GtaPath "F:\SteamLibrary\steamapps\common\Grand Theft Auto V"Specify package folder manually:
.\deploy.bat -PackageDir "D:\Downloads\GTAV-Mods"- Finds a valid GTA V Legacy directory.
- Finds downloaded LSPDFR and ScriptHookV zip packages.
- Creates a timestamped backup in the GTA V folder.
- Extracts LSPDFR into the GTA V folder.
- Installs
ScriptHookV.dllanddinput8.dll. - Writes
-nobattleyetocommandline.txt. - Writes
LoadPlugin "LSPD First Response.dll"tostartup.rphs.
Use this only for Story Mode / LSPDFR. Do not join GTA Online with modded files in your game directory.
MIT. See LICENSE.