From 5a095b0aabc1d5f43d7ea0952b49c03f6b69fd32 Mon Sep 17 00:00:00 2001 From: Sweet-Tan Date: Tue, 6 Dec 2016 22:47:54 -0600 Subject: [PATCH] Added arguments to "Dedicated Server" --- Multiplayer.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Multiplayer.md b/Multiplayer.md index 94a23eb..dd8ba2c 100644 --- a/Multiplayer.md +++ b/Multiplayer.md @@ -18,6 +18,15 @@ OpenRCT2 also supports a headless mode where the game will run as a console appl ``` openrct2 host --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 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```.