Skip to content

Commit

Permalink
Update r2modman.md
Browse files Browse the repository at this point in the history
added "--in-process-gpu" to argument list, this change made it work in my case
  • Loading branch information
Pacardeoum authored Dec 16, 2024
1 parent 2495aa1 commit b5d8755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game-support/r2modman.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- Download the standalone executable from [here](https://github.com/ebkr/r2modmanPlus/releases/latest) into your bottle's C-Drive
- Ensure you're downloading the one named `r2modman-x.x.xx.exe` where `x.x.xx` is the current version of the mod manager.
- Pin the program and `Right Click > Config`
- Add `--disable-gpu --no-sandbox` into arguments
- Add `--disable-gpu --no-sandbox --in-process-gpu` into arguments
- Add environment variable with key `WINEDLLOVERRIDES` and value `libglesv2=d`
> [!WARNING]
> If app opens with a blank screen, check environment variable as it may not get saved in the first try.
Expand Down

0 comments on commit b5d8755

Please sign in to comment.