add troubleshooting
This commit is contained in:
20
README.md
20
README.md
@@ -55,6 +55,26 @@ Before you begin, ensure you have the following:
|
||||
* Once both paths are set, both components are patched, and the RosettaX87 service is running, the "Launch Game" button will become active. Click it.
|
||||
9. **Enjoy**: Experience a VM free, smoother Project Epoch on your Apple Silicon Mac!
|
||||
|
||||
## Troubleshooting / FAQ
|
||||
|
||||
### The Patch Epoch step is taking forever
|
||||
|
||||
The initial patch download is quite large and can take a while if your internet is slow. The app will tell you when it's done.
|
||||
|
||||
### My resolution is super blown up and I can't see the whole screen
|
||||
|
||||
Wine does that on first launch if you have a large widescreen monitor.
|
||||
1. Hit Escape to close the game
|
||||
2. Open your `Config.wtf` file in a text editor, it is located in your wow game directory at `/WTF/Config.wtf`
|
||||
3. Add your desired resolution. I have a 3440x1440 monitor so I added the following to my `Config.WTF`
|
||||
```
|
||||
SET gxResolution "3440x1440"
|
||||
```
|
||||
|
||||
### When I change graphics settings, all the buttons have big white boxes around them
|
||||
|
||||
This is another common wine issue, just close the game normally and it should be fixed on next startup
|
||||
|
||||
## Running from Source Code
|
||||
|
||||
If you prefer to run the application directly from source code:
|
||||
|
Reference in New Issue
Block a user