Skip to content

feat: adds support for ZFL League (cfgs+maps)#253

Merged
sonikro merged 1 commit into
mainfrom
zfl-cfg
Mar 15, 2026
Merged

feat: adds support for ZFL League (cfgs+maps)#253
sonikro merged 1 commit into
mainfrom
zfl-cfg

Conversation

@sonikro
Copy link
Copy Markdown
Owner

@sonikro sonikro commented Mar 15, 2026

No description provided.

Copilot AI review requested due to automatic review settings March 15, 2026 18:57
@sonikro sonikro enabled auto-merge (rebase) March 15, 2026 18:57
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new TF2-QuickServer “ZFL” variant by introducing ZFL-specific match configs and a custom whitelist, and expanding the map download list to include ZFL map pool entries.

Changes:

  • Added new ZFL match config CFGs for 5CP and KOTH plus a ZFL whitelist file.
  • Registered a new zfl variant in config/default.json with default CFG mappings.
  • Extended maps.json with additional CP/KOTH maps (including viaduct).

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 11 comments.

Show a summary per file
File Description
variants/base/tf/cfg/koth_ZFL.cfg New ZFL KOTH ruleset config (class limits, round settings, whitelist).
variants/base/tf/cfg/cp_ZFL.cfg New ZFL 5CP ruleset config (class limits, respawn/whitelist settings).
variants/base/tf/cfg/custom_whitelist_18658.txt New whitelist definition for ZFL (ID 18658).
maps.json Adds ZFL-related maps to the map download list.
config/default.json Adds the zfl variant and maps default CFGs for 5CP/KOTH.

Comment on lines +34 to +36
sv_cheats 1
tf_forced_holiday 2
sv_cheats 0
@@ -0,0 +1,38 @@
// =========================================
// ZFL CONFIG – KOTH
Comment on lines +14 to +16
tf_tournament_classlimit_soldier 1
tf_tournament_classlimit_pyro 0
tf_tournament_classlimit_demoman 2
Comment on lines +24 to +25
mp_disable_respawn_times 1
mp_respawnwavetime 1

echo "=== ZFL CONFIG LOADED ==="

tftrue_whitelist_id 18658
Comment on lines +14 to +16
tf_tournament_classlimit_soldier 1
tf_tournament_classlimit_pyro 0
tf_tournament_classlimit_demoman 2
// Respawn Wave: 7s
//
// =========================================


echo "=== ZFL CONFIG LOADED ==="

tftrue_whitelist_id 18658
Comment on lines +41 to +43
sv_cheats 1
tf_forced_holiday 2
sv_cheats 0
// Respawn Wave: 7s
//
// =========================================

@sonikro sonikro merged commit 0ab3455 into main Mar 15, 2026
13 checks passed
@sonikro sonikro deleted the zfl-cfg branch March 15, 2026 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants