Question
With all the new items that have been added recently to Team Fortress 2, I find myself spending a lot more time at the item screen than I ever used to. Some of my weapon slots now have 5 choices (with no duplicates!), and I find that certain combos of items work best together, so it'd be nice to be able to switch them all at once.
Is it possible to setup hotkeys to equip certain items, or even better, certain "sets" of items?
Just for clarity, what I'd like to do is be able to press a key and have all the equipment slots on the class I am playing get switched to particular items.
Answer
Good question.
EDIT: You are right, just tested and I failed. Valve removed equip
cvar and it seems that is not possible anymore and that there are no other possibilities to get swap a set of items in one shot
I found a script example onf FPSBanana that describe the following steps (these are just some example for some classes):
In medic.cfg:
alias "main1" "equip 5 0 0; bind F6 main2" //Equip Needlegun
alias "main2" "equip 5 0 1; bind F6 main1" //Equip Blutsauger
And finally in autoexec.cfg (note: if you don't have this file, just open notepad put this in and then save as "autoexec.cfg" in "\tf\cfg"):
bind F6 "main2"
Check more discussion of this question.
No comments:
Post a Comment