From 6d79965e6717ed193ed02318b6256912e5acd5f1 Mon Sep 17 00:00:00 2001 From: Marvin Lehmann Date: Sun, 21 Oct 2018 21:40:18 +0200 Subject: [PATCH] Added map variable I wouldn't put all available maps in there because we didn't do that for other games. I'm going to list them at https://github.com/GameServerManagers/LinuxGSM/wiki/Ark-Survival-Evolved --- lgsm/config-default/config-lgsm/arkserver/_default.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lgsm/config-default/config-lgsm/arkserver/_default.cfg b/lgsm/config-default/config-lgsm/arkserver/_default.cfg index 077dff9d2..e57c873d1 100644 --- a/lgsm/config-default/config-lgsm/arkserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/arkserver/_default.cfg @@ -13,11 +13,12 @@ ip="0.0.0.0" port="7777" queryport="27015" rconport="27020" +defaultmap="TheIsland" maxplayers="70" ## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters fn_parms(){ -parms="\"TheIsland?listen?MultiHome=${ip}?MaxPlayers=${maxplayers}?QueryPort=${queryport}?RCONPort=${rconport}?Port=${port}?\"" +parms="\"${defaultmap}?listen?MultiHome=${ip}?MaxPlayers=${maxplayers}?QueryPort=${queryport}?RCONPort=${rconport}?Port=${port}?\"" } #### LinuxGSM Settings ####