From 43876e8ea9bb32faa1251b23c2392c45c6fc7754 Mon Sep 17 00:00:00 2001 From: itscoretf Date: Thu, 1 Jun 2023 05:48:50 +1000 Subject: [PATCH] Add UltiTrio configs --- cfg/ultitrio_base.cfg | 23 +++++++++++++++++++++++ cfg/ultitrio_match.cfg | 21 +++++++++++++++++++++ cfg/ultitrio_scrim.cfg | 21 +++++++++++++++++++++ 3 files changed, 65 insertions(+) create mode 100644 cfg/ultitrio_base.cfg create mode 100644 cfg/ultitrio_match.cfg create mode 100644 cfg/ultitrio_scrim.cfg diff --git a/cfg/ultitrio_base.cfg b/cfg/ultitrio_base.cfg new file mode 100644 index 0000000..577da5b --- /dev/null +++ b/cfg/ultitrio_base.cfg @@ -0,0 +1,23 @@ +//=== Coolstuff standard settings - executed by map type CS Ultitrio configs +//=== v.11-02-22 +//=== THIS CONFIG IS AUTOMATICALLY EXECUTED BY GAMEMODE-SPECIFIC CONFIGS +//=== DO NOT MANUALLY EXEC THIS CFG +//=== Matches are started with map type cfgs, Exmaple: ultitrio_match.cfg +//=== Need Help? Contact me on Discord at "Coolstuff#0001" + +//== COOLSTUFFS CONFIGS ARE BASED OFF OF UGC'S ULTIDUO CONFIGS + +//Item Whitelist +mp_tournament_whitelist "cfg/ultitrio_whitelist.txt" +tftrue_whitelist_id "item_whitelist_cs_UT" + +//Competitive Settings +tf_tournament_classlimit_scout "1" +tf_tournament_classlimit_soldier "1" +tf_tournament_classlimit_pyro "0" +tf_tournament_classlimit_demoman "0" +tf_tournament_classlimit_heavy "0" +tf_tournament_classlimit_engineer "0" +tf_tournament_classlimit_medic "1" +tf_tournament_classlimit_sniper "0" +tf_tournament_classlimit_spy "0" \ No newline at end of file diff --git a/cfg/ultitrio_match.cfg b/cfg/ultitrio_match.cfg new file mode 100644 index 0000000..6c6af11 --- /dev/null +++ b/cfg/ultitrio_match.cfg @@ -0,0 +1,21 @@ +//=== Coolstuff Ultitrio TF2 MATCH Config +//=== v. 1.3 +//=== UPDATED by Coolstuff and sweglord227 May 5, 2023 +//=== THIS CONFIG IS FOR Ultiduo/Ultitrio MAP types +//=== Execute this cfg to start matches on Ultiduo/Ultitrio maps. +//=== At match end, exec ultitrio_off.cfg to reset the server to your normal setup +//=== Sets the league config as server default for duration of match +//=== Need Help? Contact me on Discord at "Coolstuff#0001" + +//=== COOLSTUFFS CONFIGS ARE BASED OFF OF UGC'S ULTIDUO CONFIGS +//=== used for pure 2 player file consistency enforcement on all players on server +//=== Gameplay Settings for Standard type maps === +mp_winlimit "2" +mp_maxrounds "0" +mp_timelimit "0" +mp_tournament_stopwatch "0" +mp_tournament_restart + +say "Coolstuff TF2 Ultitrio Match cfg v.05/05/23 executed, reload map once before start" +say "First to 4 wins the match. Half every 2 rounds." +say "Exec ultitrio_off.cfg at match end to reset server." \ No newline at end of file diff --git a/cfg/ultitrio_scrim.cfg b/cfg/ultitrio_scrim.cfg new file mode 100644 index 0000000..36c260c --- /dev/null +++ b/cfg/ultitrio_scrim.cfg @@ -0,0 +1,21 @@ +//=== Coolstuff Ultitrio TF2 SCRIM/PUG Config +//=== v. 1.2 +//=== UPDATED by Coolstuff and sweglord227 May 5, 2023 +//=== THIS CONFIG IS FOR Ultiduo/Ultitrio MAP types +//=== Execute this cfg to start matches on Ultiduo/Ultitrio maps. +//=== At match end, exec ultitrio_off.cfg to reset the server to your normal setup +//=== Sets the league config as server default for duration of match +//=== Need Help? Contact me on Discord at "Coolstuff#0001" + +//=== COOLSTUFFS CONFIGS ARE BASED OFF OF UGC'S ULTIDUO CONFIGS +//=== used for pure 2 player file consistency enforcement on all players on server +//=== Gameplay Settings for Standard type maps === +mp_winlimit "3" +mp_maxrounds "0" +mp_timelimit "0" +mp_tournament_stopwatch "0" +mp_tournament_restart + +say "Coolstuff TF2 Ultitrio Scrim/Pug cfg v.05/05/23 executed, reload map once before start" +say "First to 3 wins the match. No halftime." +say "Exec ultitrio_off.cfg at match end to reset server." \ No newline at end of file