| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| games:windows:gta_v_legacy_legendary [2026/04/16 12:26] – [TODO] Sean Rhone | games:windows:gta_v_legacy_legendary [2026/04/16 19:24] (current) – [Settings] Sean Rhone |
|---|
| * Grand Theft Auto V ((https://www.rockstargames.com/gta-v)) | * Grand Theft Auto V ((https://www.rockstargames.com/gta-v)) |
| * 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)) |
| * 64-bit | * Legacy ((not DX12 Enhanced version)) |
| | |
| * Legendary + alternate Epic Games Launcher executable | |
| |
| ===== Prerequisites ===== | ===== Prerequisites ===== |
| |
| * https://socialclub.rockstargames.com/rockstar-games-launcher | * https://socialclub.rockstargames.com/rockstar-games-launcher |
| | |
| | * Settings -> General -> ''[ ]'' Minimize on close |
| | * 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 | 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 |
| "%ProgramFiles%\Legendary\legendary.exe" repair "9d2d0eb64d5c44529cece33fe2a46482" -y --repair-and-update | "%ProgramFiles%\Legendary\legendary.exe" repair "9d2d0eb64d5c44529cece33fe2a46482" -y --repair-and-update |
| |
| ==== Update ==== | ====== Extras ====== |
| |
| **** | ===== Script Hook V ===== |
| |
| "%ProgramFiles%\Legendary\legendary.exe" install "9d2d0eb64d5c44529cece33fe2a46482" --update-only | * http://www.dev-c.com/gtav/scripthookv/ |
| | * 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" |
| | |
| | DIR /B "%ProgramFiles%\Epic Games\GTAV\ScriptHookV.dll" "%ProgramFiles%\Epic Games\GTAV\dinput8.dll" |
| | |
| | DEL /Q "%UserProfile%\Downloads\ScriptHookV.zip" |
| | |
| | ===== Simple Trainer ===== |
| | |
| | * https://www.gta5-mods.com/scripts/simple-trainer-for-gtav |
| | * 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" |
| | |
| | DIR /B "%ProgramFiles%\Epic Games\GTAV\TrainerV.asi" |
| | |
| | DEL /Q "%UserProfile%\Downloads\TrainerV.rar" |
| | |
| | ====== Scripts ====== |
| | |
| | MKDIR "%ProgramFiles%\Epic Games\GTAV\scripts" |
| | |
| | "%SystemRoot%\explorer.exe" "%ProgramFiles%\Epic Games\GTAV\scripts" |
| | |
| | ===== GTA V ===== |
| | |
| | * Settings -> Saving And Startup -> Landing Page: ''Off'' -> Startup Flow: ''Load into Story Mode'' |
| | |
| | "%SystemRoot%\System32\notepad.exe" "%ProgramFiles%\Epic Games\GTAV\scripts\offline-start.bat" |
| | |
| | <code> |
| | @echo off |
| | |
| | TITLE GTA V Offline |
| | CD "%Temp%" |
| | |
| | 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" |
| | |
| | :: End</code> |
| | |
| | "%ProgramFiles%\Epic Games\GTAV\scripts\offline-start.bat" |
| | |
| | ===== GTA Online ===== |
| | |
| | * Disables [[#script_hook_v|Script Hook V]] |
| | |
| | "%SystemRoot%\System32\notepad.exe" "%ProgramFiles%\Epic Games\GTAV\scripts\online-start.bat" |
| | |
| | <code> |
| | @echo off |
| | |
| | TITLE GTA V Online |
| | CD "%Temp%" |
| | |
| | MOVE /Y "%ProgramFiles%\Epic Games\GTAV\dinput8.dll" "%ProgramFiles%\Epic Games\GTAV\dinput8.dll.bak" |
| | DEL /Q "%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' -StraightIntoFreemode" |
| | |
| | :: End</code> |
| | |
| | "%ProgramFiles%\Epic Games\GTAV\scripts\online-start.bat" |
| |
| ====== Settings ====== | ====== Settings ====== |
| |
| * TODO: Test ''DX'' differences ((''10'' crashed randomly with DXVK on Linux)) | * https://support.rockstargames.com/articles/2VjbVziQCiTiiVhDbmnexc/full-list-of-command-line-parameters-for-grand-theft-auto-v-on-pc |
| |
| "%SystemRoot%\System32\notepad.exe" "%ProgramFiles%\Epic Games\GTAV\commandline.txt" | "%SystemRoot%\System32\notepad.exe" "%ProgramFiles%\Epic Games\GTAV\commandline.txt" |
| |
| <code> | <code> |
| -DX10 | -DX11 |
| -cityDensity 1.0 | -cityDensity 1.0 |
| -fullscreen | -fullscreen |
| <code>-disableHyperthreading</code> | <code>-disableHyperthreading</code> |
| |
| ====== Launch ====== | ====== Launcher Shortcuts ====== |
| |
| **** | ===== Desktop ===== |
| |
| "%ProgramFiles%\Legendary\legendary.exe" launch "9d2d0eb64d5c44529cece33fe2a46482" --wrapper "'%ProgramFiles%\Epic Games\Launcher\EpicGamesLauncher.exe' '%ProgramFiles%\Epic Games\GTAV\PlayGTAV.exe'" | ==== GTA V ==== |
| |
| ====== Desktop ====== | "%ProgramFiles%\Epic Games\GTAV\scripts\offline-start.bat" |
| | |
| "%ProgramFiles%\Legendary\legendary.exe" launch "9d2d0eb64d5c44529cece33fe2a46482" --wrapper "'%ProgramFiles%\Epic Games\Launcher\EpicGamesLauncher.exe' '%ProgramFiles%\Epic Games\GTAV\PlayGTAV.exe'" | |
| |
| GTA V | GTA V |
| |
| ===== Icon ===== | === Icon === |
| |
| **** | **** |
| "%ProgramFiles%\Epic Games\GTAV\GTA5.exe" | "%ProgramFiles%\Epic Games\GTAV\GTA5.exe" |
| |
| ====== TODO ====== | ==== GTA Online ==== |
| |
| * Legendary scripts | "%ProgramFiles%\Epic Games\GTAV\scripts\online-start.bat" |
| * Shortcuts | |
| |
| * TrainerV | GTA Online |
| * https://www.gta5-mods.com/scripts/simple-trainer-for-gtav | |
| * ''fb249c-TrainerV.rar'' | |
| |
| "%ProgramFiles%\7-Zip\7z.exe" e -y "%UserProfile%\Downloads\"*"TrainerV.rar" -o"%ProgramFiles%\Epic Games\GTAV" "TrainerV.asi" | ===== Start Menu ===== |
| |
| DIR /B "%ProgramFiles%\Epic Games\GTAV\TrainerV.asi" | **** |
| |
| * ScriptHookV | MKDIR "%AppData%\Microsoft\Windows\Start Menu\Programs\Grand Theft Auto V" & "%SystemRoot%\explorer.exe" "%AppData%\Microsoft\Windows\Start Menu\Programs\Grand Theft Auto V" |
| * http://www.dev-c.com/gtav/scripthookv/ | |
| * ''ScriptHookV_3788.0_1013.34.zip'' | |
| |
| "%ProgramFiles%\7-Zip\7z.exe" e -y "%UserProfile%\Downloads\ScriptHookV_"*".zip" -o"%ProgramFiles%\Epic Games\GTAV" "bin/ScriptHookV.dll" "bin/dinput8.dll" | ==== GTA V ==== |
| |
| DIR /B "%ProgramFiles%\Epic Games\GTAV\ScriptHookV.dll" "%ProgramFiles%\Epic Games\GTAV\dinput8.dll" | "%ProgramFiles%\Epic Games\GTAV\scripts\offline-start.bat" |
| |
| MKDIR "%ProgramFiles%\Epic Games\GTAV\scripts" | GTA V |
| |
| "%SystemRoot%\System32\notepad.exe" "%ProgramFiles%\Epic Games\GTAV\scripts\offline-start.bat" | === Icon === |
| |
| <code> | **** |
| @echo off | |
| |
| TITLE GTA V Offline | "%ProgramFiles%\Epic Games\GTAV\GTA5.exe" |
| CD "%Temp%" | |
| |
| MOVE /Y "%ProgramFiles%\Epic Games\GTAV\dinput8.dll.bak" "%ProgramFiles%\Epic Games\GTAV\dinput8.dll" | ==== GTA Online ==== |
| |
| "%ProgramFiles%\Legendary\legendary.exe" launch "9d2d0eb64d5c44529cece33fe2a46482" --wrapper "'%ProgramFiles%\Epic Games\Launcher\EpicGamesLauncher.exe' '%ProgramFiles%\Epic Games\GTAV\PlayGTAV.exe' -nobattleye" | "%ProgramFiles%\Epic Games\GTAV\scripts\online-start.bat" |
| |
| :: End</code> | GTA Online |
| |
| "%ProgramFiles%\Epic Games\GTAV\scripts\offline-start.bat" | ==== Updater ==== |
| |
| GTA V | "%ProgramFiles%\Legendary\legendary.exe" install "9d2d0eb64d5c44529cece33fe2a46482" --update-only |
| |
| "%SystemRoot%\System32\notepad.exe" "%ProgramFiles%\Epic Games\GTAV\scripts\online-start.bat" | Update |
| |
| <code> | ==== Validate ==== |
| @echo off | |
| |
| TITLE GTA V Online | "%ProgramFiles%\Legendary\legendary.exe" repair "9d2d0eb64d5c44529cece33fe2a46482" -y --repair-and-update |
| CD "%Temp%" | |
| |
| MOVE /Y "%ProgramFiles%\Epic Games\GTAV\dinput8.dll" "%ProgramFiles%\Epic Games\GTAV\dinput8.dll.bak" | Verify Game Files |
| DEL /Q "%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' -StraightIntoFreemode" | ==== Install Notes ==== |
| |
| :: End</code> | "https://wiki.realmofespionage.xyz/games;windows;gta_v_legacy_legendary" |
| |
| "%ProgramFiles%\Epic Games\GTAV\scripts\online-start.bat" | Install Notes |
| | |
| GTA Online | |
| |