Add TF2 Classified server - #4876
Closed
Xinayder wants to merge 1 commit into
Closed
Conversation
Xinayder
force-pushed
the
tf2classified
branch
from
February 7, 2026 15:42
7cb4e76 to
c18b63e
Compare
dgibbs64
added a commit
that referenced
this pull request
Apr 19, 2026
Add support for Team Fortress 2 Classified dedicated server (Steam appid 3557020). The server requires TF2 base files (appid 232250) to be installed to a separate support directory (-tf_path). Introduces baseappid config variable: when set, SteamCMD first downloads the base app to supportdir, then the main appid to serverfiles. Closes #4876
13 tasks
Member
|
merged with #4898 |
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.
Description
This pull request adds support for Team Fortress 2 Classified server. It requires downloading the server files for TF2, so I updated the
steamcmddownload command to support downloading "base app files" before downloading the server files.Relevant guide from their wiki: https://wiki.tf2classic.com/wiki/Dedicated_Linux_server
Type of change
Checklist
PR will not be merged until all steps are complete.
developbranch as its base.Documentation
If documentation does need updating either update it by creating a PR (preferred) or request a documentation update.
Thank you for your Pull Request!