mirror of
https://github.com/Oldcustard/ozfort-server-configs
synced 2025-06-26 07:14:24 +10:00
23 lines
890 B
INI
23 lines
890 B
INI
//=== 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" |