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/06/26 15:18] – [Browser Download] 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 41: Line 45:
  
   * ~5 mins ((2026/06/26: ''765.6 MiB/s'' 4C8T AHCI))   * ~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 50: Line 55:
 ====== Compat Settings ====== ====== Compat Settings ======
  
-  * :!: 2026/05/19: ''UseLargePages'' caused GTA V to crash on-load with [[#script_hook_v|Script Hook V]]+  * :!: 2026/07/16: ''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
  
   "%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
 +
 +====== Firewall ======
 +
 +===== Block =====
 +
 +  * :!: Online requires ''GTA5.exe'' unblocked
 +
 +  "%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"
  
 ====== Extras ====== ====== Extras ======
Line 61: Line 78:
  
   * http://www.dev-c.com/gtav/scripthookv/   * http://www.dev-c.com/gtav/scripthookv/
-  * Last tested: ''ScriptHookV_3788.0_1013.34.zip''+  * 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_3788.0_1013.34.zip" --progress-bar+  "%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
  
-  "%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+  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"
- +
-==== Browser Download ==== +
- +
-  MOVE /Y "%UserProfile%\Downloads\ScriptHookV_"*".zip" "%UserProfile%\Downloads\ScriptHookV.zip"+
  
 ===== Simple Trainer ===== ===== Simple Trainer =====
Line 75: 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 205: Line 218:
  
 === 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 229: Line 238:
  
 === Icon === === Icon ===
- 
-**** 
  
   "%ProgramFiles%\Epic Games\GTAV\GTA5.exe"   "%ProgramFiles%\Epic Games\GTAV\GTA5.exe"
Line 248: 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.1782501531.txt.gz · Last modified: by Sean Rhone