Skip to content

Commit 0ab3455

Browse files
committed
feat: adds support for ZFL League (cfgs+maps)
1 parent 73d593c commit 0ab3455

5 files changed

Lines changed: 445 additions & 0 deletions

File tree

config/default.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,15 @@
162162
],
163163
"guildId": "1414690765208158328"
164164
},
165+
"zfl": {
166+
"displayName": "ZFL",
167+
"hostname": "ZFL | {region} @ TF2-QuickServer",
168+
"defaultCfgs": {
169+
"5cp": "cp_ZFL.cfg",
170+
"koth": "koth_ZFL.cfg"
171+
},
172+
"guildId": "1432805380680847534"
173+
},
165174
"tf2pickup": {
166175
"displayName": "br.tf2pickup.org",
167176
"hostname": "br.tf2pickup.org",

maps.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"cp_sultry_b8a",
1212
"cp_villa_b19",
1313
"cp_nidal_b7",
14+
"cp_orange_x5_bg_v34",
1415
"ctf_bball_eu",
1516
"koth_clearcut_b17",
1617
"koth_clearcut_b15d",
@@ -20,6 +21,9 @@
2021
"koth_bagel_event",
2122
"koth_product_final",
2223
"koth_cascade_rc2",
24+
"koth_downstream_rc2",
25+
"koth_forge_b5a",
26+
"koth_minehill_rc1",
2327
"cp_badlands",
2428
"pl_vigil_rc10",
2529
"pl_problitz_rc2",
@@ -128,6 +132,7 @@
128132
"koth_los_muertos",
129133
"cp_sunshine_event",
130134
"koth_viaduct_event",
135+
"koth_viaduct",
131136
"pl_spineyard",
132137
"mge_16badlands",
133138
"mge_16temples",

variants/base/tf/cfg/cp_ZFL.cfg

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
// =========================================
2+
// ZFL CONFIG – KOTH
3+
// 2 SOLDIERS, 1 DEMOMAN
4+
// Round Timer: 2:00
5+
// Winlimit: 3
6+
// Whitelist: 18658
7+
// Respawn Wave: 7s
8+
//
9+
// =========================================
10+
11+
// ------- CLASS LIMITS -------
12+
mp_tournament 1
13+
tf_tournament_classlimit_scout 0
14+
tf_tournament_classlimit_soldier 1
15+
tf_tournament_classlimit_pyro 0
16+
tf_tournament_classlimit_demoman 2
17+
tf_tournament_classlimit_heavy 0
18+
tf_tournament_classlimit_engineer 0
19+
tf_tournament_classlimit_medic 0
20+
tf_tournament_classlimit_sniper 0
21+
tf_tournament_classlimit_spy 0
22+
23+
// ------- RESPAWN SETTINGS -------
24+
mp_disable_respawn_times 1
25+
mp_respawnwavetime 1
26+
tf_arena_use_queue 0
27+
28+
echo "=== ZFL CONFIG LOADED ==="
29+
30+
tftrue_whitelist_id 18658
31+
32+
mp_tournament_whitelist "cfg/custom_whitelist_18658.txt"
33+
34+
sv_cheats 1
35+
tf_forced_holiday 2
36+
sv_cheats 0
37+
sv_pausable 1
38+
mp_tournament_restart

0 commit comments

Comments
 (0)