Both sides previous revisionPrevious revisionNext revision | Previous revision |
games:bsd:wine:guild_wars_2 [2025/08/21 18:52] – Sean Rhone | games:bsd:wine:guild_wars_2 [2025/08/29 04:03] (current) – [Guild Wars 2] Sean Rhone |
---|
===== Guild Wars 2 ===== | ===== Guild Wars 2 ===== |
| |
* Install to default directory ((''C:\Program Files\Guild Wars 2'')) | * Install to default location ((''C:\Program Files\Guild Wars 2'')) |
* Email/pass -> Save -> ''[x]'' Auto-Play -> Close | * Email/pass -> ''[x]'' Remember both -> Log In -> ''[x]'' Auto-Play -> Close |
| |
mkdir -p ~/'.wine' ~/'Downloads/Guild Wars 2' && wget -O ~/'Downloads/Guild Wars 2/Gw2Setup.exe' 'https://cloudfront.guildwars2.com/client/branches/Gw2Setup-64.exe' && WINEPREFIX=~/'.wine/Guild Wars 2' WINEARCH='win64' WINEDLLOVERRIDES='winemenubuilder.exe=d' wine ~/'Downloads/Guild Wars 2/Gw2Setup.exe' | mkdir -p ~/'.wine' ~/'Downloads/Guild Wars 2' && WINEPREFIX=~/'.wine/Guild Wars 2' WINEARCH='win64' wine64 wineboot --init && WINEPREFIX=~/'.wine/Guild Wars 2' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v 'winemenubuilder.exe' /t 'REG_SZ' /d '' /f && wget -O ~/'Downloads/Guild Wars 2/Gw2Setup.exe' 'https://cloudfront.guildwars2.com/client/branches/Gw2Setup-64.exe' && WINEPREFIX=~/'.wine/Guild Wars 2' wine ~/'Downloads/Guild Wars 2/Gw2Setup.exe' |
| |
===== 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 ===== | ===== Arial Font ===== |
| |
* 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-448fd8fa081e14b2241c723e9226e61c8899f0a6.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' | |
| |
=== Test === | |
| |
* Just ''d3d11.dll'' and ''dxgi.dll'' | |
| |
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' |
| |
[Desktop Action Kill] | [Desktop Action Kill] |
| StartupNotify=false |
Exec='/bin/sh' -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 |