Advertisement
Shooosh

binds.cfg

Oct 23rd, 2014
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. //Key bindings
  2. bind "mouse3" "prec_mark"
  3. bind "CTRL" "incrementvar r_drawviewmodel 0 1 1"
  4. bind "=" "record temp; stop; snd_restart; hud_reloadscheme; heartbeat;"
  5. bind n "join_class soldier"
  6. bind m "join_class sniper"
  7. bind b "open_charinfo_direct"
  8. bind mouse5 "voicemenu 0 1"
  9.  
  10. //Scoreboard bind
  11. alias "+zootab" "+showscores; net_graph 1; timeleft"
  12. alias "-zootab" "-showscores; net_graph 0"
  13.  
  14. bind "tab" "+zootab"
  15.  
  16. // Null-cancelling movement script
  17. bind w +mfwd
  18. bind s +mback
  19. bind a +mleft
  20. bind d +mright
  21.  
  22. alias +mfwd "-back;+forward;alias checkfwd +forward; mem_compact"
  23. alias +mback "-forward;+back;alias checkback +back; mem_compact"
  24. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft; mem_compact"
  25. alias +mright "-moveleft;+moveright;alias checkright +moveright; mem_compact"
  26. alias -mfwd "-forward;checkback;alias checkfwd none; mem_compact"
  27. alias -mback "-back;checkfwd;alias checkback none; mem_compact"
  28. alias -mleft "-moveleft;checkright;alias checkleft none; mem_compact"
  29. alias -mright "-moveright;checkleft;alias checkright none; mem_compact"
  30. alias checkfwd none
  31. alias checkback none
  32. alias checkleft none
  33. alias checkright none
  34. alias none ""
  35.  
  36. //Volume bind
  37. bind UPARROW "incrementvar volume 0 1 0.05"
  38. bind DOWNARROW "incrementvar volume 0 1 -0.05"
  39. bind LEFTARROW "volume 0"
  40. bind RIGHTARROW "volume 0.5"
  41.  
  42. echo "-------------------------------------------------------"
  43. echo " binds config loaded. "
  44. echo "-------------------------------------------------------"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement