mirror of
https://github.com/Oldcustard/ozfort-server-configs
synced 2025-06-26 15:24:25 +10:00
Add UltiTrio configs
This commit is contained in:
parent
ccd4530370
commit
8504841f6c
@ -1,3 +1,7 @@
|
||||
// -----------------------------------------------------------------
|
||||
// OZFORTRESS SERVER CONFIGS
|
||||
// -----------------------------------------------------------------
|
||||
|
||||
mp_timelimit 0
|
||||
mp_winlimit 0
|
||||
mp_forcerespawn 1
|
||||
|
@ -1,3 +1,7 @@
|
||||
// -----------------------------------------------------------------
|
||||
// OZFORTRESS SERVER CONFIGS
|
||||
// -----------------------------------------------------------------
|
||||
|
||||
exec ozfortress
|
||||
|
||||
tf_tournament_classlimit_scout 2
|
||||
|
@ -1,3 +1,7 @@
|
||||
// -----------------------------------------------------------------
|
||||
// OZFORTRESS SERVER CONFIGS
|
||||
// -----------------------------------------------------------------
|
||||
|
||||
exec ozfortress
|
||||
|
||||
tf_tournament_classlimit_scout 2
|
||||
|
@ -1,3 +1,7 @@
|
||||
// -----------------------------------------------------------------
|
||||
// OZFORTRESS SERVER CONFIGS
|
||||
// -----------------------------------------------------------------
|
||||
|
||||
exec ozfortress
|
||||
|
||||
tf_tournament_classlimit_scout 2
|
||||
|
@ -1,3 +1,7 @@
|
||||
// -----------------------------------------------------------------
|
||||
// OZFORTRESS SERVER CONFIGS
|
||||
// -----------------------------------------------------------------
|
||||
|
||||
exec ozfortress
|
||||
|
||||
tf_tournament_classlimit_scout 2
|
||||
@ -22,5 +26,4 @@ mp_timelimit_improved 0
|
||||
round_time_override 240
|
||||
|
||||
say | ozfortress Sixes Scrim 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
|
||||
say | THIS CONFIG HAS WINLIMIT TURNED OFF
|
||||
|
@ -1,3 +1,7 @@
|
||||
// -----------------------------------------------------------------
|
||||
// OZFORTRESS SERVER CONFIGS
|
||||
// -----------------------------------------------------------------
|
||||
|
||||
exec ozfortress
|
||||
|
||||
mp_maxrounds 0
|
||||
|
@ -1,3 +1,7 @@
|
||||
// -----------------------------------------------------------------
|
||||
// OZFORTRESS SERVER CONFIGS
|
||||
// -----------------------------------------------------------------
|
||||
|
||||
exec ozfortress
|
||||
|
||||
tf_tournament_classlimit_scout -1
|
||||
|
@ -1,3 +1,7 @@
|
||||
// -----------------------------------------------------------------
|
||||
// OZFORTRESS SERVER CONFIGS
|
||||
// -----------------------------------------------------------------
|
||||
|
||||
exec ozfortress
|
||||
|
||||
tf_tournament_classlimit_scout -1
|
||||
|
@ -1,3 +1,7 @@
|
||||
// -----------------------------------------------------------------
|
||||
// OZFORTRESS SERVER CONFIGS
|
||||
// -----------------------------------------------------------------
|
||||
|
||||
exec ozfortress
|
||||
|
||||
tf_tournament_classlimit_scout -1
|
||||
|
34
cfg/ozfortress_hl_scrim.cfg
Normal file
34
cfg/ozfortress_hl_scrim.cfg
Normal file
@ -0,0 +1,34 @@
|
||||
// -----------------------------------------------------------------
|
||||
// OZFORTRESS SERVER CONFIGS
|
||||
// -----------------------------------------------------------------
|
||||
|
||||
exec ozfortress
|
||||
|
||||
tf_tournament_classlimit_scout -1
|
||||
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_winlimit 0
|
||||
mp_windifference 0
|
||||
mp_maxrounds 2
|
||||
mp_timelimit 0
|
||||
mp_tournament_stopwatch 0
|
||||
mp_tournament_restart
|
||||
|
||||
tv_delaymapchange_protect 1
|
||||
|
||||
sm_gunboats_always_apply 0 // Gameplay change, on since Season 35 of Sixes, off for Highlander currently.
|
||||
|
||||
mp_timelimit_improved 0
|
||||
round_time_override -1
|
||||
|
||||
say | ozfortress Highlander SCRIM config loaded
|
||||
say | THIS CONFIG HAS STOPWATCH DISABLED
|
@ -1,3 +1,7 @@
|
||||
// -----------------------------------------------------------------
|
||||
// OZFORTRESS SERVER CONFIGS
|
||||
// -----------------------------------------------------------------
|
||||
|
||||
exec ozfortress
|
||||
|
||||
tf_tournament_classlimit_scout -1
|
||||
|
@ -1,3 +1,7 @@
|
||||
// -----------------------------------------------------------------
|
||||
// OZFORTRESS SERVER CONFIGS
|
||||
// -----------------------------------------------------------------
|
||||
|
||||
exec ozfortress
|
||||
|
||||
mp_timelimit 0
|
||||
|
23
cfg/ultitrio_base.cfg
Normal file
23
cfg/ultitrio_base.cfg
Normal file
@ -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"
|
21
cfg/ultitrio_match.cfg
Normal file
21
cfg/ultitrio_match.cfg
Normal file
@ -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."
|
21
cfg/ultitrio_scrim.cfg
Normal file
21
cfg/ultitrio_scrim.cfg
Normal file
@ -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."
|
Loading…
x
Reference in New Issue
Block a user