Skip to content

[TF2 SDK] Add TF-specific search path tags to TF mod gameinfo #1187

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Tkain
Copy link
Contributor

@Tkain Tkain commented Apr 6, 2025

Description

TF2 uses two additional kinds of search path tags on top of the standard ones used by HL2DM: custom_mod and vgui. Currently, the gameinfo.txt included for the TF2 SDK mod does not mark any of its own (i.e. not base TF2's) assets with either of these tags, which can cause issues when trying to override TF2 assets.

This PR adds these tags to their appropriate mod asset paths, allowing affected custom assets to load correctly.

This PR resolves #691.

Unlike HL2DM, TF2 uses the 'custom_mod' and 'vgui' tags to choose how to load certain assets.
This commit adds those tags to the appropriate paths in the TF template mod's gameinfo.txt.
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.

KeyValues::LoadFromFile seems to ignore overridden files
1 participant