From 1fec2722615d211236450c9d092ccb31483fde27 Mon Sep 17 00:00:00 2001 From: Kenneth Anderson Date: Mon, 8 Sep 2014 16:29:00 +1200 Subject: [PATCH] updated configs with compctrl commands, added owl 12 console message --- cfg/6v6.cfg | 3 +++ cfg/9v9.cfg | 3 +++ cfg/autoexec.cfg | 2 ++ cfg/owl.cfg | 3 ++- cfg/owlfinals.cfg | 14 ++++++++++++++ cfg/owlkoth.cfg | 4 +++- cfg/owlkothfinals.cfg | 14 ++++++++++++++ 7 files changed, 41 insertions(+), 2 deletions(-) create mode 100644 cfg/owlfinals.cfg create mode 100644 cfg/owlkothfinals.cfg diff --git a/cfg/6v6.cfg b/cfg/6v6.cfg index 8e6a4b4..45893e4 100644 --- a/cfg/6v6.cfg +++ b/cfg/6v6.cfg @@ -9,3 +9,6 @@ tf_tournament_classlimit_engineer 1 tf_tournament_classlimit_medic 1 tf_tournament_classlimit_sniper 2 tf_tournament_classlimit_spy 1 + +compctrl_team_auto_ready 6 +sm_cancelmatch \ No newline at end of file diff --git a/cfg/9v9.cfg b/cfg/9v9.cfg index 4dc2bfc..70d40a9 100644 --- a/cfg/9v9.cfg +++ b/cfg/9v9.cfg @@ -9,3 +9,6 @@ tf_tournament_classlimit_engineer 9 tf_tournament_classlimit_medic 1 tf_tournament_classlimit_sniper 1 tf_tournament_classlimit_spy 1 + +compctrl_team_auto_ready 9 +sm_cancelmatch \ No newline at end of file diff --git a/cfg/autoexec.cfg b/cfg/autoexec.cfg index 835dfbc..40d57fb 100644 --- a/cfg/autoexec.cfg +++ b/cfg/autoexec.cfg @@ -93,6 +93,8 @@ alias pushhalves "exec pushhalves" alias owl "exec owl" alias owlkoth "exec owlkoth" +alias owlfinals "exec owlfinals" +alias owlkothfinals "exec owlkothfinals" alias owlstopwatch "exec owlstopwatch" alias highctf "exec highctf" diff --git a/cfg/owl.cfg b/cfg/owl.cfg index 6197a28..63b5c59 100644 --- a/cfg/owl.cfg +++ b/cfg/owl.cfg @@ -10,4 +10,5 @@ mp_tournament_stopwatch 0 mp_tournament_whitelist cfg/whitelists/owl.txt mp_tournament_restart -say - ozfortress OWL 11 push modifier loaded - +sm_startmatch owl-push +say - ozfortress OWL 12 push modifier loaded - diff --git a/cfg/owlfinals.cfg b/cfg/owlfinals.cfg new file mode 100644 index 0000000..dc94a14 --- /dev/null +++ b/cfg/owlfinals.cfg @@ -0,0 +1,14 @@ +// ozfortress winter league push config + +exec 6v6 + +mp_roundlimit 5 +mp_winlimit 3 +mp_timelimit 30 +mp_tournament_stopwatch 0 + +mp_tournament_whitelist cfg/whitelists/owl.txt +mp_tournament_restart + +sm_startmatch owl-push-finals +say - ozfortress OWL 12 push modifier loaded - diff --git a/cfg/owlkoth.cfg b/cfg/owlkoth.cfg index 8f48792..0ec41ad 100644 --- a/cfg/owlkoth.cfg +++ b/cfg/owlkoth.cfg @@ -6,7 +6,9 @@ mp_maxrounds 5 mp_winlimit 3 mp_timelimit 0 mp_tournament_stopwatch 0 + mp_tournament_whitelist cfg/whitelists/owl.txt mp_tournament_restart -say - ozfortress OWL 11 koth modifier loaded - +sm_startmatch owl-koth +say - ozfortress OWL 12 koth modifier loaded - diff --git a/cfg/owlkothfinals.cfg b/cfg/owlkothfinals.cfg new file mode 100644 index 0000000..dba220a --- /dev/null +++ b/cfg/owlkothfinals.cfg @@ -0,0 +1,14 @@ +// ozfortress winter league koth config + +exec 6v6 + +mp_maxrounds 5 +mp_winlimit 3 +mp_timelimit 0 +mp_tournament_stopwatch 0 + +mp_tournament_whitelist cfg/whitelists/owl.txt +mp_tournament_restart + +sm_startmatch owl-koth-finals +say - ozfortress OWL 12 koth modifier loaded -