Browse Source

Merge branch 'master' of https://github.com/FliesWithWind/LinuxGSM

pull/1757/head
FliesWithWind 7 years ago
parent
commit
3da15c459e
  1. 3
      lgsm/config-default/config-lgsm/stationeers/_default.cfg

3
lgsm/config-default/config-lgsm/stationeers/_default.cfg

@ -14,12 +14,13 @@ port="27500"
queryport="27015" queryport="27015"
worldtype="Moon" worldtype="Moon"
autosaveinterval=300 autosaveinterval=300
clearinterval=60
worldname="moon_save" worldname="moon_save"
## 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
# Edit with care | http://hurtworld.wikia.com/wiki/Hosting_A_Server # Edit with care | http://hurtworld.wikia.com/wiki/Hosting_A_Server
fn_parms(){ fn_parms(){
parms="-batchmode -nographics -autostart -gameport=${port} -updateport=${queryport} -worldtype=${worldtype} -loadworld=${worldname} -worldname=${worldname} -autosaveinterval=${autosaveinterval}" parms="-batchmode -nographics -autostart -gameport=${port} -updateport=${queryport} -worldtype=${worldtype} -loadworld=${worldname} -worldname=${worldname} -autosaveinterval=${autosaveinterval} -clearallinterval=${clearinterval}"
} }
#### LinuxGSM Settings #### #### LinuxGSM Settings ####

Loading…
Cancel
Save