Advertisement
JustARandomDood

TF2 Scout Config

May 25th, 2018
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. //scout settings
  2. //Made with cfg.tf - custom Team Fortress 2 config generator
  3.  
  4. exec binds
  5.  
  6. //alias "primary" "slot1"
  7.  
  8. //alias "secondary" "slot2; r_drawviewmodel 1"
  9.  
  10. //alias "melee" "slot3; r_drawviewmodel 1"
  11.  
  12. //bind "1" "primary"
  13.  
  14. //bind "2" "secondary"
  15.  
  16. //bind "3" "melee"
  17.  
  18. bind "mouse1" "+primaryAttack"
  19.  
  20. bind "MWHEELUP" "invprev;otherModel"
  21.  
  22. bind "MWHEELDOWN" "invnext;otherModel"
  23.  
  24. bind "1" "slot1;primaryModel"
  25.  
  26. bind "2" "slot2;otherModel"
  27.  
  28. bind "3" "slot3;otherModel"
  29.  
  30. bind "4" "slot4;otherModel"
  31.  
  32. bind "5" "slot5;otherModel"
  33.  
  34. alias "otherModel" "-attack;r_drawviewmodel 1;bind mouse1 +attack"
  35.  
  36. alias "primaryModel" "bind mouse1 +primaryAttack"
  37.  
  38. alias "+primaryAttack" "+attack;r_drawviewmodel 0"
  39.  
  40. alias "-primaryAttack" "-attack"
  41.  
  42. //crosshair switcher
  43. exec crosshairswitcher/switcher; scout
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement