User Tools

Site Tools


games:bsd: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:bsd:wine:guild_wars_2 [2025/10/24 16:56] Sean Rhonegames:bsd:wine:guild_wars_2 [2025/11/02 04:59] (current) – [master] Sean Rhone
Line 7: Line 7:
 ===== Prerequisites ===== ===== Prerequisites =====
  
-  * [[bsd;freebsd_14.3_xfce|FreeBSD 14.(Xfce)]] (works on 15.0-BETA2, [[https://forums.freebsd.org/threads/what-about-gaming-on-freebsd.723/page-13#post-723033|post]])+  * [[bsd:freebsd_15.0_xfce|FreeBSD 15.(Xfce)]]
   * [[bsd;notes;wine|Wine]] (old WoW64)   * [[bsd;notes;wine|Wine]] (old WoW64)
  
Line 31: Line 31:
  
   WINEPREFIX=~/'.wine/Guild Wars 2' winetricks 'arial'   WINEPREFIX=~/'.wine/Guild Wars 2' winetricks 'arial'
 +
 +===== Vulkan =====
 +
 +  * :?: TODO: Check benefit and if compatible Wine ''10.0'' non-devel
 +
 +  WINEPREFIX=~/'.wine/Guild Wars 2' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\Direct3D' /v 'renderer' /t 'REG_SZ' /d 'vulkan' /f
  
 ===== Clean-up ===== ===== Clean-up =====
Line 45: Line 51:
  
   * 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-2f9309786e2565ad8a56197627c6c5a408c16c0e.zip''+  * Last tested: ''dxvk-master-e9ad90562cf4f785f33038bd27bc8c58f5222008.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'   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'
Line 58: Line 64:
  
   * https://www.deltaconnected.com/arcdps/x64/   * https://www.deltaconnected.com/arcdps/x64/
 +  * Requires above [[#dxvk|DXVK install]] ((''d3d11'' dll override with ArcDPS by itself had errors))
  
   wget -O ~/'.wine/Guild Wars 2/drive_c/Program Files/Guild Wars 2/d3d11.dll' 'https://www.deltaconnected.com/arcdps/x64/d3d11.dll'   wget -O ~/'.wine/Guild Wars 2/drive_c/Program Files/Guild Wars 2/d3d11.dll' 'https://www.deltaconnected.com/arcdps/x64/d3d11.dll'
Line 170: Line 177:
  
   gio open ~/'.wine/Guild Wars 2/drive_c/Program Files/Guild Wars 2'   gio open ~/'.wine/Guild Wars 2/drive_c/Program Files/Guild Wars 2'
 +
 +===== DXVK TODO =====
 +
 +  * TODO: Check if ''d3d9'' stuff affects (''dpiAware'' particularly))
 +
 +  ee ~/'.wine/Guild Wars 2/drive_c/Program Files/Guild Wars 2/dxvk.conf'
 +
 +<code>
 +# General
 +#dxvk.hud = "full"
 +dxgi.enableHDR = "False"
 +d3d9.dpiAware = "False"
 +dxvk.allowFse = "True"
 +d3d9.samplerLodBias = "-2.0"
 +d3d11.samplerLodBias = "-2.0"
 +
 +# Intel
 +dxvk.hideIntegratedGraphics = "False"
 +d3d9.hideIntelGpu = "False"
 +dxgi.hideIntelGpu = "False"
 +dxvk.enableGraphicsPipelineLibrary = "True"
 +
 +# Tweaks
 +dxgi.maxFrameLatency = "1"
 +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"
 +
 +# End</code>
 +
 +<code>
 +dxvk.tearFree = "False"
 +dxgi.syncInterval = "1"</code>
  
/var/www/wiki/data/attic/games/bsd/wine/guild_wars_2.1761339363.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