| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| games:linux:wine:gta_v_legacy_legendary [2026/04/06 22:07] – Sean Rhone | games:linux:wine:gta_v_legacy_legendary [2026/04/16 20:00] (current) – Sean Rhone |
|---|
| * [[games;windows;gta_v?rev=1775086788]] | * [[games;windows;gta_v?rev=1775086788]] |
| * :?: Crashes randomly with fullscreen on GNOME on Wayland; didn't full-screen proper without DXVK | |
| * :!: Crashes seemingly after taking a footstep without DXVK | * :!: Crashes seemingly after taking a footstep without DXVK |
| | * http://www.dev-c.com/gtav/scripthookv/ |
| | * https://www.gta5-mods.com/scripts/simple-trainer-for-gtav |
| |
| <code> | <code> |
| wget -O ~/'Downloads/Rockstar-Games-Launcher.exe' 'https://gamedownloads.rockstargames.com/public/installer/Rockstar-Games-Launcher.exe' && WINEPREFIX=~/'.wine/GTA V' wine ~/'Downloads/Rockstar-Games-Launcher.exe' /s /f | wget -O ~/'Downloads/Rockstar-Games-Launcher.exe' 'https://gamedownloads.rockstargames.com/public/installer/Rockstar-Games-Launcher.exe' && WINEPREFIX=~/'.wine/GTA V' wine ~/'Downloads/Rockstar-Games-Launcher.exe' /s /f |
| |
| rm -fv ~/'Downloads/Rockstar-Games-Launcher.exe' | rm -fv ~/'Downloads/Rockstar-Games-Launcher.exe' ~/'Desktop/Rockstar Games Launcher.lnk' |
| |
| cd ~/'.wine/GTA V/drive_c/Program Files/Rockstar Games/Launcher' && WINEPREFIX=~/'.wine/GTA V' wine ~/'.wine/GTA V/drive_c/Program Files/Rockstar Games/Launcher/Launcher.exe' | cd ~/'.wine/GTA V/drive_c/Program Files/Rockstar Games/Launcher' && WINEPREFIX=~/'.wine/GTA V' wine ~/'.wine/GTA V/drive_c/Program Files/Rockstar Games/Launcher/Launcher.exe' |
| | |
| | |
| |
| mkdir -p ~/'.wine/GTA V/drive_c/Program Files/Epic Games' | mkdir -p ~/'.wine/GTA V/drive_c/Program Files/Epic Games' |
| |
| ls ~/'.wine/GTA V/drive_c/Program Files/Epic Games/GTAV/GTA5.exe' | ls ~/'.wine/GTA V/drive_c/Program Files/Epic Games/GTAV/GTA5.exe' |
| | |
| | |
| | |
| | sudo zypper install 'legendary' |
| |
| legendary auth | legendary auth |
| |
| legendary repair '9d2d0eb64d5c44529cece33fe2a46482' -y --repair-and-update | legendary repair '9d2d0eb64d5c44529cece33fe2a46482' -y --repair-and-update |
| | |
| | |
| |
| wget -O '/tmp/EpicGamesLauncher.exe' 'https://github.com/Etaash-mathamsetty/heroic-epic-integration/releases/download/v0.4/EpicGamesLauncher.exe' && sha384sum '/tmp/EpicGamesLauncher.exe' | grep '90d3750323655606a7809758fce0efa8ddcd8c7c936388bf25abfe8a6cc02c9785a2c9a2e4f6093e8771ee333e058eeb' > '/dev/null' && mv -fv '/tmp/EpicGamesLauncher.exe' ~/'.wine/GTA V/drive_c/Program Files/Epic Games/GTAV/EpicGamesLauncher.exe' | wget -O '/tmp/EpicGamesLauncher.exe' 'https://github.com/Etaash-mathamsetty/heroic-epic-integration/releases/download/v0.4/EpicGamesLauncher.exe' && sha384sum '/tmp/EpicGamesLauncher.exe' | grep '90d3750323655606a7809758fce0efa8ddcd8c7c936388bf25abfe8a6cc02c9785a2c9a2e4f6093e8771ee333e058eeb' > '/dev/null' && mv -fv '/tmp/EpicGamesLauncher.exe' ~/'.wine/GTA V/drive_c/Program Files/Epic Games/GTAV/EpicGamesLauncher.exe' |
| | |
| | |
| | |
| | rm -Rf '/tmp/dxvk-master' && unzip ~/'Downloads/dxvk-master-'*'.zip' -d '/tmp/dxvk-master' && mv -fv '/tmp/dxvk-master/x64/d3d11.dll' '/tmp/dxvk-master/x64/dxgi.dll' '/tmp/dxvk-master/x64/d3d10core.dll' ~/'.wine/GTA V/drive_c/windows/system32' |
| |
| rm -Rf '/tmp/dxvk-'* && tar -xvzf ~/'Downloads/dxvk-'*'.tar.gz' -C '/tmp' && mv -fv '/tmp/dxvk-'*'/x64/d3d11.dll' '/tmp/dxvk-'*'/x64/dxgi.dll' '/tmp/dxvk-'*'/x64/d3d10core.dll' ~/'.wine/GTA V/drive_c/windows/system32' && rm -Rf '/tmp/dxvk-'* | rm -Rf '/tmp/dxvk-'* && tar -xvzf ~/'Downloads/dxvk-'*'.tar.gz' -C '/tmp' && mv -fv '/tmp/dxvk-'*'/x64/d3d11.dll' '/tmp/dxvk-'*'/x64/dxgi.dll' '/tmp/dxvk-'*'/x64/d3d10core.dll' ~/'.wine/GTA V/drive_c/windows/system32' && rm -Rf '/tmp/dxvk-'* |
| WINEPREFIX=~/'.wine/GTA V' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v 'd3d11' /t 'REG_SZ' /d 'native' /f && WINEPREFIX=~/'.wine/GTA V' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v 'dxgi' /t 'REG_SZ' /d 'native' /f && WINEPREFIX=~/'.wine/GTA V' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v 'd3d10core' /t 'REG_SZ' /d 'native' /f | WINEPREFIX=~/'.wine/GTA V' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v 'd3d11' /t 'REG_SZ' /d 'native' /f && WINEPREFIX=~/'.wine/GTA V' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v 'dxgi' /t 'REG_SZ' /d 'native' /f && WINEPREFIX=~/'.wine/GTA V' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v 'd3d10core' /t 'REG_SZ' /d 'native' /f |
| |
| nano ~/'.wine/GTA V/drive_c/Program Files/Epic Games/GTAV/commandline.txt' | </code> |
| |
| cd ~/'.wine/GTA V/drive_c/Program Files/Epic Games/GTAV' && DXVK_HUD='full' legendary launch '9d2d0eb64d5c44529cece33fe2a46482' --wine-prefix ~/'.wine/GTA V' --wrapper "wine 'EpicGamesLauncher.exe' 'PlayGTAV.exe'" | cd ~/'.wine/GTA V/drive_c/Program Files/Epic Games/GTAV' && legendary launch '9d2d0eb64d5c44529cece33fe2a46482' --wine-prefix ~/'.wine/GTA V' --wrapper "wine 'EpicGamesLauncher.exe' 'PlayGTAV.exe'" |
| |
| WINEPREFIX=~/'.wine/GTA V' wineserver -k | WINEPREFIX=~/'.wine/GTA V' wineserver -k |
| | |
| | nano ~/'.wine/GTA V/drive_c/Program Files/Epic Games/GTAV/commandline.txt' |
| | |
| | <code> |
| | -DX11 |
| | -cityDensity 1.0 |
| | -fullscreen |
| | -width 1280 |
| | -height 720 |
| | -anisotropicQualityLevel 0 |
| | -fogVolumes 0 |
| | -fxaa 0 |
| | -frameLimit 0 |
| | -grassQuality 0 |
| | -HDStreamingInFlight |
| | -shadowSoftness 0 |
| | -tessellation 0 |
| | -textureQuality 2 |
| | -txaa 0 |
| | -waterQuality 0 |
| | -nobattleye |
| | -noBE |
| | -skipPatcherCheck</code> |
| | |
| | ===== Etc ===== |
| | |
| | * ''ScriptHookV_3788.0_1013.33.zip'' |
| | |
| | unzip -j -o ~/'Downloads/ScriptHookV_'*'.zip' 'bin/dinput8.dll' 'bin/ScriptHookV.dll' -d ~/'.wine/GTA V/drive_c/Program Files/Epic Games/GTAV' && ls ~/'.wine/GTA V/drive_c/Program Files/Epic Games/GTAV/dinput8.dll' ~/'.wine/GTA V/drive_c/Program Files/Epic Games/GTAV/ScriptHookV.dll' |
| | |
| | WINEPREFIX=~/'.wine/GTA V' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v 'dinput8' /t 'REG_SZ' /d 'native,builtin' /f && WINEPREFIX=~/'.wine/GTA V' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v 'ScriptHookV' /t 'REG_SZ' /d 'native' /f |
| | |
| | * ''fb249c-TrainerV.rar'' |
| | |
| | unar -o ~/'.wine/GTA V/drive_c/Program Files/Epic Games/GTAV' -no-directory -f ~/'Downloads/'*'TrainerV.rar' 'TrainerV.asi' && ls ~/'.wine/GTA V/drive_c/Program Files/Epic Games/GTAV/TrainerV.asi' |
| | |
| | ===== DXVK TODO ===== |
| | |
| | * https://github.com/doitsujin/dxvk/blob/master/dxvk.conf |
| | |
| | nano ~/'.wine/GTA V/drive_c/Program Files/Epic Games/GTAV/dxvk.conf' |
| | |
| | <code> |
| | # General |
| | d3d11.samplerLodBias = "-2.0" |
| | dxgi.maxFrameRate = "80" |
| | |
| | # Intel |
| | dxvk.hideIntegratedGraphics = "False" |
| | dxgi.hideIntelGpu = "False" |
| | |
| | # HUD |
| | #dxvk.hud = "full" |
| | |
| | # End</code> |
| |
| </code> | |