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

Multiplayer: formatting, add --help

Michał Janiszewski
2016-12-07 11:57:10 +01:00
parent 02b0ec00bf
commit 2ec06450ce

@@ -22,11 +22,12 @@ 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 console
|`--console`| N/A | Keeps the console window open (only on Windows)
|`--headless`| N/A | Runs OpenRCT without graphical interface
|`--port`| Port number | Changes the server port number
|`--user-data-path`| Path to directory containing `config.ini` | Changes the server configuration data path
|`--verbose`| N/A | Output additional information to the console
|`--help`| N/A | Prints out help for CLI
## 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```.