Both sides previous revisionPrevious revisionNext revision | Previous revision |
games:bsd:wine:guild_wars_2 [2025/08/29 06:38] – [Icon] Sean Rhone | games:bsd:wine:guild_wars_2 [2025/09/11 06:43] (current) – external edit 127.0.0.1 |
---|
====== Information ====== | ====== Information ====== |
| |
* [[https://www.guildwars2.com|Guild Wars 2]] | * Guild Wars 2 |
* Standalone | * Standalone |
* 64-bit | * 64-bit |
| |
* 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-402c290e650aba3df2d1b0264c45f87247545e82.zip'' | * Last tested: ''dxvk-master-5346de72a9d850e48637f57aea64275cf0d82341.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' |
| |
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 |
| |
| ===== ArcDPS ===== |
| |
| * https://www.deltaconnected.com/arcdps/x64/ |
| |
| wget -O ~/'.wine/Guild Wars 2/drive_c/Program Files/Guild Wars 2/d3d11.dll' 'https://www.deltaconnected.com/arcdps/x64/d3d11.dll' |
| |
| rm -fv ~/'.wine/Guild Wars 2/drive_c/Program Files/Guild Wars 2/d3d11.dll' |
| |
====== Desktop Launcher ====== | ====== Desktop Launcher ====== |
Type=Application | Type=Application |
StartupNotify=true | StartupNotify=true |
Icon=/home/CHANGEME/.wine/Icons/GW2-256.0.ico | Icon=/home/CHANGEME/.wine/Icons/GW2-256.ico |
StartupWMClass=gw2-64.exe | StartupWMClass=gw2-64.exe |
SingleMainWindow=true | SingleMainWindow=true |
| |
[Desktop Action Update] | [Desktop Action Update] |
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" | #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" |
| 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 && wget -O ~/'.wine/Guild Wars 2/drive_c/Program Files/Guild Wars 2/d3d11.dll' 'https://www.deltaconnected.com/arcdps/x64/d3d11.dll'" |
Name=Update Game Data | Name=Update Game Data |
| |