Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| games:linux:wine:gta_v_legacy_legendary [2026/04/07 02:16] – [Etc] 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/ | * http://www.dev-c.com/gtav/scripthookv/ |
| |
| <code> | <code> |
| -DX10 | -DX11 |
| -cityDensity 1.0 | -cityDensity 1.0 |
| -fullscreen | -fullscreen |
| -txaa 0 | -txaa 0 |
| -waterQuality 0 | -waterQuality 0 |
| -nobattleye</code> | -nobattleye |
| | -noBE |
| | -skipPatcherCheck</code> |
| |
| ===== Etc ===== | ===== 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' | * ''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' | 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' /f && WINEPREFIX=~/'.wine/GTA V' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v 'ScriptHookV' /t 'REG_SZ' /d 'native' /f | 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 ===== | ===== DXVK TODO ===== |