Advertisement
BaapJaan

autoexec.cfg

Feb 22nd, 2018
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. // ============== BaapJaan / ZeroOne - Autoexec.cfg ( http://steamcommunity.com/id/JiH_BD ) ==============
  2.  
  3.  
  4.  
  5. // ============== Video settings ==============
  6.  
  7. mat_monitorgamma "1.6"
  8.  
  9. // =============== HUD & MISC settings ===============
  10.  
  11. cl_autowepswitch "1"
  12. cl_use_opens_buy_menu "0"
  13. cl_radar_scale 0.4
  14. cl_radar_always_centered 0
  15. spec_show_xray 1
  16. bind shift "+speed; r_cleardecals"
  17. net_graph 1
  18. net_graphpos 0
  19. net_graphproportionalfont 0
  20.  
  21. // =============== Display Team Info ===============
  22.  
  23. +cl_show_team_equipment
  24.  
  25.  
  26. // =============== Mouse settings ===============
  27.  
  28. // DPI = 800
  29. sensitivity "0.99"
  30. zoom_sensitivity_ratio_mouse "1"
  31. m_rawinput "0"
  32. m_customaccel "0"
  33.  
  34. // ============ Crosshair settings ============
  35.  
  36. cl_crosshair_drawoutline "1"
  37. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  38. cl_crosshair_dynamic_splitalpha_innermod "1"
  39. cl_crosshair_dynamic_splitalpha_outermod "0.3"
  40. cl_crosshair_dynamic_splitdist "1"
  41. cl_crosshair_outlinethickness "1"
  42. cl_crosshair_sniper_show_normal_inaccuracy "0"
  43. cl_crosshair_sniper_width "1"
  44. cl_crosshair_t "0"
  45. cl_crosshairalpha "255"
  46. cl_crosshaircolor "0"
  47. cl_crosshaircolor_b "0"
  48. cl_crosshaircolor_g "0"
  49. cl_crosshaircolor_r "250"
  50. cl_crosshairdot "0"
  51. cl_crosshairgap "-1"
  52. cl_crosshairgap_useweaponvalue "0"
  53. cl_crosshairscale "0"
  54. cl_crosshairsize "2"
  55. cl_crosshairstyle "4"
  56. cl_crosshairthickness "0"
  57. cl_crosshairusealpha "1"
  58. cl_fixedcrosshairgap "3"
  59.  
  60. // ================== Key Binds ===================
  61.  
  62. bind "uparrow" "buy ak47; buy m4a1;"
  63. bind "downarrow" " buy vesthelm; buy vest;"
  64. bind "leftarrow" " buy mac10; buy mp9;"
  65. bind "rightarrow" "buy molotov; buy incgrenade;"
  66. bind "0" "buy awp;"
  67. bind "p" "buy p250;"
  68. bind "6" "buy defuser;"
  69. bind "7" "buy flashbang;"
  70. bind "8" "buy smokegrenade;"
  71. bind "9" "buy hegrenade;"
  72.  
  73. // ================== Boomb Drop ==================
  74.  
  75. bind "n" "use weapon_c4;drop"
  76.  
  77. // ================== Right/Left Arm ==================
  78.  
  79. bind "kp_downarrow" "cl_righthand 1"
  80. bind "kp_end" "cl_righthand 0"
  81.  
  82. // ================== Jump and Crouch ===================
  83.  
  84. unbind "space"
  85. bind "space" "+djump"
  86. alias "+djump" "+jump ; +duck"
  87. alias "-djump" "-jump ; -duck"
  88.  
  89. bind "mwheeldown" +jump
  90. bind "mwheelup" +jump
  91. bind "mwheeldown" +jump
  92.  
  93. // ================== JumpThrow ===================
  94.  
  95. alias +jumpthrow "+jump;-attack"
  96. alias -jumpthrow "-jump"
  97. bind j +jumpthrow
  98.  
  99. host_writeconfig
  100. // ================== Good Luck ===================
  101. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement