Both sides previous revisionPrevious revisionNext revision | Previous revision |
games:bsd:wine:guild_wars_2 [2025/08/18 09:57] – [TODOs] Sean Rhone | games: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 |
---|
* 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 ====== |
===== 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 ===== |
| |
* 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' -C '/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' -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 ==== |
**** | **** |
| |
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 ====== |
===== 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 |
Icon=/home/CHANGEME/.wine/Icons/GW2-256.0.ico | Icon=/home/CHANGEME/.wine/Icons/GW2-256.0.ico |
StartupWMClass=gw2-64.exe | StartupWMClass=gw2-64.exe |
| SingleMainWindow=true |
Actions=Update;Screenshots;Kill;Repair;Notes; | Actions=Update;Screenshots;Kill;Repair;Notes; |
| |
[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 |
| |
gio open ~/'Documents/Guild Wars 2/NetworkDiag.log' | gio open ~/'Documents/Guild Wars 2/NetworkDiag.log' |
| |
==== Root Folder ==== | ===== Root Folder ===== |
| |
**** | **** |