Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |
| games:bsd:wine:rockstar_games_launcher_test [2026/04/25 00:44] – Sean Rhone | games:bsd:wine:rockstar_games_launcher_test [2026/04/25 01:52] (current) – Sean Rhone |
|---|
| |
| cd ~/'.wine/GTA V pt/drive_c/Program Files/Epic Games/GTAV' && WINEPREFIX=~/'.wine/GTA V pt' DXVK_HUD='full' WINEDEBUG='' vblank_mode='3' '/usr/local/wine-proton/bin/wine64' wineconsole ~/'.wine/GTA V pt/drive_c/Program Files/Legendary/legendary.exe' launch '9d2d0eb64d5c44529cece33fe2a46482' --wrapper "'EpicGamesLauncher.exe' 'GTA5.exe' %* -useEpic -fromRGL -onSteamDeck" | cd ~/'.wine/GTA V pt/drive_c/Program Files/Epic Games/GTAV' && WINEPREFIX=~/'.wine/GTA V pt' DXVK_HUD='full' WINEDEBUG='' vblank_mode='3' '/usr/local/wine-proton/bin/wine64' wineconsole ~/'.wine/GTA V pt/drive_c/Program Files/Legendary/legendary.exe' launch '9d2d0eb64d5c44529cece33fe2a46482' --wrapper "'EpicGamesLauncher.exe' 'GTA5.exe' %* -useEpic -fromRGL -onSteamDeck" |
| | |
| | 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 pt/drive_c/windows/system32' && rm -Rf '/tmp/dxvk-'* |
| | |
| | WINEPREFIX=~/'.wine/GTA V pt' '/usr/local/wine-proton/bin/wine64' REG ADD 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v 'd3d11' /t 'REG_SZ' /d 'native' /f && WINEPREFIX=~/'.wine/GTA V pt' '/usr/local/wine-proton/bin/wine64' REG ADD 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v 'dxgi' /t 'REG_SZ' /d 'native' /f && WINEPREFIX=~/'.wine/GTA V pt' '/usr/local/wine-proton/bin/wine64' REG ADD 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v 'd3d10core' /t 'REG_SZ' /d 'native' /f |
| |
| </code> | </code> |