You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-5Lines changed: 14 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Then, start Noita, and enable the mod.
34
34
35
35
Now you're ready to start a server and have fun!
36
36
37
-
### Installation MacOs (provided by @Ownezx and @Roenalt)
37
+
### Installation on MacOS (provided by @Ownezx and @Roenalt)
38
38
39
39
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:
40
40
1. Set the Engine to "WS12WineKegworks10.0-battle.net"
@@ -47,6 +47,15 @@ Now you're ready to start a server and have fun!
47
47
48
48
Note: The proxy must be launched via terminal with the command above every time you want to play multiplayer.
49
49
50
+
## Installation on Linux with Lutris (provided by @merll002)
51
+
52
+
1. Install the GOG version of Noita through the lutris game installer:
2. Navigate to the directory where the proxy was downloaded
55
+
3. Run the proxy by typing `./start.sh`
56
+
4. Enable the mod (refer to main installation instructions)
57
+
5. Done!
58
+
50
59
## Connect using Steam
51
60
52
61
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".
@@ -84,14 +93,14 @@ There are 11 global perks:
84
93
[The mods listed here](https://docs.google.com/spreadsheets/d/1nMdqzrLCav_diXbNPB9RgxPcCQzDPgXdEv-klKWJyS0) have been tested by the community, it is publically editable so please add any untested mod with your findings
85
94
86
95
87
-
## Cli connect
96
+
## CLI connect
88
97
89
-
can also connect via cli, just run `noita_proxy --lobby [steam_code/ip and port]`
98
+
You can also connect via cli, just run `noita_proxy --lobby [steam_code/ip and port]`
90
99
91
100
92
-
## Cli host
101
+
## CLI host
93
102
94
-
can also host via cli, just run `noita_proxy --host [steam/port]`, "--host steam" will host a steam game and "--host 5123" or any port will host via ip at that port
103
+
You can also host via cli, just run `noita_proxy --host [steam/port]`, "--host steam" will host a steam game and "--host 5123" or any port will host via ip at that port
95
104
96
105
## Connecting via steam without steam version of game
0 commit comments