User Tools

Site Tools


games:linux:wine:gta_v_legacy_legendary

This is an old revision of the document!


mkdir -p ~/'.wine' && WINEPREFIX=~/'.wine/GTA V' WINEARCH='win64' wine wineboot --init && WINEPREFIX=~/'.wine/GTA V' winecfg /v 'win10' && WINEPREFIX=~/'.wine/GTA V' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v 'winemenubuilder.exe' /t 'REG_SZ' /d '' /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' ~/'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'



mkdir -p ~/'.wine/GTA V/drive_c/Program Files/Epic Games'

gio open ~/'.wine/GTA V/drive_c/Program Files/Epic Games'

ls ~/'.wine/GTA V/drive_c/Program Files/Epic Games/GTAV/GTA5.exe'



sudo zypper install 'legendary'

legendary auth

legendary import '9d2d0eb64d5c44529cece33fe2a46482' ~/'.wine/GTA V/drive_c/Program Files/Epic Games/GTAV'

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'



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-'*

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
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
nano ~/'.wine/GTA V/drive_c/Program Files/Epic Games/GTAV/commandline.txt'
-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

Etc

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'
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

DXVK TODO

nano ~/'.wine/GTA V/drive_c/Program Files/Epic Games/GTAV/dxvk.conf'
# General
d3d11.samplerLodBias = "-2.0"
dxgi.maxFrameRate = "80"

# Intel
dxvk.hideIntegratedGraphics = "False"
dxgi.hideIntelGpu = "False"

# HUD
#dxvk.hud = "full"

# End
/var/www/wiki/data/attic/games/linux/wine/gta_v_legacy_legendary.1775544448.txt.gz · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki