Advertisement
DJ_Pau1

default.cfg

Jul 25th, 2015
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. echo "default binds loaded."
  2.  
  3. // You must rebind all keys in your other class .cfg's or the script will carry over to all classes.
  4.  
  5.  
  6. // Put the following in your autoexec and/or any class .cfg's for which you don't want the script to transfer over. If you have changed any binds from the default, change them here as well:
  7.  
  8. Code:
  9.  
  10. // viewmodel/combination script binds
  11. bind "0" "slot10"
  12. bind "1" "slot1;r_drawviewmodel 1" // ;r_drawviewmodel 1/0 for viewmodels on/off with this slot
  13. bind "2" "slot2;r_drawviewmodel 1" // ;r_drawviewmodel 1/0 for viewmodels on/off with this slot
  14. bind "3" "slot3;r_drawviewmodel 1" // ;r_drawviewmodel 1/0 for viewmodels on/off with this slot
  15. bind "4" "slot4;r_drawviewmodel "
  16. bind "q" "lastinv"
  17.  
  18. bind "mouse1" "+attack"
  19. bind "mouse2" "+attack2"
  20.  
  21. bind "v" "voicemenu 0 1"
  22. bind "kp_pgup" "record issueFix; stop; snd_restart; hud_reloadscheme;"
  23.  
  24. bind "KP_END" "load_itempreset 0"
  25. bind "KP_DOWNARROW" "load_itempreset 1"
  26. bind "KP_PGDN" "load_itempreset 2"
  27. bind "KP_LEFTARROW" "load_itempreset 3"
  28.  
  29.  
  30. // crosshair script binds
  31. alias +mfwd "-back;+forward;alias checkfwd +forward"
  32. alias +mback "-forward;+back;alias checkback +back"
  33. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
  34. alias +mright "-moveleft;+moveright;alias checkright +moveright"
  35. alias -mfwd "-forward;checkback;alias checkfwd none"
  36. alias -mback "-back;checkfwd;alias checkback none"
  37. alias -mleft "-moveleft;checkright;alias checkleft none"
  38. alias -mright "-moveright;checkleft;alias checkright none"
  39. alias checkfwd none
  40. alias checkback none
  41. alias checkleft none
  42. alias checkright none
  43.  
  44. bind w +mfwd
  45. bind s +mback
  46. bind d +mright
  47. bind a +mleft
  48. alias none ""
  49.  
  50. bind "SPACE" "+jumpeh"
  51. bind "ctrl" "+duck"
  52.  
  53. sensitivity 2.7 // [#] Your default sens
  54. r_drawviewmodel 1 // [0/1] set to "1" for viewmodels on, "0" for off
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement