Browse Source

Cleaned useless servercfgs

pull/573/head
UltimateByte 9 years ago
parent
commit
949775a4dd
  1. 10
      Hurtworld/hwserver

10
Hurtworld/hwserver

@ -25,14 +25,16 @@ steampass=""
# Start Variables # Start Variables
servername="Hurtworld LGSM Server" servername="Hurtworld LGSM Server"
ip="0.0.0.0"
port="12871" port="12871"
queryport="12881" queryport="12881"
ip="0.0.0.0" #For server monitoring
maxplayers="20" maxplayers="20"
map="" map=""
creativemode="0" #Free Build (0 is off) creativemode="0" #Free Build (0 is off)
updateonstart="off" updateonstart="off"
loadsave="" #For maintenance only
# Maintenance Variables
loadsave=""
logfile="gamelog.txt" logfile="gamelog.txt"
# http://hurtworld.wikia.com/wiki/Hosting_A_Server # http://hurtworld.wikia.com/wiki/Hosting_A_Server
@ -65,10 +67,6 @@ filesdir="${rootdir}/serverfiles"
systemdir="${filesdir}" systemdir="${filesdir}"
executabledir="${filesdir}" executabledir="${filesdir}"
executable="./Hurtworld.x86" executable="./Hurtworld.x86"
servercfg="${servicename}.xml"
servercfgdir="${filesdir}"
servercfgfullpath="${servercfgdir}/${servercfg}"
servercfgdefault="${servercfgdir}/serverconfig.xml"
backupdir="${rootdir}/backups" backupdir="${rootdir}/backups"
# Logging # Logging

Loading…
Cancel
Save