| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| games:windows:gta_v_legacy_legendary [2026/06/30 17:33] – [Rockstar Games Launcher] Sean Rhone | games:windows:gta_v_legacy_legendary [2026/07/16 00:40] (current) – [Script Hook V] Sean Rhone |
|---|
| * 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 ===== |
| |
| * ~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" |
| ====== 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 |
| |
| * 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 |
| |
| 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" | 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" |