Advertisement
SwiggitySwole

Demoman.cfg

Dec 12th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. exec reset.cfg
  2.  
  3.  
  4. // Mouse 1 for primary Weapon, Mouse 2 for Secondary Weapon, Middle Mouse for melee
  5.  
  6. // Primary Weapon
  7. alias "+primwep" "slot1;+attack"
  8. alias "-primwep" "-attack"
  9.  
  10. // Secondary Weapon
  11. alias "+secwep" "slot2;+attack"
  12. alias "-secwep" "-attack"
  13.  
  14. // Melee Weapon
  15. alias "+melwep" "slot3;+attack"
  16. alias "-melwep" "-attack"
  17.  
  18.  
  19. bind "mouse1" "+primwep"
  20. bind "mouse2" "+secwep"
  21. bind "mouse3" "+melwep"
  22. bind mouse4 "+attack2"
  23.  
  24. unbind mwheelup
  25. unbind mwheeldown
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement