|
|
@@ -14,12 +14,13 @@ port="27500"
|
|
|
queryport="27015"
|
|
|
worldtype="Moon"
|
|
|
autosaveinterval=300
|
|
|
+clearinterval=60
|
|
|
worldname="moon_save"
|
|
|
|
|
|
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters
|
|
|
# Edit with care | http://hurtworld.wikia.com/wiki/Hosting_A_Server
|
|
|
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 ####
|