Browse Source

Added new default maps and new parameters

-automanagedmods
AltSaveDirectoryName=
pull/2088/head
Daniel Gibbs 6 years ago
parent
commit
6bb004fa83
  1. 4
      lgsm/config-default/config-lgsm/arkserver/_default.cfg

4
lgsm/config-default/config-lgsm/arkserver/_default.cfg

@ -13,13 +13,13 @@ ip="0.0.0.0"
port="7777" port="7777"
queryport="27015" queryport="27015"
rconport="27020" rconport="27020"
# Default Map: TheIsland, Ragnarok, CrystalIsles, Aberration_P, ScorchedEarth_P
defaultmap="TheIsland" defaultmap="TheIsland"
maxplayers="70" maxplayers="70"
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters ## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters
fn_parms(){ fn_parms(){
parms="\"${defaultmap}?listen?MultiHome=${ip}?MaxPlayers=${maxplayers}?QueryPort=${queryport}?RCONPort=${rconport}?Port=${port}?\"" parms="\"${defaultmap}?AltSaveDirectoryName=${defaultmap}?listen?MultiHome=${ip}?MaxPlayers=${maxplayers}?QueryPort=${queryport}?RCONPort=${rconport}?Port=${port} -automanagedmods\""
}
#### LinuxGSM Settings #### #### LinuxGSM Settings ####

Loading…
Cancel
Save