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/25 06:25] – [Alternate Epic Launcher] Sean Rhonegames:windows:gta_v_legacy_legendary [2026/07/16 00:40] (current) – [Script Hook V] Sean Rhone
Line 4: Line 4:
   * Epic Games Store ((https://store.epicgames.com/en-US/p/grand-theft-auto-v))   * Epic Games Store ((https://store.epicgames.com/en-US/p/grand-theft-auto-v))
   * Legacy ((not DX12 Enhanced version))   * Legacy ((not DX12 Enhanced version))
 +
 +===== Media =====
 +
 +  * [[https://www.youtube.com/watch?v=u6Xk_hzY3RU|Online Freeplay Video]]
  
 ===== Prerequisites ===== ===== Prerequisites =====
Line 15: Line 19:
  
   * Settings -> General -> ''[ ]'' Minimize on close   * Settings -> General -> ''[ ]'' Minimize on close
-  * Settings -> General -> ''[x]'' BattlEye+  * Settings -> General -> ''[x]'' BattlEye ((optional; :?: BE service installed on first [[#gta_online|Online]] start))
  
   "%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
Line 39: Line 43:
  
 ===== Legendary ===== ===== Legendary =====
 +
 +  * ~5 mins ((2026/06/26: ''765.6 MiB/s'' 4C8T AHCI))
 +  * 2026/07/16: ''1.0.3889.0_v1''
  
   "%ProgramFiles%\Legendary\legendary.exe" import "9d2d0eb64d5c44529cece33fe2a46482" "%ProgramFiles%\Epic Games\GTAV"   "%ProgramFiles%\Legendary\legendary.exe" import "9d2d0eb64d5c44529cece33fe2a46482" "%ProgramFiles%\Epic Games\GTAV"
Line 48: Line 55:
 ====== Compat Settings ====== ====== Compat Settings ======
  
-===== GTA V ===== +  * :!: 2026/07/16: ''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_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_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
Line 56: Line 61:
   "%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 =====+====== Firewall ======
  
-  "%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+===== Block =====
  
-  "%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+  * :!: Online requires ''GTA5.exe'' unblocked
  
-====== Extras ======+  "%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"
  
-===== Script Hook V =====+===== Delete Rules =====
  
-  * http://www.dev-c.com/gtav/scripthookv/ +  "%SystemRoot%\System32\netsh.exe" advfirewall firewall delete rule name="Grand Theft Auto V"
-  * Last tested: ''ScriptHookV_3788.0_1013.34.zip''+
  
-  "%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+====== Extras ======
  
-  "%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"+===== Script Hook V =====
  
-==== Browser Download ====+  * http://www.dev-c.com/gtav/scripthookv/ 
 +  * Last tested: ''ScriptHookV_3889.0_1158.13.zip''
  
-****+  "%SystemRoot%\System32\curl.exe" --insecure --referer "http://www.dev-c.com" --output "%UserProfile%\Downloads\ScriptHookV.zip" --location "http://www.dev-c.com/files/ScriptHookV_3889.0_1158.13.zip" --progress-bar
  
-  MOVE /Y "%UserProfile%\Downloads\ScriptHookV_"*".zip" "%UserProfile%\Downloads\ScriptHookV.zip"+  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" && DIR /B "%ProgramFiles%\Epic Games\GTAV\ScriptHookV.dll" "%ProgramFiles%\Epic Games\GTAV\dinput8.dll"
  
 ===== Simple Trainer ===== ===== Simple Trainer =====
Line 83: Line 88:
   * https://www.gta5-mods.com/scripts/simple-trainer-for-gtav   * https://www.gta5-mods.com/scripts/simple-trainer-for-gtav
   * Requires [[#script_hook_v|Script Hook V]]   * Requires [[#script_hook_v|Script Hook V]]
-  * Last tested: ''fb249c-TrainerV.rar''+  * Last tested: ''fb249c-TrainerV.rar'' (18.3)
  
   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"   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"
Line 133: Line 138:
 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" --offline --wrapper "'%ProgramFiles%\Epic Games\Launcher\EpicGamesLauncher.exe' '%ProgramFiles%\Epic Games\GTAV\PlayGTAV.exe' -scOfflineOnly -nobattleye"+"%ProgramFiles%\Legendary\legendary.exe" launch "9d2d0eb64d5c44529cece33fe2a46482" --wrapper "'%ProgramFiles%\Epic Games\Launcher\EpicGamesLauncher.exe' '%ProgramFiles%\Epic Games\GTAV\PlayGTAV.exe' -nobattleye"
  
 :: End</code> :: End</code>
Line 159: Line 164:
  
   "%ProgramFiles%\Epic Games\GTAV\scripts\online-start.bat"   "%ProgramFiles%\Epic Games\GTAV\scripts\online-start.bat"
- 
-====== Firewall ====== 
- 
-===== GTA V ===== 
- 
-==== 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 ======
Line 227: Line 216:
  
   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"
  
 ===== Start Menu ===== ===== Start Menu =====
- 
-**** 
  
   MKDIR "%AppData%\Microsoft\Windows\Start Menu\Programs\Grand Theft Auto V" & "%SystemRoot%\explorer.exe" "%AppData%\Microsoft\Windows\Start Menu\Programs\Grand Theft Auto V"   MKDIR "%AppData%\Microsoft\Windows\Start Menu\Programs\Grand Theft Auto V" & "%SystemRoot%\explorer.exe" "%AppData%\Microsoft\Windows\Start Menu\Programs\Grand Theft Auto V"
Line 259: Line 238:
  
 === Icon === === Icon ===
- 
-**** 
  
   "%ProgramFiles%\Epic Games\GTAV\GTA5.exe"   "%ProgramFiles%\Epic Games\GTAV\GTA5.exe"
Line 278: Line 255:
 ==== Install Notes ==== ==== Install Notes ====
  
-  "https://wiki.realmofespionage.xyz/games;windows;gta_v_legacy_legendary"+  "https://wiki.realmofespionage.xyz/games:windows:gta_v_legacy_legendary"
  
   Install Notes   Install Notes
  
/usr/local/www/wiki/data/attic/games/windows/gta_v_legacy_legendary.1779704727.txt.gz · Last modified: by Sean Rhone