| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| games:linux:wine:gta_v_legacy_legendary [2026/05/03 22:59] – [Simple Trainer] Sean Rhone | games:linux:wine:gta_v_legacy_legendary [2026/05/19 06:19] (current) – [Simple Trainer] Sean Rhone |
|---|
| |
| * https://github.com/doitsujin/dxvk/actions ((need to be signed into GitHub, and select the latest ''master'' artifacts package)) | * https://github.com/doitsujin/dxvk/actions ((need to be signed into GitHub, and select the latest ''master'' artifacts package)) |
| * Last tested: ''dxvk-master-d1b0151cb40288de31d5af4a2e84173c3889afa2.zip'' | * Last tested: ''dxvk-master-6e9b5047218f6a9e720730140cb97c9abd8ed697.zip'' |
| |
| 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' | unzip -j -o ~/'Downloads/dxvk-master-'*'.zip' 'x64/d3d11.dll' 'x64/dxgi.dll' 'x64/d3d10core.dll' -d ~/'.wine/GTA V/drive_c/windows/system32' |
| |
| ==== Dll Overrides ==== | ==== Dll Overrides ==== |
| <code> | <code> |
| # General | # General |
| d3d11.samplerLodBias = "-2.0" | dxvk.allowFse = "True" |
| | d3d9.dpiAware = "False" |
| | d3d9.enumerateByDisplays = "False" |
| | dxgi.enableHDR = "False" |
| dxgi.maxFrameRate = "80" | dxgi.maxFrameRate = "80" |
| | d3d11.samplerLodBias = "-2.0" |
| |
| # Intel | # Intel |
| dxvk.hideIntegratedGraphics = "False" | |
| dxgi.hideIntelGpu = "False" | dxgi.hideIntelGpu = "False" |
| | dxvk.hideIntegratedGraphics = "False" |
| dxvk.enableGraphicsPipelineLibrary = "False" | dxvk.enableGraphicsPipelineLibrary = "False" |
| | dxvk.enableMemoryDefrag = "False" |
| | dxvk.lowerSinCos = "False" |
| |
| # Tweaks | # Tweaks |
| dxvk.latencySleep = "False" | dxvk.latencySleep = "False" |
| dxgi.syncInterval = "0" | |
| dxvk.tearFree = "False" | dxvk.tearFree = "False" |
| | dxgi.maxFrameLatency = "1" |
| | dxgi.syncInterval = "0" |
| d3d11.relaxedBarriers = "True" | d3d11.relaxedBarriers = "True" |
| d3d11.relaxedGraphicsBarriers = "True" | d3d11.relaxedGraphicsBarriers = "True" |
| d3d11.samplerAnisotropy = "0" | |
| dxvk.enableMemoryDefrag = "False" | |
| d3d9.dpiAware = "False" | |
| |
| # HUD | # HUD |
| | #dxvk.hud = "fps,memory,gpuload" |
| #dxvk.hud = "full" | #dxvk.hud = "full" |
| |
| === trainerV.ini === | === trainerV.ini === |
| |
| nano ~/'.wine/GTA V/drive_c/users/espionage724/AppData/Roaming/TrainerV/Legacy/trainerV.ini' | mkdir -p ~/'.wine/GTA V/drive_c/users/'$USER'/AppData/Roaming/TrainerV/Legacy' && nano ~/'.wine/GTA V/drive_c/users/'$USER'/AppData/Roaming/TrainerV/Legacy/trainerV.ini' |
| |
| <code> | <code> |
| RevealMap=1 | RevealMap=1 |
| RevealFort=1 | RevealFort=1 |
| Infinite_Boost=1 | Infinite_Boost=1 |
| Nitro=1 | Nitro=1 |
| MaxTuned=1 | MaxTuned=1 |
| | InfStamina=1 |
| | RestAreas=1 |
| | changeswimwear=0 |
| |
| // End</code> | // End</code> |
| ====== TODO ====== | ====== TODO ====== |
| |
| legendary launch '9d2d0eb64d5c44529cece33fe2a46482' --offline --wine-prefix ~/'.wine/GTA V' --wrapper "wine $HOME/'.wine/GTA V/drive_c/Program Files/Epic Games/Launcher/EpicGamesLauncher.exe' $HOME/'.wine/GTA V/drive_c/Program Files/Epic Games/GTAV/PlayGTAV.exe' -scOfflineOnly" | 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' |
| |
| WINEPREFIX=~/'.wine/GTA V' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\Direct3D' /v 'renderer' /t 'REG_SZ' /d 'vulkan' /f | legendary launch '9d2d0eb64d5c44529cece33fe2a46482' --wine-prefix ~/'.wine/GTA V' --wrapper "wine $HOME/'.wine/GTA V/drive_c/Program Files/Epic Games/Launcher/EpicGamesLauncher.exe' $HOME/'.wine/GTA V/drive_c/Program Files/Epic Games/GTAV/PlayGTAV.exe'" |
| | |
| | legendary launch '9d2d0eb64d5c44529cece33fe2a46482' --offline --wine-prefix ~/'.wine/GTA V' --wrapper "wine $HOME/'.wine/GTA V/drive_c/Program Files/Epic Games/Launcher/EpicGamesLauncher.exe' $HOME/'.wine/GTA V/drive_c/Program Files/Epic Games/GTAV/PlayGTAV.exe' -scOfflineOnly" |
| |
| WINEPREFIX=~/'.wine/GTA V' wineserver -k | WINEPREFIX=~/'.wine/GTA V' wineserver -k |
| | |
| | ===== Etc ===== |
| | |
| | WINEPREFIX=~/'.wine/GTA V' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\Direct3D' /v 'renderer' /t 'REG_SZ' /d 'gdi' /f |
| | |
| | WINEPREFIX=~/'.wine/GTA V' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\Direct3D' /v 'csmt' /t 'REG_DWORD' /d '0' /f |
| | |
| | WINEPREFIX=~/'.wine/GTA V' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\Drivers' /v 'Graphics' /t 'REG_SZ' /d 'wayland' /f |
| |
| ~/'Documents/Rockstar Games/GTA V/Profiles' | ~/'Documents/Rockstar Games/GTA V/Profiles' |