This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0. Find where your steamapps directory is. | |
For me it is $HOME/.local/share/Steam/steamapps | |
From now on, I'm calling it $STEAMAPPS_DIR | |
STEAMAPPS_DIR="$HOME/.local/share/Steam/steamapps" | |
1. Download arcdps' d3d11.dll from https://www.deltaconnected.com/arcdps/, | |
place it in: $STEAMAPPS_DIR/common/Guild Wars 2/ | |
2. Run Guild Wars 2 from Steam. | |
A new directory "$STEAMAPPS_DIR/common/Guild Wars 2/addons" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Tested on arch / artix / manjaro linux & wine-staging (v5.0-1), Feb 2020. | |
WARNING: don't install in the same prefix as MS Speech Platform, or it won't work | |
1- create a 32-bit wine prefix and install speechsdk & vb runtime 2010+ | |
$ WINEPREFIX=~/wine/sapi WINEARCH=win32 winetricks speechsdk | |
$ WINEPREFIX=~/wine/sapi winetricks vcrun2015 |