Skip to content

Commit dd2fbdc

Browse files
committed
feat(cfg): updates ZFL configs
1 parent a03efd9 commit dd2fbdc

5 files changed

Lines changed: 406 additions & 85 deletions

File tree

config/default.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,7 @@
166166
"displayName": "ZFL",
167167
"hostname": "ZFL | {region} @ TF2-QuickServer",
168168
"defaultCfgs": {
169-
"5cp": "cp_ZFL.cfg",
170-
"koth": "koth_ZFL.cfg"
169+
"koth": "ZFL_3v3.cfg"
171170
},
172171
"guildId": "1432805380680847534"
173172
},

variants/base/tf/cfg/ZFL_3v3.cfg

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
// ==========================================================
2+
// ZIMBABWE FIGHTING LEAGUE - OFFICIAL 3V3 CONFIG
3+
// Format: 2x Demoman, 1x Soldier
4+
//
5+
// MADE BY: Igor
6+
// STEAM: https://steamcommunity.com/id/beczkowemocnewisnia9/
7+
// ==========================================================
8+
9+
// Match Settings
10+
mp_tournament 1
11+
mp_tournament_stopwatch 1
12+
mp_tournament_allow_non_admin_restart 0
13+
mp_tournament_whitelist "cfg/zfl_3v3.txt"
14+
tftrue_whitelist_id "zfl_3v3"
15+
16+
// SourceTV Settings
17+
tv_delay 90
18+
tv_delaymapchange 1
19+
tv_relayvoice 0
20+
tv_transmitall 1
21+
22+
// Winlimit and Time limits
23+
mp_winlimit 3
24+
mp_roundtime 120
25+
mp_timelimit 0
26+
mp_maxrounds 0
27+
28+
// Class Limits (2x Demo, 1x Solly)
29+
tf_tournament_classlimit_scout 0
30+
tf_tournament_classlimit_soldier 1
31+
tf_tournament_classlimit_pyro 0
32+
tf_tournament_classlimit_demoman 2
33+
tf_tournament_classlimit_heavy 0
34+
tf_tournament_classlimit_engineer 0
35+
tf_tournament_classlimit_medic 0
36+
tf_tournament_classlimit_sniper 0
37+
tf_tournament_classlimit_spy 0
38+
39+
// Respawn and Physics (Strict 7s respawn time)
40+
mp_disable_respawn_times 0
41+
mp_respawnwavetime 7.0
42+
tf_weapon_criticals 0
43+
tf_arena_first_blood 0
44+
tf_damage_disablespread 1
45+
tf_use_fixed_weaponspreads 1
46+
mp_friendlyfire 0
47+
mp_falldamage 1
48+
tf_preround_push_from_damage_enable 1
49+
tf_dropped_weapon_lifetime 0
50+
tf_forced_holiday 2
51+
tf_avoidteammates_pushaway 0
52+
tf_christmas_ball_chance 0
53+
54+
// Network Settings (66/66 Rates)
55+
sv_mincmdrate 66
56+
sv_maxcmdrate 66
57+
sv_minupdaterate 66
58+
sv_maxupdaterate 66
59+
sv_minrate 20000
60+
sv_maxrate 0
61+
sv_client_predict 1
62+
sv_client_min_interp_ratio 1
63+
sv_client_max_interp_ratio 2
64+
65+
// Security and Fair Play (Pure 2 etc.)
66+
sv_pure 2
67+
sv_pure_kick_clients 1
68+
sv_allow_wait_command 0
69+
sv_cheats 0
70+
sv_pausable 1
71+
sv_allow_votes 0
72+
sv_alltalk 0
73+
tf_teamtalk 1
74+
mp_forcecamera 1
75+
tf_tournament_hide_domination_icons 1
76+
tf_spec_xray 0
77+
tf_clamp_airducks 1
78+
79+
// Restart and Start
80+
mp_tournament_restart
81+
82+
say "******************************************************************"
83+
say ">> ZFL 3V3 MATCH CONFIG LOADED <<"
84+
say "******************************************************************"

variants/base/tf/cfg/cp_ZFL.cfg

Lines changed: 0 additions & 38 deletions
This file was deleted.

variants/base/tf/cfg/koth_ZFL.cfg

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)