diff --git a/configs/template.cfg b/configs/template.cfg new file mode 100644 index 0000000..80cbb38 --- /dev/null +++ b/configs/template.cfg @@ -0,0 +1,53 @@ +//game options +dmflags 0 +dmflags2 0 +compatflags 0 +skill 4 +deathmatch 0 //coop +fraglimit 0 +timelimit 0 +winlimit 0 +pointlimit 0 +duellimit 0 +map MAP01 +sv_randomcoopstarts true +sv_disallowbots false +sv_defaultdmflags true +sv_killallmonsters_percentage 95 + +//community +sv_website "http://javalangmeth.org" +sv_motd "THIS IS A LINUX SYSTEM. YOU KNOW THIS." +sv_hostemail fart@poop.fuckyou + +//host settings +sv_hostname "Brutal Doom II" +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 "zandronum" +sv_password "" +sv_joinpassword "" +sv_forcejoinpassword false +sv_forcepassword false +sv_nocallvote false //Want people to be able to vote various things? + diff --git a/configs/template.cfg b/configs/template.cfg new file mode 100644 index 0000000..80cbb38 --- /dev/null +++ b/configs/template.cfg @@ -0,0 +1,53 @@ +//game options +dmflags 0 +dmflags2 0 +compatflags 0 +skill 4 +deathmatch 0 //coop +fraglimit 0 +timelimit 0 +winlimit 0 +pointlimit 0 +duellimit 0 +map MAP01 +sv_randomcoopstarts true +sv_disallowbots false +sv_defaultdmflags true +sv_killallmonsters_percentage 95 + +//community +sv_website "http://javalangmeth.org" +sv_motd "THIS IS A LINUX SYSTEM. YOU KNOW THIS." +sv_hostemail fart@poop.fuckyou + +//host settings +sv_hostname "Brutal Doom II" +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 "zandronum" +sv_password "" +sv_joinpassword "" +sv_forcejoinpassword false +sv_forcepassword false +sv_nocallvote false //Want people to be able to vote various things? + diff --git a/servers/zandronum-server-template.sh b/servers/zandronum-server-template.sh new file mode 100755 index 0000000..ce2297d --- /dev/null +++ b/servers/zandronum-server-template.sh @@ -0,0 +1,2 @@ +#!/bin/bash +/usr/games/zandronum/zandronum-server -host -port 10669 -iwad "/home/zandronum/.zandronum/doom2.wad" -file "/home/zandronum/wad/brutal19.pk3" +exec /home/zandronum/config/coop.cfg > /dev/null &