From 66ed234e9dc3b876c8ee4a4fa835c7f18ddbb5c1 Mon Sep 17 00:00:00 2001 From: Aaron van Geffen Date: Sun, 12 Aug 2018 21:54:50 +0200 Subject: [PATCH] Clarify openrct2-cli usage --- Multiplayer.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Multiplayer.md b/Multiplayer.md index b086e8d..e4b11bf 100644 --- a/Multiplayer.md +++ b/Multiplayer.md @@ -9,15 +9,22 @@ 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-cli host --port 22050 +openrct2 host --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-cli host --port 11753 --headless +openrct2 host --port 11753 --headless ``` + +Alternatively, on Linux, the openrct2-cli binary may be used: + +``` +openrct2-cli host --port 11753 +``` + Additional arguments: Argument | Variable | Description