1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 16:24:35 +01:00

Updated Multiplayer (markdown)

Ted John
2016-01-21 14:37:01 +00:00
parent 2e6566e89f
commit 7b8c9317c2

@@ -9,14 +9,14 @@ In order for the server to successfully accept clients, the port must be open fo
You can also launch a server by command line, e.g.
```
openrct2 --port 22050 <saved game path>
openrct2 host <saved game path> --port 22050
```
### Dedicated server
OpenRCT2 also supports a headless mode where the game will run as a console application with no UI. This is useful for running dedicated game servers. This can be launched by the following command line:
```
openrct2 --headless --port 11753 <saved game path>
openrct2 host <saved game path> --port 11753 --headless
```
## Starting the client
@@ -25,7 +25,7 @@ To connect to a server, click "Multiplayer" from the Main Title of OpenRCT2, and
To connect to a server by command line with the IP address 192.168.1.102 and listening on port 22050 in command prompt, type the following command (replace with the actual values of the server you want to connect to):
```
openrct2 --server 192.168.1.102 --port 22050
openrct2 join 192.168.1.102 --port 22050
```
## De-synchronisation