From 9404fbabeae0f339953df42a617878edb0f0cb12 Mon Sep 17 00:00:00 2001 From: Isaac Marovitz Date: Wed, 3 Apr 2024 18:04:34 -0400 Subject: [PATCH] Some cleanup --- src/game-support/r2modman.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/game-support/r2modman.md b/src/game-support/r2modman.md index f72bf460..bba94846 100644 --- a/src/game-support/r2modman.md +++ b/src/game-support/r2modman.md @@ -4,16 +4,15 @@ ## Setup -(thank you to 1halon on the discord for writing this up!) -- Download the standalone executable from https://github.com/ebkr/r2modmanPlus/releases/latest into the Bottle's C drive (or some arbitary location Bottle can access to) -- Pin the program, right click, Open Config +> Thank you to `1halon` on the Discord for writing this up! + +- In `Bottle Configuration`, change `Enhanced Sync` to `ESync` +- Download the standalone executable from [here](https://github.com/ebkr/r2modmanPlus/releases/latest) into your bottle's C-Drive +- Pin the program and `Right Click > Config` - Add `--disable-gpu --no-sandbox` 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. > [!NOTE] -> If using the BepInEx framework, install `winhttp` through `Winetricks > DLLs` or override `winhttp` to `Native then Builtin` from `Wine Configuration` (console may not show up) - -> [!NOTE] -> Use `ESync` instead of `MSync` for `Enhanced Sync` \ No newline at end of file +> If using the BepInEx framework, install `winhttp` through `Winetricks > DLLs` or override `winhttp` to `Native then Builtin` from `Wine Configuration` (console may not show up) \ No newline at end of file