Advertisement
Guest User

[ANALOG'S CONFIG]

a guest
May 30th, 2015
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. unbindall
  2. unbindallmousekeyboard
  3. clear
  4.  
  5. //Bindings
  6. bind "MOUSE1" "+attack"
  7. bind "SPACE" "+attack2" //YES I ZOOM ON SPACE
  8. bind "MWHEELUP" "+jump"
  9. bind "MWHEELDOWN" "+jump"
  10. bind "0" "slot10"
  11. bind "1" "slot1"
  12. bind "2" "slot2"
  13. bind "3" "slot3"
  14. bind "4" "slot4"
  15. bind "5" "slot5"
  16. bind "6" "slot6"
  17. bind "7" "slot7"
  18. bind "8" "slot8"
  19. bind "9" "slot9"
  20. bind "b" "buymenu"
  21. bind "a" "+moveleft"
  22. bind "d" "+moveright"
  23. bind "s" "+back"
  24. bind "w" "+forward"
  25. bind "r" "+reload"
  26. bind "q" "lastinv"
  27. bind "n" "nightvision"
  28. bind "e" "+use"
  29. bind "g" "drop"
  30. bind "y" "messagemode"
  31. bind "u" "messagemode2"
  32. bind "TAB" "+showscores"
  33. bind "ESCAPE" "cancelselect"
  34. bind "," "buy primammo"
  35. bind "." "buy secammo"
  36. bind "PAUSE" "pause"
  37. bind "SHIFT" "+speed"
  38. bind "CTRL" "+duck"
  39. bind "z" "radio1"
  40. bind "x" "radio2"
  41. bind "c" "radio3"
  42. bind "m" "teammenu"
  43. bind "k" "+voicerecord"
  44. bind "i" "show_loadout_toggle"
  45. bind "f" "+lookatweapon"
  46.  
  47. echo " "
  48. echo " - Bindings loaded"
  49.  
  50. //Crosshair and mouse
  51. Sensitivity 4.18
  52. cl_crosshairalpha "255"
  53. cl_crosshaircolor "5"
  54. cl_crosshaircolor_b "229"
  55. cl_crosshaircolor_r "183"
  56. cl_crosshaircolor_g "0"
  57. cl_crosshairdot "0"
  58. cl_crosshairgap "-2"
  59. cl_crosshairsize "2"
  60. cl_crosshairstyle "4"
  61. cl_crosshairusealpha "1"
  62. cl_crosshairthickness "0.5"
  63. cl_fixedcrosshairgap "-2"
  64.  
  65. echo " - Mouse settings loaded"
  66.  
  67. //Rates
  68. cl_cmdrate "128"
  69. cl_updaterate "128"
  70. cl_interp "0"
  71. cl_interp_ratio "1"
  72. rate "128000"
  73. fps_max "121"
  74.  
  75. echo " - Rate settings loaded"
  76.  
  77. //Sound
  78. snd_musicvolume "0"
  79. snd_mixahead "0.05"
  80.  
  81. echo " - Sound settings loaded"
  82.  
  83. //Gun settings (To look more like css)
  84. viewmodel_fov "65"
  85. viewmodel_offset_x "2"
  86. viewmodel_offset_y "2"
  87. viewmodel_offset_z "-2"
  88. cl_viewmodel_shift_left_amt "0"
  89. cl_viewmodel_shift_right_amt "0"
  90. cl_bob_lower_amt "0"
  91. cl_bobamt_lat "0"
  92. cl_bobamt_vert "0"
  93. cl_bobcycle "1.0"
  94.  
  95. echo " - Weapon settings loaded"
  96.  
  97. //Misc
  98. cl_autowepswitch "0"
  99. cl_autohelp "0"
  100. cl_showhelp "0"
  101. cl_righthand "0"
  102. cl_forcepreload "1"
  103. cl_disablefreezecam "1"
  104. hud_scaling "1"
  105. hud_showtargetid "1"
  106. bind "p" "say lmfao"
  107. cl_disablehtmlmotd 1
  108.  
  109. echo " - Misc settings loaded"
  110.  
  111. //Aliases
  112. bind "\" "toggleconsole"
  113. bind "TAB" "+ng";
  114. alias "+ng" "+showscores; net_graph 1";
  115. alias "-ng" "-showscores; net_graph 0";
  116.  
  117.  
  118. echo " - Aliases loaded"
  119.  
  120. echo " "
  121. echo "-------------------------------------------------------------------------------------"
  122. echo " "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement