1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

Added arguments to "Dedicated Server"

Sweet-Tan
2016-12-06 22:47:54 -06:00
parent fcd587b3e6
commit 5a095b0aab

@@ -18,6 +18,15 @@ OpenRCT2 also supports a headless mode where the game will run as a console appl
``` ```
openrct2 host <saved game path> --port 11753 --headless openrct2 host <saved game path> --port 11753 --headless
``` ```
Additional arguments:
Argument | Variable | Description
--- | --- | ---
| --console | N/A | Keeps the console window open
| --headless | N/A | Runs OpenRCT without graphical interface
| --port | Port number | Changes the server port number
|--user-data-path | Path to config.ini folder | Changes the server configuration data path
|--verbose | N/A | Output additional information to the command line
## Starting the client ## Starting the client
To connect to a server, click "Multiplayer" from the Main Title of OpenRCT2, and then select the server. If the server is not on the list, click "New Server", and enter the IP/hostname of the server. After that, click on the entry to connect the server. If the server is not running on the default port, you can specify that after the IP address, e.g. ```127.0.0.1:22050```. To connect to a server, click "Multiplayer" from the Main Title of OpenRCT2, and then select the server. If the server is not on the list, click "New Server", and enter the IP/hostname of the server. After that, click on the entry to connect the server. If the server is not running on the default port, you can specify that after the IP address, e.g. ```127.0.0.1:22050```.