Skip to content

Conversation

bobatealee
Copy link

@bobatealee bobatealee commented Aug 17, 2025

This pull request adds support for the armory (Mann Co. Catalog) mimicking the following features from the Workshop dialog, which gained them in the December 17, 2021 patch:

  • Previous/next buttons now have support for wrapping around to the last/first page
  • Added skip previous/next buttons, which skip several pages at once (commands: prevpageskip, nextpageskip)
    • Controlled by tf_armory_page_skip; default value is 10
  • Added skip to start/end buttons, which bring you to the first/last page (commands: skiptostart, skiptoend)

Additionally, I've modified the .res file responsible for this menu with support for the new button layout and minor consistency fixes, available here.

expanded_armory_controls

…date

Allows for wrapping around, skipping by 10 (controlled by tf_armory_page_skip), and skipping to start/end
Bitl added a commit to BitlDevelopmentStudios/source-sdk-2013-bds-base that referenced this pull request Aug 19, 2025
@Bitl
Copy link
Contributor

Bitl commented Aug 19, 2025

for whatever reason, for categories with less pages, the skip page buttons seems to go through pages in an odd order, as seen below:

devenv_BNzTFUHIJv.mp4

@bobatealee
Copy link
Author

for whatever reason, for categories with less pages, the skip page buttons seems to go through pages in an odd order

This is intended behavior, and mimics the Workshop dialog. It's skipping 10 pages by default, and it accounts for the remaining pages when wrapping around.

@Bitl
Copy link
Contributor

Bitl commented Aug 19, 2025

ah, i see then

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.

2 participants