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
+26-5Lines changed: 26 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,12 +41,33 @@ A TUI (Terminal User Interface) application for managing [Peacock](https://thepe
41
41
42
42
## Connecting to Peacock
43
43
44
-
After installing the ZHMModSDK via the launcher, start the game and:
44
+
Start the game and open the SDK panel with the `~` key (`^` on QWERTZ layouts or `²` on AZERTY layouts), click the `Mods` button in the top left, find `OnlineTools`and check the box next to it, finally press `OK`.
45
45
46
-
1. Open the SDK panel with the `` ` `` key (`` ^ `` on QWERTZ layouts or `²` on AZERTY layouts)
3. Open the SDK panel again → click **OnlineTools**
49
-
4. Change the server address to `localhost:3000` and press Enter
46
+
Next, open the SDK panel again. There should be a new `OnlineTools` button on the bar at the top of the screen, click this button and the following menu should appear;
Then, press the `Help` button, give the menu that pops up a read to familiarise yourself with the mod. Then press `Load Old Patcher Settings` and close the help popup.
51
+
52
+
The main OnlineTools window should now look like this;
53
+
54
+

55
+
56
+
If you have not changed the port from the default of `3000`, you need to change the `localhost` line to `localhost:3000` then press enter.
57
+
58
+
If you are using port `80` you do not need to change this. If you changed it to something other than `3000`, you need to change it to `localhost:PORT` where `PORT` is your chosen port.
59
+
60
+
The window should now look like this (if you are using the default configuration);
61
+
62
+

63
+
64
+
If you want to choose when you connect to Peacock, you can open the OnlineTools menu and press the circled button below;
Copy file name to clipboardExpand all lines: legacy/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,29 +139,29 @@ Start the game and open the SDK panel with the `~` key (`^` on QWERTZ layouts),
139
139
140
140
Next, open the SDK panel again. There should be a new `OnlineTools` button on the bar at the top of the screen, click this button and the following menu should appear;
Then, press the `Help` button, give the menu that pops up a read to familiarise yourself with the mod. Then press `Load Old Patcher Settings` and close the help popup.
145
145
146
146
The main OnlineTools window should now look like this;
147
147
148
-

148
+

149
149
150
150
If you have not changed the port from the default of `3000`, you need to change the `localhost` line to `localhost:3000` then press enter.
151
151
152
152
If you are using port `80` you do not need to change this. If you changed it to something other than `3000`, you need to change it to `localhost:PORT` where `PORT` is your chosen port.
153
153
154
154
The window should now look like this (if you are using the default configuration);
155
155
156
-

156
+

157
157
158
158
If you want to choose when you connect to Peacock, you can open the OnlineTools menu and press the circled button below;
0 commit comments