User Tools

Site Tools


games:windows:gta_v_legacy_legendary

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
games:windows:gta_v_legacy_legendary [2026/05/19 06:47] – [Compat Settings] Sean Rhonegames:windows:gta_v_legacy_legendary [2026/05/27 00:52] (current) Sean Rhone
Line 17: Line 17:
   * 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
- +
-  DEL /Q "%UserProfile%\Downloads\Rockstar-Games-Launcher.exe"+
  
   "%ProgramFiles%\Rockstar Games\Launcher\Launcher.exe"   "%ProgramFiles%\Rockstar Games\Launcher\Launcher.exe"
Line 28: Line 26:
   * 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 ======
Line 40: Line 36:
   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 =====
Line 49: Line 45:
  
   "%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 ======
Line 57: Line 61:
   * Last tested: ''ScriptHookV_3788.0_1013.34.zip''   * Last tested: ''ScriptHookV_3788.0_1013.34.zip''
  
-  DEL /Q "%ProgramFiles%\Epic Games\GTAV\ScriptHookV.dll" "%ProgramFiles%\Epic Games\GTAV\dinput8.dll" & MOVE /Y "%UserProfile%\Downloads\ScriptHookV_"*".zip" "%UserProfile%\Downloads\ScriptHookV.zip" & "%SystemRoot%\System32\tar.exe" -xf "%UserProfile%\Downloads\ScriptHookV.zip" --strip-components="1" -C "%ProgramFiles%\Epic Games\GTAV" "bin/ScriptHookV.dll" "bin/dinput8.dll"+  "%SystemRoot%\System32\curl.exe--insecure --referer "http://www.dev-c.com" --output "%UserProfile%\Downloads\ScriptHookV.zip" --location "http://www.dev-c.com/files/ScriptHookV_3788.0_1013.34.zip--progress-bar
  
-  DIR /B "%ProgramFiles%\Epic Games\GTAV\ScriptHookV.dll" "%ProgramFiles%\Epic Games\GTAV\dinput8.dll"+  "%SystemRoot%\System32\tar.exe" -xf "%UserProfile%\Downloads\ScriptHookV.zip" --strip-components="1" -C "%ProgramFiles%\Epic Games\GTAV" "bin/ScriptHookV.dll" "bin/dinput8.dll" && DIR /B "%ProgramFiles%\Epic Games\GTAV\ScriptHookV.dll" "%ProgramFiles%\Epic Games\GTAV\dinput8.dll"
  
-  DEL /"%UserProfile%\Downloads\ScriptHookV.zip"+==== Browser Download ==== 
 + 
 +**** 
 + 
 +  MOVE /Y "%UserProfile%\Downloads\ScriptHookV_"*".zip" "%UserProfile%\Downloads\ScriptHookV.zip"
  
 ===== Simple Trainer ===== ===== Simple Trainer =====
Line 69: Line 77:
   * Last tested: ''fb249c-TrainerV.rar''   * Last tested: ''fb249c-TrainerV.rar''
  
-  DEL /Q "%ProgramFiles%\Epic Games\GTAV\TrainerV.asi"MOVE /Y "%UserProfile%\Downloads\"*"TrainerV.rar" "%UserProfile%\Downloads\TrainerV.rar" & "%SystemRoot%\System32\tar.exe" -xf "%UserProfile%\Downloads\TrainerV.rar" -C "%ProgramFiles%\Epic Games\GTAV" "TrainerV.asi" +  MOVE /Y "%UserProfile%\Downloads\"*"TrainerV.rar" "%UserProfile%\Downloads\TrainerV.rar" & "%SystemRoot%\System32\tar.exe" -xf "%UserProfile%\Downloads\TrainerV.rar" -C "%ProgramFiles%\Epic Games\GTAV" "TrainerV.asi" && DIR /B "%ProgramFiles%\Epic Games\GTAV\TrainerV.asi"
- +
-  DIR /B "%ProgramFiles%\Epic Games\GTAV\TrainerV.asi+
- +
-  DEL /Q "%UserProfile%\Downloads\TrainerV.rar"+
  
 ==== trainerV.ini ==== ==== trainerV.ini ====
Line 121: Line 125:
 MOVE /Y "%ProgramFiles%\Epic Games\GTAV\dinput8.dll.bak" "%ProgramFiles%\Epic Games\GTAV\dinput8.dll" MOVE /Y "%ProgramFiles%\Epic Games\GTAV\dinput8.dll.bak" "%ProgramFiles%\Epic Games\GTAV\dinput8.dll"
  
-"%ProgramFiles%\Legendary\legendary.exe" launch "9d2d0eb64d5c44529cece33fe2a46482" --wrapper "'%ProgramFiles%\Epic Games\Launcher\EpicGamesLauncher.exe' '%ProgramFiles%\Epic Games\GTAV\PlayGTAV.exe' -nobattleye"+"%ProgramFiles%\Legendary\legendary.exe" launch "9d2d0eb64d5c44529cece33fe2a46482" --offline --wrapper "'%ProgramFiles%\Epic Games\Launcher\EpicGamesLauncher.exe' '%ProgramFiles%\Epic Games\GTAV\PlayGTAV.exe' -scOfflineOnly -nobattleye"
  
 :: End</code> :: End</code>
Line 157: Line 161:
 -DX11 -DX11
 -cityDensity 1.0 -cityDensity 1.0
--windowed+-fullscreen
 -width 1280 -width 1280
 -height 720 -height 720
Line 184: Line 188:
 -nominspecaudio</code> -nominspecaudio</code>
  
-<code>-disableHyperthreading</code>+====== Initial Launch ====== 
 + 
 +  * Enable Cloud Saves (skips prologue) 
 + 
 +  "%ProgramFiles%\Legendary\legendary.exe" launch "9d2d0eb64d5c44529cece33fe2a46482" --wrapper "'%ProgramFiles%\Epic Games\Launcher\EpicGamesLauncher.exe' '%ProgramFiles%\Epic Games\GTAV\PlayGTAV.exe' -nobattleye"
  
 ====== Launcher Shortcuts ====== ====== Launcher Shortcuts ======
Line 201: Line 209:
  
   "%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 =====
Line 219: Line 221:
  
   GTA V   GTA V
 +
 +==== GTA Online ====
 +
 +  "%ProgramFiles%\Epic Games\GTAV\scripts\online-start.bat"
 +
 +  GTA Online
  
 === Icon === === Icon ===
Line 225: Line 233:
  
   "%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 ====
Line 240: Line 242:
 ==== Validate ==== ==== Validate ====
  
-  "%ProgramFiles%\Legendary\legendary.exe" repair "9d2d0eb64d5c44529cece33fe2a46482" ---repair-and-update+  "%ProgramFiles%\Legendary\legendary.exe" install "9d2d0eb64d5c44529cece33fe2a46482" --repair --repair-and-update -y --force
  
   Verify Game Files   Verify Game Files
Line 249: Line 251:
  
   Install Notes   Install Notes
- 
-====== Compat Settings ====== 
- 
-  * :!: ''UseLargePages'' causes GTA V to crash on-load with 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 
- 
-====== 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" 
  
/srv/www/wiki/data/attic/games/windows/gta_v_legacy_legendary.1779187672.txt.gz · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki