Skip to content

Commit

Permalink
Merge pull request #1 from hahayupgit/main
Browse files Browse the repository at this point in the history
Updates Crossover Compatability list + adds r2modman page
  • Loading branch information
IsaacMarovitz committed Apr 3, 2024
2 parents dfa5b1b + 6f4a55c commit 7e6e435
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
book
.idea
.DS_Store
**/.DS_Store
1 change: 1 addition & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
34 changes: 18 additions & 16 deletions src/cx.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
1 change: 1 addition & 0 deletions src/game-support/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
19 changes: 19 additions & 0 deletions src/game-support/r2modman.md
Original file line number Diff line number Diff line change
@@ -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`

0 comments on commit 7e6e435

Please sign in to comment.