Conversation
pr0jesse
force-pushed
the
qol/advanced-options-tabs
branch
2 times, most recently
from
September 12, 2026 16:57
4b84466 to
a04a5e3
Compare
Reworks the Advanced Options dialog into per-category tabs, with a dev-configurable fallback to the original single scrolling list. Both presentations parse the same user_default.scr option definitions; no new per-entry metadata is required, and an unknown or legacy .scr degrades gracefully to one tab per category.
pr0jesse
force-pushed
the
qol/advanced-options-tabs
branch
from
September 12, 2026 17:21
a04a5e3 to
6fe2b42
Compare
Author
|
(Im new to github, PRs, and coding as a whole, sorry for all these tweaks I'm still learning) |
|
This is a much needed improvement! Currently the advanced options menu is a chore to look into. |
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
https://steamcommunity.com/sharedfiles/filedetails/?id=3800211991
Updates TF2's Advanced Options window with a tabbed layout to make the existing settings easier to navigate.
The tabs are generated from the existing
user_default.scrcategories and use the same underlying parser and settings data as the original scrolling layout.The original scrollable layout remains available through
tf_advopt_use_tabs. It has also been slightly enlarged and updated to match the revised category styling.The selected tab is remembered for the current game session, and keyboard navigation wraps between tabs.
Showcase
Previous Advanced Settings

New Advanced Settings

Demo video
Watch the full video here:
[YouTube link]