Browse Source

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
pull/2055/head
Marvin Lehmann 7 years ago
committed by GitHub
parent
commit
6d79965e67
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      lgsm/config-default/config-lgsm/arkserver/_default.cfg

3
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 ####

Loading…
Cancel
Save