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/08/19 01:42] – [Guild Wars 2] Sean Rhonegames:bsd:wine:guild_wars_2 [2025/08/24 17:47] (current) – [master] 2 DXVK versions before was one that seemingly didn't crash at random, but Intel ANV GPL disable not tested fully yet as alt-fix Sean Rhone
Line 4: Line 4:
   * Standalone   * Standalone
   * 64-bit   * 64-bit
- 
-  * :!: 2025/08/18: WIP (copy of Linux notes) 
  
 ===== Prerequisites ===== ===== Prerequisites =====
  
-  * [[linux;distros;opensuse_tumbleweed_gnome|openSUSE Tumbleweed (GNOME)]] +  * [[bsd;freebsd_14.3_xfce|FreeBSD 14.3 (Xfce)]] 
-  * [[linux;notes;wine|Wine]] +  * [[bsd;notes;wine|Wine]] (old WoW64)
- +
-===== TODOs ===== +
- +
-  * CEF didn't load; prevents Trading Post use, but may indirectly improve performance ((on Linux, cef has 5 processes around 200MB+ RAM one 700MB, shows on ''intel_gpu_top'' 3D load)) +
-  * arial font test (FreeBSD post)+
  
 ====== Install ====== ====== Install ======
Line 28: Line 21:
 ===== Restore Gw2.dat ===== ===== Restore Gw2.dat =====
  
-****+  mv ~/'Downloads/GW2/Gw2.dat' ~/'.wine/Guild Wars 2/drive_c/Program Files/Guild Wars 2'
  
