From 5f9d18b862fbe4c49f929e5015b699be43f188b5 Mon Sep 17 00:00:00 2001 From: Ben Peddell Date: Wed, 1 Mar 2017 12:42:28 +1000 Subject: [PATCH] Put notes on options which must be unique between instances --- README.asciidoc | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index d76d8db..a6ae656 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -597,27 +597,29 @@ Common ARK options Enabled RCON `ark_RCONPort=`:: - The port on which the server listens for RCON commands + The port on which the server listens for RCON commands. Must be unique on the host. `ark_Port=`:: - The port on which the server listens for client connections + The port on which the server listens for client connections. Must be unique on the host. `ark_QueryPort=`:: - The port on which the server listens for queries + The port on which the server listens for queries. Must be unique on the host. `ark_ServerPassword=""`:: Specifies the password needed to connect to the server `ark_ServerAdminPassword=""`:: Specifies the server admin password, which is also the RCON - password + password. Use of this option is discouraged - please store + the password in the GameUserSettings.ini file instead. `ark_MaxPlayers=`:: The maximum number of players allowed to connect to the server `ark_AltSaveDirectoryName=""`:: Alternative directory under `ShooterGame/Saved` under which to - save the world files + save the world files. If multiple instances run from the same directory, this + must be unique between these instances. `arkflag_NoBattlEye=true`:: Disables BattlEye