Bind weapon switch?

Insurge

EGO Zealot
Joined
Jun 7, 2008
Messages
1,795
Hey guys, medic is my fav class and I like to alternate between the kritzkrieg and the medigun a lot depending on the situation and I wanted to know is there an easier way to switch between the kritzkrieg and medigun? Like a key I can bind that switches to them instead of me having to press M and medic and seconday then select it.
 
I don't think you can, you have to go to the base to switch them, and I think thats why you can't they set it up that way,and I do it sometimes and it doesn't bother to do that.
 
There's a script to do just this which is able to be used (valve allows it in other words). you can find it on TF2 wiki/fps banana but both seem down atm.
 
According to Tf2 Wiki you can do it, but like KiraGami mentioned, it will only go into affect once you respawn or toggle this while in the spawn area. I haven't tested this, but I would be interested in this if it works so let me know if you are successful. Will test this as soon as I get home.

Here is the actual link to the wiki (site is down at the moment or unresponsive) so here is a google cache link -> http://74.125.45.104/search?q=cache...cripts+tf2+medigun+script&hl=en&gl=us&strip=1 (Scroll all the way to the bottom). I have also copied the code from the site below:

Code:
Allows to equip new Medic weapons with one click. Put those binds into your Medic.cfg so they will be executed everytime you select Medic.

echo **Execing Medic Config**
bind "KP_END"            "developer 1; equip 5 0 0; echo Needlegun; wait 300; developer 0" //Equip Needlegun
bind "KP_LEFTARROW"      "developer 1; equip 5 0 1; echo Blutsauger; wait 300; developer 0" //Equip Blutsauger
bind "KP_DOWNARROW"      "developer 1; equip 5 1 0; echo Medigun; wait 300; developer 0" //Equip Medigun
bind "KP_5"              "developer 1; equip 5 1 2; echo Kritzkrieg; wait 300; developer 0" //Equip Kritzkrieg 
bind "KP_PGDN"           "developer 1; equip 5 2 0; echo Bonesaw; wait 300; developer 0" //Equip Bonesaw
bind "KP_RIGHTARROW"     "developer 1; equip 5 2 3; echo Ubersaw; wait 300; developer 0" //Equip Ubersaw
 
Oh cool! I've been thinking about this same thing.
Thanks, Expunged...I can't wait to try that out.
 

Latest posts

Back
Top