Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add WoW ingame shop workaround #107

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion WorldOfWarcraft.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
World of Warcraft works great in Linux. DX9 / OpenGL renderer for WoW are gone, you need to use DX11. DX11 to OpenGL in Wine(Staging) is slow, but if you use DXVK you will get great fps.

## Blizzard App
World of Warcraft is installed and updated by Blizzard App. It is advised to install World of Warcraft game data outside of the Wine Prefix, so that when you want to make a fresh install of the prefix, you can just delete and recreate without losing the game data.
World of Warcraft is installed and updated by Blizzard App. It is advised to install World of Warcraft game data outside of the Wine Prefix, so that when you want to make a fresh install of the prefix, you can just delete and recreate without losing the game data. However, this will break the in-game shop with details in [this post](https://forums.lutris.net/t/battlenet-ingame-shop-in-world-of-warcraft/10028/5). This can be fix by bind mounting the game data folder inside the prefix.
Example: ```mount --bind "$HOME/Games/World of Warcraft" "$HOME/Games/battlenet/drive_c/Program Files (x86)/World of Warcraft"```

### **IMPORTANT:** Dependencies need to be installed first
The installer for WoW actually installs Blizzard app. Make sure you have the dependencies listed on the page there installed: [Blizzard App](https://github.com/lutris/docs/blob/master/Battle.Net.md). If you do not do this, you will not be able to install World of Warcraft.
Expand Down