From 9052c46225f5e1d7b64651f8d573fd9cc8017f86 Mon Sep 17 00:00:00 2001 From: Ben Peddell Date: Mon, 5 Oct 2015 09:50:18 +1000 Subject: [PATCH] Add mention of options in readme Add mention of: * ark_option="" -> ...?option?... * arkflag_option="" -> -option * arkopt_option=val -> -option=val --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d707ea4..3b22950 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,12 @@ ark_DifficultyOffset=1 Your session name may not contain special characters (eg. `!![EU]!! Aw&some ARK`) as it could break the startup command. In this case you may want to comment out the `ark_SessionName` variable and define it inside your **GameUserSettings.ini** file instead. +To specify an option without an argument (e.g. `bRawSockets`), specify an empty argument (e.g. `ark_bRawSockets=""`). + +To specify a dash-option without an argument (e.g. `-log`), add the option="" prefixed with `arkflag_` (e.g. `arkflag_log=""`). + +To specify a dash-option with an argument (e.g. `-StructureDestructionTag=DestroySwampSnowStructures`), add the option=value prefixed with `arkopt_` (e.g. `arkopt_StructureDestructionTag=DestroySwampSnowStructures`). + You can override or add variables for a specific system user creating a file called `.arkmanager.cfg` in the home directory of the system user. ## Install ARK Server