From 470cc452440964b5beb5812c09d4cd91581cfaf4 Mon Sep 17 00:00:00 2001 From: itscoretf Date: Thu, 9 Feb 2023 02:30:31 +1000 Subject: [PATCH] Updated Golden Cap CFGs --- cfg/ozfortress_6v6_golden_cap.cfg | 33 +++++++++++++++++++++++++++++++ cfg/ozfortress_hl_golden_cap.cfg | 33 +++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 cfg/ozfortress_6v6_golden_cap.cfg create mode 100644 cfg/ozfortress_hl_golden_cap.cfg diff --git a/cfg/ozfortress_6v6_golden_cap.cfg b/cfg/ozfortress_6v6_golden_cap.cfg new file mode 100644 index 0000000..0abc92d --- /dev/null +++ b/cfg/ozfortress_6v6_golden_cap.cfg @@ -0,0 +1,33 @@ +// ----------------------------------------------------------------- +// OZFORTRESS SERVER CONFIGS +// Last updated: 09-02-2023 +// ----------------------------------------------------------------- + +exec ozfortress + +tf_tournament_classlimit_scout 2 +tf_tournament_classlimit_soldier 2 +tf_tournament_classlimit_pyro 1 +tf_tournament_classlimit_demoman 1 +tf_tournament_classlimit_heavy 1 +tf_tournament_classlimit_engineer 1 +tf_tournament_classlimit_medic 1 +tf_tournament_classlimit_sniper 2 +tf_tournament_classlimit_spy 1 + +mp_tournament_whitelist "cfg/ozfortress_whitelist_6v6.txt" + +mp_windifference 0 +mp_timelimit 0 +mp_winlimit 1 + +tv_delaymapchange_protect 1 + +sm_gunboats_always_apply 1 // Gameplay change, on since Season 35. + +mp_timelimit_improved 0 +round_time_override 240 + +say | ozfortress Sixes Golden Cap config loaded +say | You must record POV demos for all ozfortress matches +say | POV demos must be provided to administrators on request as per POV Demo Recording rules diff --git a/cfg/ozfortress_hl_golden_cap.cfg b/cfg/ozfortress_hl_golden_cap.cfg new file mode 100644 index 0000000..720c89c --- /dev/null +++ b/cfg/ozfortress_hl_golden_cap.cfg @@ -0,0 +1,33 @@ +// ----------------------------------------------------------------- +// OZFORTRESS SERVER CONFIGS +// Last updated: 09-02-2023 +// ----------------------------------------------------------------- + +exec ozfortress + +tf_tournament_classlimit_scout 2 +tf_tournament_classlimit_soldier 1 +tf_tournament_classlimit_pyro 1 +tf_tournament_classlimit_demoman 1 +tf_tournament_classlimit_heavy 1 +tf_tournament_classlimit_engineer 1 +tf_tournament_classlimit_medic 1 +tf_tournament_classlimit_sniper 1 +tf_tournament_classlimit_spy 1 + +mp_tournament_whitelist "cfg/ozfortress_whitelist_hl.txt" + +mp_windifference 0 +mp_timelimit 0 +mp_winlimit 1 + +tv_delaymapchange_protect 1 + +sm_gunboats_always_apply 0 // Gameplay change, on since Season 35. + +mp_timelimit_improved 0 +round_time_override -1 + +say | ozfortress Sixes Golden Cap config loaded +say | You must record POV demos for all ozfortress matches +say | POV demos must be provided to administrators on request as per POV Demo Recording rules