-  mv ~/'Downloads/GW2/Gw2.dat' ~/'.wine/Guild Wars 2/drive_c/Program Files/Guild Wars 2'+  ls ~/'.wine/Guild Wars 2/drive_c/Program Files/Guild Wars 2/Gw2.dat' 
 + 
 +===== Arial Font ===== 
 + 
 +  * Fixes CEF windows (trading post) 
 +  * [[https://forums.freebsd.org/threads/what-about-gaming-on-freebsd.723/page-13#post-713261|Source]] 
 + 
 +  WINEPREFIX=~/'.wine/Guild Wars 2' winetricks 'arial'
  
 ===== Clean-up ===== ===== Clean-up =====
Line 45: Line 45:
  
   * 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-59826f3412a9e45eb502ce2c8800345a694c937d.zip'+  * Last tested: ''dxvk-master-402c290e650aba3df2d1b0264c45f87247545e82.zip''
- +
-  rm -Rf '/tmp/dxvk-master' && unzip ~/'Downloads/dxvk-master-'*'.zip' -d '/tmp/dxvk-master' && mv -fv '/tmp/dxvk-master/x64/'*'.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/x32/'*'.dll' ~/'.wine/Guild Wars 2/drive_c/windows/syswow64' +
- +
-==== Release ==== +
- +
-  * https://github.com/doitsujin/dxvk/releases +
-  * Last tested: ''dxvk-2.7.tar.gz'' +
- +
-  rm -Rf '/tmp/dxvk-'* && tar -xvzf ~/'Downloads/dxvk-'*'.tar.gz' -C '/tmp' && mv -fv '/tmp/dxvk-'*'/x64/'*'.dll' ~/'.wine/Guild Wars 2/drive_c/windows/system32'+
  
-  rm -Rf '/tmp/dxvk-'&& tar -xvzf ~/'Downloads/dxvk-'*'.tar.gz' -'/tmp' && mv -fv '/tmp/dxvk-'*'/x32/'*'.dll' ~/'.wine/Guild Wars 2/drive_c/windows/syswow64'+  rm -Rf '/tmp/dxvk-master' && unzip ~/'Downloads/dxvk-master-'*'.zip' -'/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 64: Line 53:
 **** ****
  
-  WINEPREFIX=~/'.wine/Guild Wars 2' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v 'd3d8' /t 'REG_SZ' /d 'native' /f && WINEPREFIX=~/'.wine/Guild Wars 2' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v 'd3d9' /t 'REG_SZ' /d 'native' /f && WINEPREFIX=~/'.wine/Guild Wars 2' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v 'd3d10core' /t 'REG_SZ' /d 'native' /f && WINEPREFIX=~/'.wine/Guild Wars 2' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v 'd3d11' /t 'REG_SZ' /d 'native' /f && WINEPREFIX=~/'.wine/Guild Wars 2' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v 'dxgi' /t 'REG_SZ' /d 'native' /f+  WINEPREFIX=~/'.wine/Guild Wars 2' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v 'd3d11' /t 'REG_SZ' /d 'native' /f && WINEPREFIX=~/'.wine/Guild Wars 2' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v 'dxgi' /t 'REG_SZ' /d 'native' /f
  
 ====== Desktop Launcher ====== ====== Desktop Launcher ======
Line 70: Line 59:
 ===== Guild Wars 2 ===== ===== Guild Wars 2 =====
  
-  mkdir -p ~/'.local/share/applications/wine/Programs/Guild Wars 2' ~/'Documents/Guild Wars 2/Screens' && nano ~/'.local/share/applications/wine/Programs/Guild Wars 2/Guild Wars 2.desktop' && sed -i 's/'CHANGEME'/'$USER'/g' ~/'.local/share/applications/wine/Programs/Guild Wars 2/Guild Wars 2.desktop' && update-desktop-database --quiet ~/'.local/share/applications'+  mkdir -p ~/'.local/share/applications/wine/Programs/Guild Wars 2' ~/'Documents/Guild Wars 2/Screens' && ee ~/'.local/share/applications/wine/Programs/Guild Wars 2/Guild Wars 2.desktop' && sed -i -e 's/'CHANGEME'/'$USER'/g' ~/'.local/share/applications/wine/Programs/Guild Wars 2/Guild Wars 2.desktop' && update-desktop-database --quiet ~/'.local/share/applications'
  
 <code> <code>
 [Desktop Entry] [Desktop Entry]
 Name=Guild Wars 2 Name=Guild Wars 2
-Exec='/bin/bash' -c "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' -autologin -bmp -nodelta -mapLoadinfo -ignorecoherentgpucrash -mumble 0 -useOldFov"+Categories=Game; 
 +Exec='/bin/sh' -c "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' -autologin -bmp -nodelta -mapLoadinfo -ignorecoherentgpucrash -mumble 0 -useOldFov"
 Type=Application Type=Application
 StartupNotify=true StartupNotify=true
Line 84: Line 74:
  
 [Desktop Action Update] [Desktop Action Update]
-Exec='/bin/bash' -c "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"+Exec='/bin/sh' -c "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"
 Name=Update Game Data Name=Update Game Data
  
 [Desktop Action Screenshots] [Desktop Action Screenshots]
 StartupNotify=false StartupNotify=false
-Exec='/bin/bash' -c "gio open ~/'Documents/Guild Wars 2/Screens'"+Exec='/bin/sh' -c "gio open ~/'Documents/Guild Wars 2/Screens'"
 Name=Screenshots Name=Screenshots
  
 [Desktop Action Kill] [Desktop Action Kill]
-Exec='/bin/bash' -c "WINEPREFIX=~/'.wine/Guild Wars 2' wineserver --kill"+Exec='/bin/sh' -c "WINEPREFIX=~/'.wine/Guild Wars 2' wineserver --kill"
 Name=Force-close Name=Force-close
  
 [Desktop Action Repair] [Desktop Action Repair]
-Exec='/bin/bash' -c "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 -repair"+Exec='/bin/sh' -c "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 -repair"
 Name=Repair Game Data Name=Repair Game Data
  
 [Desktop Action Notes] [Desktop Action Notes]
 StartupNotify=false StartupNotify=false
-Exec='/bin/bash' -c "gio open 'https://wiki.realmofespionage.xyz/games;linux;wine;guild_wars_2'"+Exec='/bin/sh' -c "gio open 'https://wiki.realmofespionage.xyz/games;bsd;wine;guild_wars_2'"
 Name=Install Notes Name=Install Notes
  
Line 170: Line 160:
   gio open ~/'Documents/Guild Wars 2/NetworkDiag.log'   gio open ~/'Documents/Guild Wars 2/NetworkDiag.log'
  
-==== Root Folder ====+===== Root Folder =====
  
 **** ****
/usr/local/www/wiki/data/attic/games/bsd/wine/guild_wars_2.1755582149.txt.gz · Last modified: by Sean Rhone