diff --git a/config/default.cfg b/config/default.cfg new file mode 100644 index 0000000..6e5b67d --- /dev/null +++ b/config/default.cfg @@ -0,0 +1,61 @@ +//game options +skill 4 +deathmatch 0 +fraglimit 0 +timelimit 0 +winlimit 0 +pointlimit 0 +duellimit 0 +sv_weaponstay true +sv_itemrespawn true +sv_coop_losekeys false +sv_coop_loseinventory false +sv_coop_loseweapons false +sv_coop_loseammo false +sv_barrelrespawn true +sv_weapondrop true +sv_nojump true +sv_nocrouch true +sv_randomcoopstarts true +sv_disallowbots true +sv_defaultdmflags false +sv_killallmonsters_percentage 95 + +//community +sv_website "https://github.com/mccarrmb/docker-doom" +sv_motd "Docker-Doom" +sv_hostemail admin@your-domain.com + +//host settings +sv_hostname "Docker-Doom" +sv_maxplayers 12 +sv_maxclients 12 +sv_broadcast 0 +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/player/adminlist" +sv_banexemptionfile "/home/zandronum/player/whitelist" +sv_banfile "/home/zandronum/player/bans" +sv_enforcebans true +sv_rconpassword "rcon_password" +sv_password "connect_password" +sv_joinpassword "join_password" +sv_forcejoinpassword false +sv_forcepassword false +sv_nocallvote false + +//startup map +map E1M1 diff --git a/config/default.cfg b/config/default.cfg new file mode 100644 index 0000000..6e5b67d --- /dev/null +++ b/config/default.cfg @@ -0,0 +1,61 @@ +//game options +skill 4 +deathmatch 0 +fraglimit 0 +timelimit 0 +winlimit 0 +pointlimit 0 +duellimit 0 +sv_weaponstay true +sv_itemrespawn true +sv_coop_losekeys false +sv_coop_loseinventory false +sv_coop_loseweapons false +sv_coop_loseammo false +sv_barrelrespawn true +sv_weapondrop true +sv_nojump true +sv_nocrouch true +sv_randomcoopstarts true +sv_disallowbots true +sv_defaultdmflags false +sv_killallmonsters_percentage 95 + +//community +sv_website "https://github.com/mccarrmb/docker-doom" +sv_motd "Docker-Doom" +sv_hostemail admin@your-domain.com + +//host settings +sv_hostname "Docker-Doom" +sv_maxplayers 12 +sv_maxclients 12 +sv_broadcast 0 +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/player/adminlist" +sv_banexemptionfile "/home/zandronum/player/whitelist" +sv_banfile "/home/zandronum/player/bans" +sv_enforcebans true +sv_rconpassword "rcon_password" +sv_password "connect_password" +sv_joinpassword "join_password" +sv_forcejoinpassword false +sv_forcepassword false +sv_nocallvote false + +//startup map +map E1M1 diff --git a/config/sample.cfg b/config/sample.cfg deleted file mode 100644 index 6e5b67d..0000000 --- a/config/sample.cfg +++ /dev/null @@ -1,61 +0,0 @@ -//game options -skill 4 -deathmatch 0 -fraglimit 0 -timelimit 0 -winlimit 0 -pointlimit 0 -duellimit 0 -sv_weaponstay true -sv_itemrespawn true -sv_coop_losekeys false -sv_coop_loseinventory false -sv_coop_loseweapons false -sv_coop_loseammo false -sv_barrelrespawn true -sv_weapondrop true -sv_nojump true -sv_nocrouch true -sv_randomcoopstarts true -sv_disallowbots true -sv_defaultdmflags false -sv_killallmonsters_percentage 95 - -//community -sv_website "https://github.com/mccarrmb/docker-doom" -sv_motd "Docker-Doom" -sv_hostemail admin@your-domain.com - -//host settings -sv_hostname "Docker-Doom" -sv_maxplayers 12 -sv_maxclients 12 -sv_broadcast 0 -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/player/adminlist" -sv_banexemptionfile "/home/zandronum/player/whitelist" -sv_banfile "/home/zandronum/player/bans" -sv_enforcebans true -sv_rconpassword "rcon_password" -sv_password "connect_password" -sv_joinpassword "join_password" -sv_forcejoinpassword false -sv_forcepassword false -sv_nocallvote false - -//startup map -map E1M1