Upvote Upvoted 0 Downvote Downvoted
How do you navigate backpack pages using keys?
posted in Q/A Help
1
#1
0 Frags +

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.

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.
2
#2
1 Frags +

http://www.teamfortress.tv/19073/hud-editing-short-questions-quick-answers

http://www.teamfortress.tv/19073/hud-editing-short-questions-quick-answers
3
#3
1 Frags +

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.
4
#4
5 Frags +

http://doodlesstuff.com/?tutorial=tf2hud&section=label#shortcut

http://doodlesstuff.com/?tutorial=tf2hud&section=label#shortcut
5
#5
1 Frags +
JBhttp://doodlesstuff.com/?tutorial=tf2hud&section=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&section=label#shortcut[/quote]
This is it, explains why there was an ampersand in front of my labels when I went to investigate.
6
#6
2 Frags +

Thanks a lot guys. Appreciate the help! have a good day and may god bless you!

Thanks a lot guys. Appreciate the help! have a good day and may god bless you!
Please sign in through STEAM to post a comment.