Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //autoexec.cfg:
- //------------------
- //Auto-Reload-Script
- //------------------
- //Set up the specific weapons so that they will change to auto-reload as required
- alias "weapon1" "+reload; slot1; alias nextweap select21; alias prevweap select31; alias select1 weapon1; alias select2 select21; alias select3 select31;"
- alias "weapon2" "-reload; slot2; alias nextweap select32; alias prevweap select12; alias select1 select12; alias select2 weapon2; alias select3 select32;"
- alias "weapon3" "-reload; slot3; alias nextweap select13; alias prevweap select23; alias select1 select13; alias select2 select23; alias select3 weapon3;"
- //Set up the previous weapon toggle
- alias "select12" "weapon1; alias toggleweap select21"
- alias "select13" "weapon1; alias toggleweap select31"
- alias "select21" "weapon2; alias toggleweap select12"
- alias "select23" "weapon2; alias toggleweap select32"
- alias "select31" "weapon3; alias toggleweap select13"
- alias "select32" "weapon3; alias toggleweap select23"
- //Initialize script
- select12
- //Fix for Fan - Scattergun
- alias sca "exec scout.cfg"
- alias fan "exec spy.cfg"
- //Scout.cfg, Engineer.cfg
- //Set up the specific weapons so that they will change to auto-reload as required
- alias "weapon1" "+reload; slot1; alias nextweap select21; alias prevweap select31; alias select1 weapon1; alias select2 select21; alias select3 select31;"
- alias "weapon2" "-reload; slot2; alias nextweap select32; alias prevweap select12; alias select1 select12; alias select2 weapon2; alias select3 select32;"
- alias "weapon3" "-reload; slot3; alias nextweap select13; alias prevweap select23; alias select1 select13; alias select2 select23; alias select3 weapon3;"
- //Initialize script
- select12
- //Binds
- bind "mouse1" "+attack"
- bind "q" "toggleweap"
- bind "1" "select1"
- bind "2" "select2"
- bind "3" "select3"
- bind "MWHEELUP" "prevweap"
- bind "MWHEELDOWN" "nextweap"
- bind , sca
- bind . fan
- //Pyro.cfg, Heavyweapons.cfg
- //Set up the specific weapons so that they will change to auto-reload as required
- alias "weapon1" "-reload; slot1; alias nextweap select21; alias prevweap select31; alias select1 weapon1; alias select2 select21; alias select3 select31;"
- alias "weapon2" "+reload; slot2; alias nextweap select32; alias prevweap select12; alias select1 select12; alias select2 weapon2; alias select3 select32;"
- alias "weapon3" "-reload; slot3; alias nextweap select13; alias prevweap select23; alias select1 select13; alias select2 select23; alias select3 weapon3;"
- //Initialize script
- select12
- //Binds
- bind "mouse1" "+attack"
- bind "q" "toggleweap"
- bind "1" "select1"
- bind "2" "select2"
- bind "3" "select3"
- bind "MWHEELUP" "prevweap"
- bind "MWHEELDOWN" "nextweap"
- bind , sca
- bind . fan
- //Soldier.cfg
- +reload
- bind "mouse1" "+attack"
- bind "q" "lastinv"
- bind "1" "slot1"
- bind "2" "slot2"
- bind "3" "slot3"
- bind "MWHEELUP" "invprev"
- bind "MWHEELDOWN" "invnext"
- //Demoman.cfg
- alias +reloadshot "-reload;+attack"
- alias -reloadshot "-attack;wait 3;+reload"
- bind "mouse1" "+reloadshot"
- bind "q" "lastinv"
- bind "1" "slot1"
- bind "2" "slot2"
- bind "3" "slot3"
- bind "MWHEELUP" "invprev"
- bind "MWHEELDOWN" "invnext"
- //Medic.cfg, Sniper.cfg, Spy.cfg
- -reload
- bind "mouse1" "+attack"
- bind "q" "lastinv"
- bind "1" "slot1"
- bind "2" "slot2"
- bind "3" "slot3"
- bind "MWHEELUP" "invprev"
- bind "MWHEELDOWN" "invnext"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement