Skip to content

Iamliuxiaozhen/GTA-V-Police-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GTA-V-Police-mode

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.

Quick Start

  1. Install or verify GTA V Legacy. Enhanced edition is not supported by LSPDFR.
  2. Download these packages yourself:
    • LSPD First Response / LSPDFR manual install package matching your GTA build
    • ScriptHookV matching your GTA build
  3. Put the .zip files in either:
    • C:\Users\<you>\Downloads
    • this repo's packages folder
  4. Right-click deploy.bat and choose Run as administrator if your GTA folder needs admin write permission.
  5. Start police mode with RAGEPluginHook.exe inside your GTA V folder.

For the full Chinese tutorial, read docs/TUTORIAL.zh-CN.md.

One-Click Install

Default auto-detection:

.\deploy.bat

Specify 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"

What The Script Does

  • 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.dll and dinput8.dll.
  • Writes -nobattleye to commandline.txt.
  • Writes LoadPlugin "LSPD First Response.dll" to startup.rphs.

Safety Notes

Use this only for Story Mode / LSPDFR. Do not join GTA Online with modded files in your game directory.

License

MIT. See LICENSE.