Guest User

Default.cfg

a guest
Aug 15th, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. cl_autoreload "1"
  2.  
  3. alias "+one" "+attack;viewmodel_fov 110;r_drawviewmodel 1;-showscores"
  4. alias "-one" "-attack;+reload"
  5.  
  6. alias "+two" "+attack2;viewmodel_fov 110;r_drawviewmodel 1;-showscores"
  7. alias "-two" "-attack2;+reload"
  8.  
  9. alias "+three" "+attack3;viewmodel_fov 110;r_drawviewmodel 1;-showscores"
  10. alias "-three" "-attack3;+reload"
  11.  
  12. //alias "+showstuff" "+showscores;+autocall_temp_hit"
  13. //alias "-showstuff" "-showscores;-autocall_temp_hit"
  14.  
  15. bind "mouse1" "+one"
  16. bind "mouse2" "+two"
  17. bind "mouse3" "+three"
  18.  
  19. bind "tab" "+showscores"
  20. unbind "mouse4"
  21. //bind "mouse4" "+showstuff"
  22. unbind "mouse5"
  23.  
  24. bind "e" "voicemenu 2 5"
  25. bind "c" "voicemenu 0 1"
  26. bind "q" "voicemenu 0 0"
  27. bind "r" "voicemenu 1 1"
  28.  
  29. bind "x" "load_itempreset 0"
  30. bind "b" "open_charinfo_direct"
  31.  
  32. unbind "f"
  33.  
  34. bind "capslock" "incrementvar r_drawviewmodel 0 1 1"
  35.  
  36. bind "0" "slot10"
  37. bind "1" "slot1"
  38. bind "2" "slot2"
  39. bind "3" "slot3"
  40. bind "4" "slot4"
  41. bind "5" "slot5"
  42. bind "6" "slot6"
  43. bind "7" "slot7"
  44. bind "8" "slot8"
  45. bind "9" "slot9"
  46.  
  47. bind "w" "+mfwd"
  48. bind "s" "+mback"
  49. bind "a" "+mleft"
  50. bind "d" "+mright"
  51. bind "shift" "+duck"
  52. bind "SPACE" "+jump"
  53.  
  54. alias +mfwd "-back;+forward;alias checkfwd +forward"
  55. alias +mback "-forward;+back;alias checkback +back"
  56. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
  57. alias +mright "-moveleft;+moveright;alias checkright +moveright"
  58. alias -mfwd "-forward;checkback;alias checkfwd none"
  59. alias -mback "-back;checkfwd;alias checkback none"
  60. alias -mleft "-moveleft;checkright;alias checkleft none"
  61. alias -mright "-moveright;checkleft;alias checkright none"
  62. alias checkfwd none
  63. alias checkback none
  64. alias checkleft none
  65. alias checkright none
  66. alias none ""
  67.  
  68. bind "j" spec_next
  69. bind "k" spec_prev
  70.  
  71. bind "m" demoui
  72.  
  73. cl_crosshair_file "crosshair7"
  74.  
  75. bind DEL "kill"
Advertisement
Add Comment
Please, Sign In to add comment