User Tools

Site Tools


games:linux:wine:guild_wars_2

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:guild_wars_2 [2025/12/08 11:26] – [ArcDPS] Sean Rhonegames:linux:wine:guild_wars_2 [2025/12/11 17:16] (current) – [Updater] Sean Rhone
Line 46: Line 46:
  
 ===== DXVK ===== ===== DXVK =====
- 
-==== master ==== 
- 
-  * https://github.com/doitsujin/dxvk/actions ((need to be signed into GitHub, and select the latest ''master'' artifacts package)) 
-  * Last tested: ''dxvk-master-0118eaff27d0d9637e4f4b53e114cdab381b480c.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' ~/'.wine/Guild Wars 2/drive_c/windows/system32' 
  
 ==== Release ==== ==== Release ====
Line 60: Line 53:
  
   rm -Rf '/tmp/dxvk-'* && tar -xvzf ~/'Downloads/dxvk-'*'.tar.gz' -C '/tmp' && mv -fv '/tmp/dxvk-'*'/x64/d3d11.dll' '/tmp/dxvk-'*'/x64/dxgi.dll' ~/'.wine/Guild Wars 2/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' ~/'.wine/Guild Wars 2/drive_c/windows/system32' && rm -Rf '/tmp/dxvk-'*
 +
 +==== master ====
 +
 +  * https://github.com/doitsujin/dxvk/actions ((need to be signed into GitHub, and select the latest ''master'' artifacts package))
 +  * Last tested: ''dxvk-master-6cec53d975a79ababe4b8965ce04e7b96903dd1b.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' ~/'.wine/Guild Wars 2/drive_c/windows/system32'
  
 ==== Dll Overrides ==== ==== Dll Overrides ====
Line 210: Line 210:
  
   cd ~/'.wine/Guild Wars 2/drive_c/Program Files/Guild Wars 2' && WINEPREFIX=~/'.wine/Guild Wars 2' wine ~/'.wine/Guild Wars 2/drive_c/Program Files/Guild Wars 2/Gw2-64.exe' -image -nodelta -dat x   cd ~/'.wine/Guild Wars 2/drive_c/Program Files/Guild Wars 2' && WINEPREFIX=~/'.wine/Guild Wars 2' wine ~/'.wine/Guild Wars 2/drive_c/Program Files/Guild Wars 2/Gw2-64.exe' -image -nodelta -dat x
 +
 +  cd ~/'.wine/Guild Wars 2/drive_c/Program Files/Guild Wars 2' && WINEPREFIX=~/'.wine/Guild Wars 2' wine ~/'.wine/Guild Wars 2/drive_c/Program Files/Guild Wars 2/Gw2-64.exe' -image -nodelta -dat '/run/media/'$USER'/NAS/Games/PC/GW2/Gw2.dat'
  
 ==== Repair ==== ==== Repair ====
Line 243: Line 245:
 <code> <code>
 # General # General
-dxgi.enableHDR = "False" 
-d3d9.dpiAware = "False" 
-dxvk.allowFse = "True" 
-d3d9.samplerLodBias = "-2.0" 
 d3d11.samplerLodBias = "-2.0" d3d11.samplerLodBias = "-2.0"
  
 # Intel # Intel
 dxvk.hideIntegratedGraphics = "False" dxvk.hideIntegratedGraphics = "False"
-d3d9.hideIntelGpu = "False" 
 dxgi.hideIntelGpu = "False" dxgi.hideIntelGpu = "False"
-dxvk.enableGraphicsPipelineLibrary = "True" 
- 
-# Tweaks 
-dxvk.latencySleep = "False" 
-dxvk.enableMemoryDefrag = "False" 
-dxvk.tilerMode = "False" 
-d3d9.useD32forD24 = "True" 
-d3d11.relaxedBarriers = "True" 
-d3d9.invariantPosition = "False" 
-d3d11.disableMsaa = "True" 
-dxvk.enableDescriptorBuffer = "True" 
-d3d9.floatEmulation = "False" 
-dxvk.lowerSinCos = "False" 
-d3d9.deviceLocalConstantBuffers = "True" 
  
 # HUD # HUD
/srv/www/wiki/data/attic/games/linux/wine/guild_wars_2.1765211183.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