diff --git a/.gitignore b/.gitignore index b641e08c..bad7316d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ book .idea -.DS_Store \ No newline at end of file +**/.DS_Store diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 961f7b0f..d621805f 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -26,6 +26,7 @@ - [Overwatch 2](./game-support/overwatch-2.md) - [Persona 3 Reload](./game-support/p3r.md) - [Palworld](./game-support/palworld.md) + - [r2modman](./game-support/r2modman.md) - [Sekiro: Shadows Die Twice](./game-support/sekiro.md) - [Skyrim SE](./game-support/skyrim-se.md) - [Star Wars Jedi: Fallen Order](./game-support/sw-fallen-order.md) diff --git a/src/cx.md b/src/cx.md index 139b2c26..a6b6f15b 100644 --- a/src/cx.md +++ b/src/cx.md @@ -2,21 +2,23 @@ There are a lot of questions about which is better, here's an easy chart: -| Feature | Whisky | CrossOver | -|--------------------------|--------|-----------| -| Entirely Open-Source | ✅ | ❌ | -| Free Updates Forever | ✅ | ❌ | -| MSync | ✅ | ✅ | -| ESync | ✅ | ✅ | -| DirectX 12 Support | ✅ | ✅ | -| Automated Installation | ❌ | ✅ | -| Denuvo Support | ❌ | ✅ | -| EA App Support | ❌ | ✅ | -| Battle.net Support | ❌ | ✅ | -| Ubisoft Connect Support | ❌ | ✅ | -| OOTB GStreamer Support | ❌ | ✅ | -| Wine 9 Support | ❌ | ✅ | -| Proper Technical Support | ❌ | ✅ | -| Future Updates to Wine | ❌ | ✅ | +| Feature | Whisky | CrossOver | +|---------------------------------|---------|------------| +| Entirely Open-Source | ✅ | ❌ | +| Free Updates Forever | ✅ | ❌ | +| MSync | ✅ | ✅ | +| ESync | ✅ | ✅ | +| DirectX 12 Support | ✅ | ✅ | +| Automated Installation | ❌ | ✅ | +| Denuvo Support | ❌ | ✅ | +| EA App Support | ❌ | ✅ | +| Epic Games Launcher Support | ❌ | ✅ | +| Battle.net Support | ❌ | ✅ | +| Rockstar Games Launcher Support | ❌ | ✅ | +| Ubisoft Connect Support | ❌ | ✅ | +| OOTB GStreamer Support | ❌ | ✅ | +| Wine 9 Support | ❌ | ✅ | +| Proper Technical Support | ❌ | ✅ | +| Future Updates to Wine | ❌ | ✅ | TLDR; CrossOver supports more apps than Whisky, and provides a more seamless user experience when Wine doesn't want to work out of the box. Which ever is best will depend on your needs and use case. \ No newline at end of file diff --git a/src/game-support/README.md b/src/game-support/README.md index e57327e9..a338ca2c 100644 --- a/src/game-support/README.md +++ b/src/game-support/README.md @@ -39,6 +39,7 @@ title is partially left to the article author, but some general guidelines apply - [Overwatch 2](./overwatch-2.md) - [Persona 3 Reload](./p3r.md) - [Palworld](./palworld.md) +- [r2modman](./r2modman.md) - [Sekiro: Shadows Die Twice](./sekiro.md) - [Skyrim SE](./skyrim-se.md) - [Star Wars Jedi: Fallen Order](./sw-fallen-order.md) diff --git a/src/game-support/r2modman.md b/src/game-support/r2modman.md new file mode 100644 index 00000000..f72bf460 --- /dev/null +++ b/src/game-support/r2modman.md @@ -0,0 +1,19 @@ +# r2modman + +{{#template ../templates/rating.md status=Silver date=02/27/24 installs=Yes opens=Yes}} + +## 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 +- 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