| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| games:windows:gta_v_legacy_legendary [2026/05/23 12:12] – Sean Rhone | games:windows:gta_v_legacy_legendary [2026/05/27 00:52] (current) – Sean Rhone |
|---|
| * Settings -> General -> ''[x]'' BattlEye | * Settings -> General -> ''[x]'' BattlEye |
| |
| DEL /Q "%UserProfile%\Downloads\Rockstar-Games-Launcher.exe" & "%SystemRoot%\System32\curl.exe" --output "%UserProfile%\Downloads\Rockstar-Games-Launcher.exe" --location "https://gamedownloads.rockstargames.com/public/installer/Rockstar-Games-Launcher.exe" --progress-bar && "%UserProfile%\Downloads\Rockstar-Games-Launcher.exe" /s /f | "%SystemRoot%\System32\curl.exe" --output "%UserProfile%\Downloads\Rockstar-Games-Launcher.exe" --location "https://gamedownloads.rockstargames.com/public/installer/Rockstar-Games-Launcher.exe" --progress-bar && "%UserProfile%\Downloads\Rockstar-Games-Launcher.exe" /s /f |
| |
| "%ProgramFiles%\Rockstar Games\Launcher\Launcher.exe" | "%ProgramFiles%\Rockstar Games\Launcher\Launcher.exe" |
| * Used as a wrapper to fake Epic Store presence for Rockstar launcher | * Used as a wrapper to fake Epic Store presence for Rockstar launcher |
| |
| DEL /Q "%UserProfile%\Downloads\EpicGamesLauncher.exe" & "%SystemRoot%\System32\curl.exe" --output "%UserProfile%\Downloads\EpicGamesLauncher.exe" --location "https://github.com/Etaash-mathamsetty/heroic-epic-integration/releases/latest/download/EpicGamesLauncher.exe" --progress-bar && RMDIR /S /Q "%ProgramFiles%\Epic Games\Launcher" & MKDIR "%ProgramFiles%\Epic Games\Launcher" && MOVE /Y "%UserProfile%\Downloads\EpicGamesLauncher.exe" "%ProgramFiles%\Epic Games\Launcher\EpicGamesLauncher.exe" | "%SystemRoot%\System32\curl.exe" --output "%UserProfile%\Downloads\EpicGamesLauncher.exe" --location "https://github.com/Etaash-mathamsetty/heroic-epic-integration/releases/latest/download/EpicGamesLauncher.exe" --progress-bar && MKDIR "%ProgramFiles%\Epic Games\Launcher" & MOVE /Y "%UserProfile%\Downloads\EpicGamesLauncher.exe" "%ProgramFiles%\Epic Games\Launcher\EpicGamesLauncher.exe" && DIR /B "%ProgramFiles%\Epic Games\Launcher\EpicGamesLauncher.exe" |
| | |
| DIR "%ProgramFiles%\Epic Games\Launcher\EpicGamesLauncher.exe" | |
| |
| ====== GTA V ====== | ====== GTA V ====== |
| MKDIR "%ProgramFiles%\Epic Games" & "%SystemRoot%\explorer.exe" "%ProgramFiles%\Epic Games" | MKDIR "%ProgramFiles%\Epic Games" & "%SystemRoot%\explorer.exe" "%ProgramFiles%\Epic Games" |
| |
| DIR "%ProgramFiles%\Epic Games\GTAV\GTA5.exe" | DIR /B "%ProgramFiles%\Epic Games\GTAV\GTA5.exe" |
| |
| ===== Legendary ===== | ===== Legendary ===== |
| |
| "%ProgramFiles%\Legendary\legendary.exe" install "9d2d0eb64d5c44529cece33fe2a46482" --update-only | "%ProgramFiles%\Legendary\legendary.exe" install "9d2d0eb64d5c44529cece33fe2a46482" --update-only |
| | |
| | ====== Compat Settings ====== |
| | |
| | * :!: 2026/05/19: ''UseLargePages'' caused GTA V to crash on-load with [[#script_hook_v|Script Hook V]] |
| | |
| | "%SystemRoot%\System32\reg.exe" ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%ProgramFiles%\Epic Games\GTAV\GTA5.exe" /t "REG_SZ" /d "~ DISABLEDXMAXIMIZEDWINDOWEDMODE HIGHDPIAWARE DISABLEDWM DISABLETHEMES NoDTToDITMouseBatch" /f |
| | |
| | "%SystemRoot%\System32\reg.exe" ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\GTA5.exe" /v "UseLargePages" /t "REG_DWORD" /d "0" /f |
| |
| ====== Extras ====== | ====== Extras ====== |
| -DX11 | -DX11 |
| -cityDensity 1.0 | -cityDensity 1.0 |
| -windowed | -fullscreen |
| -width 1280 | -width 1280 |
| -height 720 | -height 720 |
| -ignoreDifferentVideoCard | -ignoreDifferentVideoCard |
| -nominspecaudio</code> | -nominspecaudio</code> |
| |
| <code>-disableHyperthreading</code> | |
| |
| ====== Initial Launch ====== | ====== Initial Launch ====== |
| |
| "%ProgramFiles%\Epic Games\GTAV\GTA5.exe" | "%ProgramFiles%\Epic Games\GTAV\GTA5.exe" |
| |
| ==== GTA Online ==== | |
| |
| "%ProgramFiles%\Epic Games\GTAV\scripts\online-start.bat" | |
| |
| GTA Online | |
| |
| ===== Start Menu ===== | ===== Start Menu ===== |
| |
| GTA V | GTA V |
| | |
| | ==== GTA Online ==== |
| | |
| | "%ProgramFiles%\Epic Games\GTAV\scripts\online-start.bat" |
| | |
| | GTA Online |
| |
| === Icon === | === Icon === |
| |
| "%ProgramFiles%\Epic Games\GTAV\GTA5.exe" | "%ProgramFiles%\Epic Games\GTAV\GTA5.exe" |
| |
| ==== GTA Online ==== | |
| |
| "%ProgramFiles%\Epic Games\GTAV\scripts\online-start.bat" | |
| |
| GTA Online | |
| |
| ==== Updater ==== | ==== Updater ==== |
| |
| Install Notes | Install Notes |
| |
| ====== Compat Settings ====== | |
| |
| * :!: ''UseLargePages'' causes GTA V to crash on-load with [[#script_hook_v|Script Hook V]] | |
| * TODO: MP ''GTA5_BE.exe'' | |
| |
| "%SystemRoot%\System32\reg.exe" ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%ProgramFiles%\Epic Games\GTAV\GTA5.exe" /t "REG_SZ" /d "~ DISABLEDXMAXIMIZEDWINDOWEDMODE HIGHDPIAWARE DISABLEDWM DISABLETHEMES NoDTToDITMouseBatch" /f | |
| |
| "%SystemRoot%\System32\reg.exe" ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\GTA5.exe" /v "UseLargePages" /t "REG_DWORD" /d "0" /f | |
| |
| ====== Firewall ====== | |
| |
| ===== Block ===== | |
| |
| "%SystemRoot%\System32\netsh.exe" advfirewall firewall add rule name="Grand Theft Auto V" dir="in" action="block" profile="any" program="%ProgramFiles%\Epic Games\GTAV\GTA5.exe" | |
| |
| "%SystemRoot%\System32\netsh.exe" advfirewall firewall add rule name="Grand Theft Auto V" dir="out" action="block" profile="any" program="%ProgramFiles%\Epic Games\GTAV\GTA5.exe" | |
| |
| ===== Delete Rules ===== | |
| |
| **** | |
| |
| "%SystemRoot%\System32\netsh.exe" advfirewall firewall delete rule name="Grand Theft Auto V" | |
| |