| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| games:windows:gta_v_legacy_legendary [2026/05/23 12:44] – Sean Rhone | games:windows:gta_v_legacy_legendary [2026/05/27 00:52] (current) – Sean Rhone |
|---|
| * Used as a wrapper to fake Epic Store presence for Rockstar launcher | * Used as a wrapper to fake Epic Store presence for Rockstar launcher |
| |
| "%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" && DIR /B "%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" |
| |
| ====== GTA V ====== | ====== GTA V ====== |
| |
| ====== Compat Settings ====== | ====== Compat Settings ====== |
| |
| ===== GTA V ===== | |
| |
| * :!: 2026/05/19: ''UseLargePages'' caused GTA V to crash on-load with [[#script_hook_v|Script Hook V]] | * :!: 2026/05/19: ''UseLargePages'' caused GTA V to crash on-load with [[#script_hook_v|Script Hook V]] |
| |
| "%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 | "%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 |
| |
| ===== GTA Online ===== | |
| |
| "%SystemRoot%\System32\reg.exe" ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%ProgramFiles%\Epic Games\GTAV\GTA5_BE.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_BE.exe" /v "UseLargePages" /t "REG_DWORD" /d "1" /f | |
| |
| ====== Extras ====== | ====== Extras ====== |
| |
| "%ProgramFiles%\Epic Games\GTAV\scripts\online-start.bat" | "%ProgramFiles%\Epic Games\GTAV\scripts\online-start.bat" |
| |
| ====== 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" | |
| |
| ====== Settings ====== | ====== Settings ====== |
| -ignoreDifferentVideoCard | -ignoreDifferentVideoCard |
| -nominspecaudio</code> | -nominspecaudio</code> |
| |
| <code>-disableHyperthreading</code> | |
| |
| ====== Initial Launch ====== | ====== Initial Launch ====== |
| |
| GTA V | GTA V |
| |
| ==== GTA Online ==== | |
| |
| "%ProgramFiles%\Epic Games\GTAV\scripts\online-start.bat" | |
| |
| GTA Online | |
| |
| === Icon === | === Icon === |