#
# .sysdef -- Server configurations file.
# 
# format:	keyword=value
# 

# Set to 1 to immediately shut down the server and not allow new players to 
# join
gamedown=0

# Number of players required for T mode.
tournplayers=4

# Ships classes allowed	(SC,DD,CA,BB,AS,SB,GA,AT)
ships=SC,BB,DD,AS,CA,SB

# Weapons allowed	(PLASMA,TRACTOR)
weapons=PLASMA,TRACTOR

# Kills required for plasma.
plasmakills=2

# Starbase rank		(0 -- Ensign ... 8 -- Admiral)
starbaserank=3

# Chaos mode: multiple starbases and decreased rules on starbases
chaos=0

# Distant players invisible during T mode. (2 -- hidden even when not t-mode)
hidden=1

# Max machine load before server voluntarily shuts down.
maxload=100.0

# Wrap-around galaxy
galaxywrap=0

# KSU Chaos mode: increased fuel regeneration, modified ship parameters
ksuchaos=0

# Torps explode when fuse runs out.
lastexplode=0

# A player may voluntarily explode one of his torps by detonation ('D')
explodetorps=0

# Starbase max warp factor
starbasewarp=2

# Whether player torps fly straight or "wobble" randomly
straighttorps=0

# Home planet index in planet array for each race.
planets=00,10,20,30

# Binary confirmation
confirm=2

# Whether or not to allow bombing out of tmode
notmodebomb=1

# Announce the players listed in .top10		(not implemented)
announcetopten=0

# Increase weapon temp for rear-fired torps (proportional to speed)
backtorpheat=0

# Game up.  Set to 0 to shutdown game in progress.
gameup=1

# Set God's name.
godsname=Destiny

# Allow UDP		(0 - off, 1 - on, 2 - debug, 3 - verbose debug)
udp=1

# Vector torps		(? working ?)
vectortorps=0

# free-for-all war
allwar=0

# Snake patrols neutral territory.  Sent in once per # seconds (if no snake
# there already) 0 turns off.
snakepatrol=3000

# mines
#mines=0
#minedet=1500
#minerot=3
#minepow=4

# checkmessage
checkmessage=1

# logging.  Requires checkmessage.
# log all player generated messages.
logall=0

# log only messages to god or preceeded by "god:"/"GOD:"
loggod=1

# cloak delay
# >6 -- disables all weapons essentially.
# 6 -- normal
# 2 -- original calvin
# 1 -- foghorn-style chaos
# 0 -- let's you fire while cloaked
cloakdelay=6

# organian reset
# organian=0

# sb dock on sb
# sbdock=0

# how often to ping
ping_freq=2
# how often to period of incremental loss calc.
ping_iloss_interval=30
# allow ghostbusts generated from ping 
ping_allow_ghostbust=0
# interval of no pings in which to ghostbust
ping_ghostbust_interval=5
