Advertisement
Guest User

Untitled

a guest
Nov 25th, 2014
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. heavy cfg.
  2.  
  3. //paste following binds into other class'cfg to prevent from messing them up
  4. bind "0" "slot10"
  5. bind "1" "slot1"
  6. bind "2" "slot2"
  7. bind "3" "slot3"
  8. bind "4" "slot4"
  9. bind "q" "lastinv"
  10.  
  11. bind "mouse1" "+attack"
  12. bind mwheelup invprev
  13. bind mwheeldown invnext\
  14.  
  15. // crosshair script binds
  16. bind "a" "+moveleft"
  17. bind "d" "+moveright"
  18. bind "s" "+back"
  19. bind "w" "+forward"
  20. bind "SPACE" "+jump"
  21. bind "shift" "+duck"
  22.  
  23.  
  24. / ========== BINDS ==========
  25.  
  26. bind 1 eq_slot1
  27. bind 2 eq_slot2
  28. bind 3 eq_slot3
  29. bind mwheelup eq_invprev
  30. bind mwheeldown eq_invnext
  31. bind q eq_lastinv
  32. bind - vm_10_20_31
  33. bind l vm_10_21_31
  34. bind = vm_11_21_31
  35.  
  36.  
  37. // ========== SETTINGS ==========
  38.  
  39. cl_crosshair_scale 45
  40. cl_crosshair_red 200
  41. cl_crosshair_blue 0
  42. cl_crosshair_green 0
  43.  
  44. alias eq_slot1 "slot1; set_slot1; vm_slot1; cl_crosshair_file crosshair7 alias state vm_slot1"
  45. alias eq_slot2 "slot2; set_slot2; vm_slot2; cl_crosshair_file crosshair5; alias state vm_slot2"
  46. alias eq_slot3 "slot3; set_slot3; vm_slot3; exec crosshair_default; alias state vm_slot3"
  47.  
  48.  
  49. // ========== LOGIC ==========
  50.  
  51. alias vm_10_20_31 "alias vm_slot1 r_drawviewmodel 0; alias vm_slot2 r_drawviewmodel 0; alias vm_slot3 r_drawviewmodel 1; state"
  52. alias vm_10_21_31 "alias vm_slot1 r_drawviewmodel 0; alias vm_slot2 r_drawviewmodel 1; alias vm_slot3 r_drawviewmodel 1; state"
  53. alias vm_11_21_31 "alias vm_slot1 r_drawviewmodel 0; alias vm_slot2 r_drawviewmodel 1; alias vm_slot3 r_drawviewmodel 1; state"
  54. vm_11_21_31
  55.  
  56. alias qs_slot1 "alias eq_invnext eq_slot2; alias eq_invprev eq_slot3; set_lastinv; alias set_lastinv alias eq_lastinv eq_slot1; alias set_slot1 ; alias set_slot2 qs_slot2; alias set_slot3 qs_slot3"
  57. alias qs_slot2 "alias eq_invnext eq_slot3; alias eq_invprev eq_slot1; set_lastinv; alias set_lastinv alias eq_lastinv eq_slot2; alias set_slot1 qs_slot1; alias set_slot2 ; alias set_slot3 qs_slot3"
  58. alias qs_slot3 "alias eq_invnext eq_slot1; alias eq_invprev eq_slot2; set_lastinv; alias set_lastinv alias eq_lastinv eq_slot3; alias set_slot1 qs_slot1; alias set_slot2 qs_slot2; alias set_slot3 "
  59.  
  60. qs_slot2
  61. eq_slot1
  62.  
  63.  
  64. bind w +mfwd
  65. bind s +mback
  66. bind a +mleft
  67. bind d +mright
  68.  
  69. alias +mfwd "-back;+forward;alias checkfwd +forward"
  70. alias +mback "-forward;+back;alias checkback +back"
  71. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
  72. alias +mright "-moveleft;+moveright;alias checkright +moveright"
  73. alias -mfwd "-forward;checkback;alias checkfwd none"
  74. alias -mback "-back;checkfwd;alias checkback none"
  75. alias -mleft "-moveleft;checkright;alias checkleft none"
  76. alias -mright "-moveright;checkleft;alias checkright none"
  77. alias checkfwd none
  78. alias checkback none
  79. alias checkleft none
  80. alias checkright none
  81. alias none ""
  82.  
  83.  
  84. viewmodel_fov 100
  85. fov_desired 85
  86. cl_interp 0.033
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement