Skip to content

Commit 223918d

Browse files
committed
docs(guide): add hints for common issues
Closes #2
1 parent e8753c1 commit 223918d

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

README.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,10 @@ First install lutris.
135135

136136
pacman -S lutris
137137

138+
> [!CAUTION]
139+
> Make sure to download the latest lutris release form [here](https://github.com/lutris/lutris/releases) if you run into any issues
140+
> You might have problems running the latest Proton-GE if you run an outdated version of lutris
141+
138142
Then start lutris and let it download its runtime and dependencies.
139143
By default, lutris will download and use wine-ge-8-26.
140144
This version however does _NOT_ work for W3Champions!
@@ -160,6 +164,10 @@ Select the system options, toggle the `Advanced` switch, scroll down and add an
160164

161165
![Environment variable](./assets/system-env.png)
162166

167+
> [!CAUTION]
168+
> It might be required to add the environment variable `WINE_SIMULATE_WRITECOPY=1` to run Battle.net with Proton-GE
169+
> Try setting this if you encounter any issues with Battle.net
170+
163171
## Lutris installation
164172

165173
The following steps are automated using the `W3Champions.yaml` [script](./W3Champions.yaml).
@@ -310,17 +318,14 @@ And then paste the copied directory from the USB stick to `$HOME/Games/W3Champio
310318
> The path `/mnt/com.w3champions.client` assumes that you mounted the USB drive at `/mnt` and that it contains the directory there.
311319
> Adjust this to however you have to.
312320
313-
### Postinstallation steps
314-
315-
You can now launch W3Champions, and it should actually work.
316-
When it boots up the first time, W3Champions will launch the Warcraft III game in offline mode and configure it for use by W3Champions.
321+
### Postinstallation steps (REQUIRED - Do not skip!)
317322

318323
> [!IMPORTANT]
324+
> You can now launch W3Champions, and it should actually work.
319325
> Do not interact with the launched Warcraft III window.
320-
321-
W3Champions will proceed to install Bonjour for the first time and join a test game on LAN in Warcraft III.
322-
This should work without any actions. On subsequent launcher startups though, we have to restart the `Bonjour Service` for some reason.
323-
To automate this, you can write a batch file somewhere with this content and save it.
326+
> W3Champions will proceed to install Bonjour for the first time and join a test game on LAN in Warcraft III.
327+
> This should work without any actions. On subsequent launcher startups though, we have to restart the `Bonjour Service` for some reason.
328+
> To automate this, you can should write a batch file somewhere with this content and save it.
324329
325330
```batch
326331
C:

0 commit comments

Comments
 (0)