Skip to content

Commit

Permalink
Better unix instructions, including macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
toebeann authored Mar 26, 2024
1 parent a80f572 commit f058680
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Tobey's BepInEx x MelonLoader Pack for Supermarket Simulator

This is a [BepInEx](https://github.com/BepInEx/BepInEx) pack for Supermarket Simulator, preconfigured and ready to use on Windows and Linux (including SteamOS), with compatibility for MelonLoader mods and plugins!
This is a [BepInEx](https://github.com/BepInEx/BepInEx) pack for Supermarket Simulator, preconfigured and ready to use on Windows, macOS and Linux (including SteamOS), with compatibility for MelonLoader mods and plugins!

BepInEx is a general purpose framework for Unity modding. BepInEx includes tools and libraries to

Expand Down Expand Up @@ -49,11 +49,13 @@ To install manually, follow these instructions:
1. [Download Tobey's BepInEx x MelonLoader Pack for Supermarket Simulator](https://github.com/toebeann/BepInEx.SupermarketSimulator/releases/latest/download/Tobey.s.BepInEx.x.MelonLoader.Pack.for.Supermarket.Simulator.zip).
1. Extract the contents of the downloaded archive into the game folder. Replace any files if prompted.\
**ℹ️** _That just means open the .zip file and drag the files and folders out into the game folder!_
1. **Linux (Steam Deck etc.) ONLY:** In your Steam library, right-click the game, select `Properties...` and set the launch options to:
1. **macOS & Linux (Steam Deck etc.) ONLY:** In your Steam library, right-click the game, select `Properties...` and set the launch options:
```
WINEDLLOVERRIDES="winhttp=n,b" %command%
export WINEDLLOVERRIDES="winhttp=n,b" && %command%
```
**⚠️ _Do not set the launch options on Windows!_**
**ℹ️** _On macOS and Linux you can alternatively set the Wine Configuration (`winecfg`) for the game to add `winhttp` as a DLL override via the `Libraries` tab, setting it to `native, builtin`. Remove the Steam launch options if applicable._
1. Run the game as normal (e.g. launch it from Steam).
1. If you are prompted to migrate mods from MelonLoader, confirm the prompts.
Expand Down

0 comments on commit f058680

Please sign in to comment.