Newer
Older
docker-doom / builder / templates / template.cfg
@Matt McCarragher Matt McCarragher on 10 Nov 2018 1 KB template garbage
//game options
dmflags 0
dmflags2 0
compatflags 0
skill 4
deathmatch 0 //coop
fraglimit 0
timelimit 0
winlimit 0
pointlimit 0
duellimit 0

//gameplay variables
sv_randomcoopstarts true
sv_disallowbots false
sv_defaultdmflags true
sv_killallmonsters_percentage 95

//community
sv_website "http://your.site"
sv_motd "Replace this with your MOTD text."
sv_hostemail your@email.address

//host settings
sv_hostname "Hostname Here"
sv_maxplayers 12
sv_maxclients 12
sv_broadcast 0 //Broadbast to LAN?
sv_maprotation false
sv_randommaprotation false

//master server settings
sv_updatemaster true
sv_masterip master.zandronum.com:15300
sv_enforcemasterbanlist true

//logging
logfile "/home/zandronum/log/gameplay.log"
sv_markchatlines true
sv_logfilenametimestamp true
sv_showlauncherqueries false

//administration
sv_adminlistfile "/home/zandronum/log/adminlist"
sv_banexemptionfile "/home/zandronum/log/whitelist"
sv_banfile "/home/zandronum/log/bans"
sv_enforcebans true
sv_rconpassword "rcon password"
sv_password "server password"
sv_joinpassword "join password"
sv_forcejoinpassword false
sv_forcepassword false
sv_nocallvote false //Want people to be able to vote various things?

//startup map
map E1M1