Conversation
Contributor
There was a problem hiding this comment.
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
zflvariant inconfig/default.jsonwith default CFG mappings. - Extended
maps.jsonwith 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 | ||
| // | ||
| // ========================================= | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.