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/05/07 22:06] – [Simple Trainer] Sean Rhonegames:linux:wine:gta_v_legacy_legendary [2026/05/19 06:19] (current) – [Simple Trainer] Sean Rhone
Line 75: Line 75:
  
   * 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 --~/'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 ====
Line 93: Line 93:
 <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.enableDescriptorHeap = "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"
  
Line 152: Line 156:
 RevealMap=1 RevealMap=1
 RevealFort=1 RevealFort=1
-Infinite_Boost=1 +Infinite_Boost=1
 Nitro=1 Nitro=1
 MaxTuned=1 MaxTuned=1
Line 198: Line 202:
  
 ====== TODO ====== ====== TODO ======
 +
 +  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'
 +
 +  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"   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"
Line 205: Line 213:
 ===== Etc ===== ===== Etc =====
  
-  WINEPREFIX=~/'.wine/GTA V' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\Direct3D' /v 'renderer' /t 'REG_SZ' /d 'vulkan' /f+  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   WINEPREFIX=~/'.wine/GTA V' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\Drivers' /v 'Graphics' /t 'REG_SZ' /d 'wayland' /f
/srv/www/wiki/data/attic/games/linux/wine/gta_v_legacy_legendary.1778205960.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