From cf597064e4f931bba715d16c70167795489a9411 Mon Sep 17 00:00:00 2001 From: Audric Henquin Date: Sun, 31 Aug 2025 17:57:01 -0400 Subject: [PATCH] 421 Add instructions to use proxy on MacOs --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fcfdf4d..8a8ad129 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,19 @@ Then, start Noita, and enable the mod. Now you're ready to start a server and have fun! +### Installation MacOs (provided by @Ownezx and @Roenalt) + +1. Install a GOG copy of Noita using [portingkit](https://www.portingkit.com/) by following the guide given directly on the Noita entry page on portingkit with a few specific options in the "Advance Settings" step: + 1. Set the Engine to "WS12WineKegworks10.0-battle.net" + 2. Set the Operating System to "Windows 11". +2. After confirming that the game launch, open the folder where the game is installed and navigate to where the `noita.exe` is located (usually in "/Users/{User}/Applications/Noita.app/Contents/SharedSupport/prefix/drive_c/GOG Games/Noita") and add a shortcut to it in the sidebar of the Finder. +3. Go to [releases](https://github.com/IntQuant/noita_entangled_worlds/releases), download the latest `noita-proxy-macos.zip`. +4. Unpack it and launch the proxy, it will ask to give the path to the `noita.exe` (that we save a shortcut to!). Once the path is given, the proxy will be able to download and install the mod automatically. +5. Close the proxy, then launch it again via a terminal with the following command: `~/Applications/noita-proxy-macos/noita_proxy --launch-cmd '"/Users/{User}/Applications/Noita.app/Contents/MacOS/wineskinlauncher" --run "C:\GOG Games\Noita\noita.exe"'` +6. Then you can enjoy the mod as usual, by enabling it in the "Mods" menu of Noita. + +Note: The proxy must be launched via terminal with the command above every time you want to play multiplayer. + ## Connect using Steam In the Proxy window, click on "Create Lobby". Then, "Save lobby ID to clipboard". Send that ID to your friends, who can then *copy* it and press "Connect to lobby in clipboard". @@ -90,4 +103,4 @@ Special thanks to: - Contributors. - @EvaisaDev for allowing to use code from Noita Arena mod. - @dextercd for NoitaPatcher. - - Creators of other libraries used in this project. \ No newline at end of file + - Creators of other libraries used in this project.