From dbcd8b29c55542cd8f782323e87aac12aa4f91ec Mon Sep 17 00:00:00 2001 From: Derrick A Date: Sat, 28 Oct 2023 18:59:03 -0400 Subject: [PATCH] final revision of argument descriptions --- .../ark_survival_ascended/egg-ark--survival-ascended.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/game_eggs/steamcmd_servers/ark_survival_ascended/egg-ark--survival-ascended.json b/game_eggs/steamcmd_servers/ark_survival_ascended/egg-ark--survival-ascended.json index ddcf70e5..d2b062eb 100644 --- a/game_eggs/steamcmd_servers/ark_survival_ascended/egg-ark--survival-ascended.json +++ b/game_eggs/steamcmd_servers/ark_survival_ascended/egg-ark--survival-ascended.json @@ -82,7 +82,7 @@ }, { "name": "Additional Arguments (PARAMS)", - "description": "params (?ServerPassword=...) and flags (-UseBattleEye) are supported here but params need to be first and touching followed by flags without them touching. (i.e): ?ServerPassword=MyP4SsWoRd?ServerAdminPassword=sUpRp4ssW0rd -crossplay -mods=1234,1235,1236", + "description": "params (?ServerPassword=...) are supported here but params need to be touching. (i.e): ?ServerPassword=MyP4SsWoRd?ServerAdminPassword=sUpRp4ssW0rd", "env_variable": "ARGS_PARAMS", "default_value": "", "user_viewable": true, @@ -122,7 +122,7 @@ }, { "name": "Additional Arguments (FLAGS)", - "description": "params (?ServerPassword=...) and flags (-UseBattleEye) are supported here but params need to be first and touching followed by flags without them touching. (i.e): ?ServerPassword=MyP4SsWoRd?ServerAdminPassword=sUpRp4ssW0rd -crossplay -mods=1234,1235,1236", + "description": "flags (-UseBattleEye) are supported here without them touching. (i.e): -crossplay -mods=1234,1235,1236", "env_variable": "ARGS_FLAGS", "default_value": "", "user_viewable": true,