User Tools

Site Tools


games:linux:wine:gta_v_legacy_legendary

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
games:linux:wine:gta_v_legacy_legendary [2026/04/07 00:12] Sean Rhonegames:linux:wine:gta_v_legacy_legendary [2026/04/16 20:00] (current) Sean Rhone
Line 1: Line 1:
   * [[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/
Line 10: Line 9:
 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'
Line 37: Line 36:
  
  
 +
 +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-'*
Line 42: Line 43:
 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
  
 +</code>
  
 +  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'"
  
-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 +
- +
-</code>+
  
   nano ~/'.wine/GTA V/drive_c/Program Files/Epic Games/GTAV/commandline.txt'   nano ~/'.wine/GTA V/drive_c/Program Files/Epic Games/GTAV/commandline.txt'
  
 <code> <code>
--DX10+-DX11
 -cityDensity 1.0 -cityDensity 1.0
 -fullscreen -fullscreen
Line 69: Line 68:
 -txaa 0 -txaa 0
 -waterQuality 0 -waterQuality 0
--nobattleye</code>+-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>
  
/var/www/wiki/data/attic/games/linux/wine/gta_v_legacy_legendary.1775535148.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