Add poisoned Linux depo repair script to tools/ + ./toolbox.sh easy entrypoint. - #2059
Open
sunmachine wants to merge 5 commits into
Open
Add poisoned Linux depo repair script to tools/ + ./toolbox.sh easy entrypoint.#2059sunmachine wants to merge 5 commits into
tools/ + ./toolbox.sh easy entrypoint.#2059sunmachine wants to merge 5 commits into
Conversation
sunmachine
force-pushed
the
add-casing-repair-script
branch
from
August 8, 2026 22:36
3ff65dd to
d6c5213
Compare
./toolbox.sh easy entrypoint.tools/ + ./toolbox.sh easy entrypoint.
sunmachine
force-pushed
the
add-casing-repair-script
branch
from
August 9, 2026 13:52
d6c5213 to
278ddcc
Compare
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.
example-fix-depo-casing.mp4
Description
Follow-up to #2055 (and technically the OG investigation scripts). The launcher heal covers players automatically. This adds the manual tooling around it under
tools/.check-depot-casing.shrun against a depot staging tree before every steamcmd upload. Exits 1 and lists any of the seven engine binaries staged under the wrong file name casing, so a bad upload gets caught before it ships.fix-linux-casing.shuser-run repair for an already broken Linux install. Same canonical list and newest-wins rules as the launcher heal, safe to run repeatedly.toolbox.shsingle interactive entry point for thetools. Presents the tools as a numbered menu; a new tool joins with one line in its table.nt-logo.shsharedNT;RElogo banner, printed only whenstdoutis a terminal, so piped and CI output stays clean and exit codes are untouched.neo_case_heal.cppat the renamed check script.Testing on Linux
Against a real install with all seven binaries lowercased:
Also drove both tools through
toolbox.sh, and verified the logo stays silent when output is piped.