From deaaeadf710586d471dcef2e2215ea8e3a063573 Mon Sep 17 00:00:00 2001 From: Berbe <4251220+Berbe@users.noreply.github.com> Date: Thu, 9 Aug 2018 20:39:30 +0200 Subject: [PATCH] Replaced openrct2 with openrct2-cli --- Multiplayer.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Multiplayer.md b/Multiplayer.md index 1611b92..26b28d9 100644 --- a/Multiplayer.md +++ b/Multiplayer.md @@ -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 host --port 22050 +openrct2-cli 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 host --port 11753 --headless +openrct2-cli host --port 11753 --headless ``` Additional arguments: @@ -37,7 +37,7 @@ Description=OpenRCT2 server instance After=network.target [Service] -ExecStart= host "" --headless +ExecStart= host "" --headless Type=simple User=