Actions

Team Fortress 2 Scripts

From Rabbi Blog

Revision as of 12:45, 30 July 2011 by Rabbi Bob (talk | contribs) (Created page with "I've been playing TF2 lately and have gotten to the point where the weapon selecting is a bit slow for what I like. I may make scripts for each class (I cannot play Spy very wel...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

I've been playing TF2 lately and have gotten to the point where the weapon selecting is a bit slow for what I like. I may make scripts for each class (I cannot play Spy very well) as I go. Right now Pryo is my favorite class.

pryo.cfg

//setup aliases for mouse5 to swap between primary and secondary
//First load sets Mouse5 to secondary on initial load
//Primary weapon defaults on all weapon changes after initial load
//Include mousewheel inventory changes and tertiary weapon selector

alias pyro_primary "slot1;bind mouse5 pyro_secondary;"
alias pyro_secondary "slot2;bind mouse5 pyro_primary"
bind "MOUSE5" "pyro_secondary"
bind "MWHEELUP" "invprev;bind mouse5 pyro_primary"
bind "MWHEELDOWN" "invnext;bind mouse5 pyro_primary"
bind "g" "slot3;bind mouse5 pyro_primary"