|
@@ -11,7 +11,7 @@
|
|
|
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters
|
|
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters
|
|
|
ip="0.0.0.0"
|
|
ip="0.0.0.0"
|
|
|
port="27500"
|
|
port="27500"
|
|
|
-updateport="27015"
|
|
|
|
|
|
|
+queryport="27015"
|
|
|
worldtype="Moon"
|
|
worldtype="Moon"
|
|
|
autosaveinterval=300
|
|
autosaveinterval=300
|
|
|
worldname="moon_save"
|
|
worldname="moon_save"
|
|
@@ -19,7 +19,7 @@ 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=${updateport} -worldtype=${worldtype} -loadworld=${worldname} -worldname=${worldname} -autosaveinterval=${autosaveinterval}"
|
|
|
|
|
|
|
+parms="-batchmode -nographics -autostart -gameport=${port} -updateport=${queryport} -worldtype=${worldtype} -loadworld=${worldname} -worldname=${worldname} -autosaveinterval=${autosaveinterval}"
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
#### LinuxGSM Settings ####
|
|
#### LinuxGSM Settings ####
|