diff --git a/Dockerfile b/Dockerfile index d2f3f8d..e91e906 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,6 +27,8 @@ mkdir /home/zandronum/bin/ ADD /config/ /home/zandronum/config/ ADD /bin/ /home/zandronum/bin/ +ADD /iwads/ /home/zandronum/iwads/ +ADD /pwads/ /home/zandronum/pwads/ CMD ["/home/zandronum/bin/summon.sh"] ENTRYPOINT ["/home/zandronum/bin/summon.sh"] diff --git a/Dockerfile b/Dockerfile index d2f3f8d..e91e906 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,6 +27,8 @@ mkdir /home/zandronum/bin/ ADD /config/ /home/zandronum/config/ ADD /bin/ /home/zandronum/bin/ +ADD /iwads/ /home/zandronum/iwads/ +ADD /pwads/ /home/zandronum/pwads/ CMD ["/home/zandronum/bin/summon.sh"] ENTRYPOINT ["/home/zandronum/bin/summon.sh"] diff --git a/bin/GeoIP.dat b/bin/GeoIP.dat new file mode 100644 index 0000000..d780363 --- /dev/null +++ b/bin/GeoIP.dat Binary files differ diff --git a/Dockerfile b/Dockerfile index d2f3f8d..e91e906 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,6 +27,8 @@ mkdir /home/zandronum/bin/ ADD /config/ /home/zandronum/config/ ADD /bin/ /home/zandronum/bin/ +ADD /iwads/ /home/zandronum/iwads/ +ADD /pwads/ /home/zandronum/pwads/ CMD ["/home/zandronum/bin/summon.sh"] ENTRYPOINT ["/home/zandronum/bin/summon.sh"] diff --git a/bin/GeoIP.dat b/bin/GeoIP.dat new file mode 100644 index 0000000..d780363 --- /dev/null +++ b/bin/GeoIP.dat Binary files differ diff --git a/bin/summon.sh b/bin/summon.sh new file mode 100644 index 0000000..b9a2286 --- /dev/null +++ b/bin/summon.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +/home/zandronum/zandronum-server \ + -host \ + -port 10666 \ + -iwad "/home/zandronum/iwads/$IWAD" \ + -file "$PWADS" \ + +exec "/home/zandronum/config/$CONFIG" \ + +CrashLog_Dir "/home/zandronum/logs/$SRV_NAME.log" \ + +CrashLogs 2 \ + +map $BOOT_MAP diff --git a/Dockerfile b/Dockerfile index d2f3f8d..e91e906 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,6 +27,8 @@ mkdir /home/zandronum/bin/ ADD /config/ /home/zandronum/config/ ADD /bin/ /home/zandronum/bin/ +ADD /iwads/ /home/zandronum/iwads/ +ADD /pwads/ /home/zandronum/pwads/ CMD ["/home/zandronum/bin/summon.sh"] ENTRYPOINT ["/home/zandronum/bin/summon.sh"] diff --git a/bin/GeoIP.dat b/bin/GeoIP.dat new file mode 100644 index 0000000..d780363 --- /dev/null +++ b/bin/GeoIP.dat Binary files differ diff --git a/bin/summon.sh b/bin/summon.sh new file mode 100644 index 0000000..b9a2286 --- /dev/null +++ b/bin/summon.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +/home/zandronum/zandronum-server \ + -host \ + -port 10666 \ + -iwad "/home/zandronum/iwads/$IWAD" \ + -file "$PWADS" \ + +exec "/home/zandronum/config/$CONFIG" \ + +CrashLog_Dir "/home/zandronum/logs/$SRV_NAME.log" \ + +CrashLogs 2 \ + +map $BOOT_MAP diff --git a/config/sample.cfg b/config/sample.cfg new file mode 100644 index 0000000..9a3097d --- /dev/null +++ b/config/sample.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 "http://ramjetrecoil.org" +sv_motd "Coop Ultimate Doom" +sv_hostemail admin@ramjetrecoil.com + +//host settings +sv_hostname "Ultimate 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/coop-d1/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 + +//startup map +map E4M1 diff --git a/Dockerfile b/Dockerfile index d2f3f8d..e91e906 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,6 +27,8 @@ mkdir /home/zandronum/bin/ ADD /config/ /home/zandronum/config/ ADD /bin/ /home/zandronum/bin/ +ADD /iwads/ /home/zandronum/iwads/ +ADD /pwads/ /home/zandronum/pwads/ CMD ["/home/zandronum/bin/summon.sh"] ENTRYPOINT ["/home/zandronum/bin/summon.sh"] diff --git a/bin/GeoIP.dat b/bin/GeoIP.dat new file mode 100644 index 0000000..d780363 --- /dev/null +++ b/bin/GeoIP.dat Binary files differ diff --git a/bin/summon.sh b/bin/summon.sh new file mode 100644 index 0000000..b9a2286 --- /dev/null +++ b/bin/summon.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +/home/zandronum/zandronum-server \ + -host \ + -port 10666 \ + -iwad "/home/zandronum/iwads/$IWAD" \ + -file "$PWADS" \ + +exec "/home/zandronum/config/$CONFIG" \ + +CrashLog_Dir "/home/zandronum/logs/$SRV_NAME.log" \ + +CrashLogs 2 \ + +map $BOOT_MAP diff --git a/config/sample.cfg b/config/sample.cfg new file mode 100644 index 0000000..9a3097d --- /dev/null +++ b/config/sample.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 "http://ramjetrecoil.org" +sv_motd "Coop Ultimate Doom" +sv_hostemail admin@ramjetrecoil.com + +//host settings +sv_hostname "Ultimate 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/coop-d1/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 + +//startup map +map E4M1 diff --git a/iwad/doom1.wad b/iwad/doom1.wad new file mode 100644 index 0000000..1a58f66 --- /dev/null +++ b/iwad/doom1.wad Binary files differ diff --git a/Dockerfile b/Dockerfile index d2f3f8d..e91e906 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,6 +27,8 @@ mkdir /home/zandronum/bin/ ADD /config/ /home/zandronum/config/ ADD /bin/ /home/zandronum/bin/ +ADD /iwads/ /home/zandronum/iwads/ +ADD /pwads/ /home/zandronum/pwads/ CMD ["/home/zandronum/bin/summon.sh"] ENTRYPOINT ["/home/zandronum/bin/summon.sh"] diff --git a/bin/GeoIP.dat b/bin/GeoIP.dat new file mode 100644 index 0000000..d780363 --- /dev/null +++ b/bin/GeoIP.dat Binary files differ diff --git a/bin/summon.sh b/bin/summon.sh new file mode 100644 index 0000000..b9a2286 --- /dev/null +++ b/bin/summon.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +/home/zandronum/zandronum-server \ + -host \ + -port 10666 \ + -iwad "/home/zandronum/iwads/$IWAD" \ + -file "$PWADS" \ + +exec "/home/zandronum/config/$CONFIG" \ + +CrashLog_Dir "/home/zandronum/logs/$SRV_NAME.log" \ + +CrashLogs 2 \ + +map $BOOT_MAP diff --git a/config/sample.cfg b/config/sample.cfg new file mode 100644 index 0000000..9a3097d --- /dev/null +++ b/config/sample.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 "http://ramjetrecoil.org" +sv_motd "Coop Ultimate Doom" +sv_hostemail admin@ramjetrecoil.com + +//host settings +sv_hostname "Ultimate 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/coop-d1/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 + +//startup map +map E4M1 diff --git a/iwad/doom1.wad b/iwad/doom1.wad new file mode 100644 index 0000000..1a58f66 --- /dev/null +++ b/iwad/doom1.wad Binary files differ diff --git a/zandronum/bin/GeoIP.dat b/zandronum/bin/GeoIP.dat deleted file mode 100644 index d780363..0000000 --- a/zandronum/bin/GeoIP.dat +++ /dev/null Binary files differ diff --git a/Dockerfile b/Dockerfile index d2f3f8d..e91e906 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,6 +27,8 @@ mkdir /home/zandronum/bin/ ADD /config/ /home/zandronum/config/ ADD /bin/ /home/zandronum/bin/ +ADD /iwads/ /home/zandronum/iwads/ +ADD /pwads/ /home/zandronum/pwads/ CMD ["/home/zandronum/bin/summon.sh"] ENTRYPOINT ["/home/zandronum/bin/summon.sh"] diff --git a/bin/GeoIP.dat b/bin/GeoIP.dat new file mode 100644 index 0000000..d780363 --- /dev/null +++ b/bin/GeoIP.dat Binary files differ diff --git a/bin/summon.sh b/bin/summon.sh new file mode 100644 index 0000000..b9a2286 --- /dev/null +++ b/bin/summon.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +/home/zandronum/zandronum-server \ + -host \ + -port 10666 \ + -iwad "/home/zandronum/iwads/$IWAD" \ + -file "$PWADS" \ + +exec "/home/zandronum/config/$CONFIG" \ + +CrashLog_Dir "/home/zandronum/logs/$SRV_NAME.log" \ + +CrashLogs 2 \ + +map $BOOT_MAP diff --git a/config/sample.cfg b/config/sample.cfg new file mode 100644 index 0000000..9a3097d --- /dev/null +++ b/config/sample.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 "http://ramjetrecoil.org" +sv_motd "Coop Ultimate Doom" +sv_hostemail admin@ramjetrecoil.com + +//host settings +sv_hostname "Ultimate 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/coop-d1/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 + +//startup map +map E4M1 diff --git a/iwad/doom1.wad b/iwad/doom1.wad new file mode 100644 index 0000000..1a58f66 --- /dev/null +++ b/iwad/doom1.wad Binary files differ diff --git a/zandronum/bin/GeoIP.dat b/zandronum/bin/GeoIP.dat deleted file mode 100644 index d780363..0000000 --- a/zandronum/bin/GeoIP.dat +++ /dev/null Binary files differ diff --git a/zandronum/bin/summon.sh b/zandronum/bin/summon.sh deleted file mode 100644 index b9a2286..0000000 --- a/zandronum/bin/summon.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -/home/zandronum/zandronum-server \ - -host \ - -port 10666 \ - -iwad "/home/zandronum/iwads/$IWAD" \ - -file "$PWADS" \ - +exec "/home/zandronum/config/$CONFIG" \ - +CrashLog_Dir "/home/zandronum/logs/$SRV_NAME.log" \ - +CrashLogs 2 \ - +map $BOOT_MAP diff --git a/Dockerfile b/Dockerfile index d2f3f8d..e91e906 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,6 +27,8 @@ mkdir /home/zandronum/bin/ ADD /config/ /home/zandronum/config/ ADD /bin/ /home/zandronum/bin/ +ADD /iwads/ /home/zandronum/iwads/ +ADD /pwads/ /home/zandronum/pwads/ CMD ["/home/zandronum/bin/summon.sh"] ENTRYPOINT ["/home/zandronum/bin/summon.sh"] diff --git a/bin/GeoIP.dat b/bin/GeoIP.dat new file mode 100644 index 0000000..d780363 --- /dev/null +++ b/bin/GeoIP.dat Binary files differ diff --git a/bin/summon.sh b/bin/summon.sh new file mode 100644 index 0000000..b9a2286 --- /dev/null +++ b/bin/summon.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +/home/zandronum/zandronum-server \ + -host \ + -port 10666 \ + -iwad "/home/zandronum/iwads/$IWAD" \ + -file "$PWADS" \ + +exec "/home/zandronum/config/$CONFIG" \ + +CrashLog_Dir "/home/zandronum/logs/$SRV_NAME.log" \ + +CrashLogs 2 \ + +map $BOOT_MAP diff --git a/config/sample.cfg b/config/sample.cfg new file mode 100644 index 0000000..9a3097d --- /dev/null +++ b/config/sample.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 "http://ramjetrecoil.org" +sv_motd "Coop Ultimate Doom" +sv_hostemail admin@ramjetrecoil.com + +//host settings +sv_hostname "Ultimate 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/coop-d1/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 + +//startup map +map E4M1 diff --git a/iwad/doom1.wad b/iwad/doom1.wad new file mode 100644 index 0000000..1a58f66 --- /dev/null +++ b/iwad/doom1.wad Binary files differ diff --git a/zandronum/bin/GeoIP.dat b/zandronum/bin/GeoIP.dat deleted file mode 100644 index d780363..0000000 --- a/zandronum/bin/GeoIP.dat +++ /dev/null Binary files differ diff --git a/zandronum/bin/summon.sh b/zandronum/bin/summon.sh deleted file mode 100644 index b9a2286..0000000 --- a/zandronum/bin/summon.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -/home/zandronum/zandronum-server \ - -host \ - -port 10666 \ - -iwad "/home/zandronum/iwads/$IWAD" \ - -file "$PWADS" \ - +exec "/home/zandronum/config/$CONFIG" \ - +CrashLog_Dir "/home/zandronum/logs/$SRV_NAME.log" \ - +CrashLogs 2 \ - +map $BOOT_MAP diff --git a/zandronum/config/sample.cfg b/zandronum/config/sample.cfg deleted file mode 100644 index 9a3097d..0000000 --- a/zandronum/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 "http://ramjetrecoil.org" -sv_motd "Coop Ultimate Doom" -sv_hostemail admin@ramjetrecoil.com - -//host settings -sv_hostname "Ultimate 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/coop-d1/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 - -//startup map -map E4M1 diff --git a/Dockerfile b/Dockerfile index d2f3f8d..e91e906 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,6 +27,8 @@ mkdir /home/zandronum/bin/ ADD /config/ /home/zandronum/config/ ADD /bin/ /home/zandronum/bin/ +ADD /iwads/ /home/zandronum/iwads/ +ADD /pwads/ /home/zandronum/pwads/ CMD ["/home/zandronum/bin/summon.sh"] ENTRYPOINT ["/home/zandronum/bin/summon.sh"] diff --git a/bin/GeoIP.dat b/bin/GeoIP.dat new file mode 100644 index 0000000..d780363 --- /dev/null +++ b/bin/GeoIP.dat Binary files differ diff --git a/bin/summon.sh b/bin/summon.sh new file mode 100644 index 0000000..b9a2286 --- /dev/null +++ b/bin/summon.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +/home/zandronum/zandronum-server \ + -host \ + -port 10666 \ + -iwad "/home/zandronum/iwads/$IWAD" \ + -file "$PWADS" \ + +exec "/home/zandronum/config/$CONFIG" \ + +CrashLog_Dir "/home/zandronum/logs/$SRV_NAME.log" \ + +CrashLogs 2 \ + +map $BOOT_MAP diff --git a/config/sample.cfg b/config/sample.cfg new file mode 100644 index 0000000..9a3097d --- /dev/null +++ b/config/sample.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 "http://ramjetrecoil.org" +sv_motd "Coop Ultimate Doom" +sv_hostemail admin@ramjetrecoil.com + +//host settings +sv_hostname "Ultimate 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/coop-d1/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 + +//startup map +map E4M1 diff --git a/iwad/doom1.wad b/iwad/doom1.wad new file mode 100644 index 0000000..1a58f66 --- /dev/null +++ b/iwad/doom1.wad Binary files differ diff --git a/zandronum/bin/GeoIP.dat b/zandronum/bin/GeoIP.dat deleted file mode 100644 index d780363..0000000 --- a/zandronum/bin/GeoIP.dat +++ /dev/null Binary files differ diff --git a/zandronum/bin/summon.sh b/zandronum/bin/summon.sh deleted file mode 100644 index b9a2286..0000000 --- a/zandronum/bin/summon.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -/home/zandronum/zandronum-server \ - -host \ - -port 10666 \ - -iwad "/home/zandronum/iwads/$IWAD" \ - -file "$PWADS" \ - +exec "/home/zandronum/config/$CONFIG" \ - +CrashLog_Dir "/home/zandronum/logs/$SRV_NAME.log" \ - +CrashLogs 2 \ - +map $BOOT_MAP diff --git a/zandronum/config/sample.cfg b/zandronum/config/sample.cfg deleted file mode 100644 index 9a3097d..0000000 --- a/zandronum/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 "http://ramjetrecoil.org" -sv_motd "Coop Ultimate Doom" -sv_hostemail admin@ramjetrecoil.com - -//host settings -sv_hostname "Ultimate 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/coop-d1/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 - -//startup map -map E4M1 diff --git a/zandronum/iwad/doom1.wad b/zandronum/iwad/doom1.wad deleted file mode 100644 index 1a58f66..0000000 --- a/zandronum/iwad/doom1.wad +++ /dev/null Binary files differ