-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Claude Sonnet 5 edited this page Aug 25, 2026
·
4 revisions
A minimalist, safety-first mod manager for Grand Theft Auto V on Windows. It detects your game installation, identifies mod file types, deploys files to the correct directories, and protects your game's core binaries at every step.
Two rules are never broken, anywhere in the app:
-
Core game binaries are never modified (
GTA5.exe,GTA5_Enhanced.exe,PlayGTAV.exe, launcher/anti-cheat binaries, or any.exein the game tree). - Destructive changes require double-consent — anything that overwrites or deletes an existing file asks you to confirm twice.
➡️ Download the latest release
| Page | What's in it |
|---|---|
| Getting Started | Requirements, installing the app, first launch, switching language. |
| Game Setup and Launch | Detecting your GTA V path, the component check, Script Hook V .NET nightly install, and Launch Game / Launch Clean. |
| Installing Mods | The install engine, .zip auto-extraction, Menyoo XML, add-on vehicles (dlcpacks), install modes, and conflict detection. |
| Managing Installed Mods | Editing mod details, enable/disable, uninstall, and Excel export. |
| Backup and Restore | One-click full mods\ folder backup/restore, and how per-change automatic backups work. |
| SP to FiveM Converter | Converting single-player asset mods into FiveM server resources, including reading .rpf archives. |
| Advanced Tools | The in-app file Editor and the read-only Install Helper. |
| Safety Model | The rules that apply across the entire app: protected files, double-consent, backups, on-demand elevation. |
| Data Locations and Logs | Where backups, logs, and settings live on disk. |
| Building and Releasing | Building from source and how CI/CD (GitHub Actions) builds and publishes releases. |
| FAQ | Short answers to common questions. |
- Automatic GTA V path detection across Registry, Steam, Epic, and Rockstar.
- A mod install engine that recognizes
.oiv,.asi,.dll,.lua,.zip, and folders. - Launch Game / Launch Clean (Mods Off) — one click to disable every enabled mod, play GTA Online clean, and have them restored automatically when the game closes.
- A safety guard that can never modify core game binaries, with double-consent verification and automatic backups before any change.
-
SP → FiveM Converter — turns single-player asset mods into ready-to-use FiveM resources,
including reading unencrypted
.rpfarchives directly. - Tri-language interface: English, Traditional Chinese, and Simplified Chinese (default English).
This tool never alters GTA5.exe, GTA5_Enhanced.exe, PlayGTAV.exe, or other protected core
files. Always mod a legitimately owned copy, and avoid using mods in GTA Online — doing so
violates Rockstar's Terms of Service.
- Repository
- Releases
- In-repo User Manual (also available in 繁體中文 / 简体中文)
- License