feature: CS2FOW anti-wallhack integration#162
Open
Flegma wants to merge 7 commits into
Open
Conversation
…te exit code
Relocate the shared CS2FOW maps/prebake cache from ${DATA_DIR}/cs2fow to
${BASE_SERVER_DIR}/.cs2fow in setup.sh and update.sh: the serverfiles volume
is the only shared mount guaranteed in both the update job and match pods;
the dot-directory keeps it out of the base-serverfiles symlink glob in
util.sh (which iterates "$source_path"/* and skips dotfiles).
Also:
- Preserve the update.sh exit status (UPDATE_RC) across the appended CS2FOW
prebake block, so steamcmd failures on the unpinned path are no longer
masked. Prebake failures do not affect UPDATE_RC.
- Skip the CS2FOW prebake download on non-AVX nodes, matching the existing
AVX guard used elsewhere in these scripts.
- Collapse two MatchManager.cs statements that fit within 100 columns, to
match CSharpier defaults and the file's existing style.
- Remove a leftover double blank line in Dockerfile after the CS2FOW
download RUN block.
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.
Integrates the CS2FOW server-side anti-wallhack Metamod plugin (pinned v0.1.1-preview, SHA256-verified).
Design: docs/plans/2026-07-09-cs2fow-anti-wallhack-design.md (5stack local docs)
Part 1 of 3; merge before the api and web PRs.