I do know that some HUDs allow you to navigate pages to pages using "A" or "D" keys. But now i want to know how to do it, like which hud file should i be editing etc.
How do you navigate backpack pages using keys?
posted in
Q/A Help
I do know that some HUDs allow you to navigate pages to pages using "A" or "D" keys. But now i want to know how to do it, like which hud file should i be editing etc.
resource/ui/econ/BackpackPanel.res
look for "NextPageButton" and "PrevPageButton". the specific thing you're looking for is
"Command" "nextpage"
"Command" "prevpage"
I think the shortcut is force-bound to whatever you use for moving left and right ingame but if I'm wrong on that someone please correct me.
edit: changed left and right ingame and the backpack still used A and D so I'm not really sure on this one.
resource/ui/econ/BackpackPanel.res
look for "NextPageButton" and "PrevPageButton". the specific thing you're looking for is
[code] "Command" "nextpage"
"Command" "prevpage"[/code]
I think the shortcut is force-bound to whatever you use for moving left and right ingame but if I'm wrong on that someone please correct me.
edit: changed left and right ingame and the backpack still used A and D so I'm not really sure on this one.
look for "NextPageButton" and "PrevPageButton". the specific thing you're looking for is
[code] "Command" "nextpage"
"Command" "prevpage"[/code]
I think the shortcut is force-bound to whatever you use for moving left and right ingame but if I'm wrong on that someone please correct me.
edit: changed left and right ingame and the backpack still used A and D so I'm not really sure on this one.
JBhttp://doodlesstuff.com/?tutorial=tf2hud§ion=label#shortcut
This is it, explains why there was an ampersand in front of my labels when I went to investigate.
[quote=JB]http://doodlesstuff.com/?tutorial=tf2hud§ion=label#shortcut[/quote]
This is it, explains why there was an ampersand in front of my labels when I went to investigate.
This is it, explains why there was an ampersand in front of my labels when I went to investigate.
Please
sign in through STEAM
to post a comment.