Team Fortress 2 Scripts: Difference between revisions
From Rabbi Blog
m (→pryo.cfg) |
mNo edit summary |
||
Line 1: | Line 1: | ||
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. | 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. | ||
Crafting - [http://www.tf2crafting.info/id/rabbibob] | |||
__TOC__ | __TOC__ | ||
Revision as of 23:29, 30 July 2011
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.
Crafting - [1]
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"
- Tested in class, need to test switching to another class. These settings may stick.
autoexec.cfg
Untested
Turn down dingalingaling
tf_dingalingaling "1" tf_dingaling_volume "0.75" tf_dingaling_pitchmindmg "100" tf_dingaling_pitchmaxdmg "100"