Advertisement
Guest User

autoexec.cfg

a guest
Apr 18th, 2014
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //
  2. // Autoexec.cfg by MewSoul
  3. // Feel free to use
  4. //
  5. // Usage :
  6. // 1 - Download this file in the following folder : Steam/SteamApps/common/Counter-Strike Global Offensive/csgo/cfg
  7. // 2 - Rename the file as following : autoexec.cfg
  8. //
  9.  
  10. //Disable auto switch weapon
  11. cl_autowepswitch "0"
  12.  
  13. //Custom movement
  14. cl_viewmodel_shift_left_amt "0"
  15. cl_viewmodel_shift_right_amt "0"
  16. cl_bob_lower_amt "0"
  17. cl_bobamt_lat "0"
  18. cl_bobamt_vert "0"
  19. cl_showloadout "1"
  20. cl_bobcycle "1"
  21.  
  22. //Custom crosshair
  23. //Go here to do your own custom crosshair : http://www.krisskarbo.com/csgocrosshair/
  24. cl_crosshairalpha "255"
  25. cl_crosshaircolor "5"
  26. cl_crosshaircolor_b "255"
  27. cl_crosshaircolor_r "255"
  28. cl_crosshaircolor_g "0"
  29. cl_crosshairdot "0"
  30. cl_crosshairgap "-3"
  31. cl_crosshairsize "4"
  32. cl_crosshairstyle "4"
  33. cl_crosshairusealpha "1"
  34. cl_crosshairthickness "0.5"
  35. cl_fixedcrosshairgap "-2"
  36. cl_crosshair_drawoutline 0
  37.  
  38. //Custom viewmodel
  39. viewmodel_fov "68"
  40. viewmodel_offset_x "2.5"
  41. viewmodel_offset_y "1"
  42. viewmodel_offset_z "-1.5"
  43.  
  44. //Disable killcam
  45. cl_disablefreezecam "1"
  46.  
  47. //Disable help
  48. gameinstructor_enable "0"
  49. cl_autohelp "0"
  50. cl_showhelp "0"
  51.  
  52. //Custom server settings
  53. cl_forcepreload "1"
  54. cl_interp "0"
  55. cl_interp_ratio "1"
  56. cl_cmdrate "128"
  57. cl_updaterate "128"
  58. rate "128000"
  59.  
  60. //Custom sounds (better)
  61. windows_speaker_config "1"
  62. snd_mixahead "0.05"
  63. snd_musicvolume "0"
  64. snd_headphone_pan_exponent "2"
  65. snd_headphone_pan_radial_weight "1"
  66. snd_rear_headphone_position "90"
  67.  
  68. //Custom buy binds
  69.  
  70. //Numpad : 7
  71. bind "kp_home" "buy molotov; buy incendiarygrenade"
  72.  
  73. //Numpad : 8
  74. bind "kp_uparrow" "buy flashbang"
  75.  
  76. //Numpad : 9
  77. bind "kp_pgup" "buy hegrenade"
  78.  
  79. //Numpad : -
  80. bind "kp_minus" ""
  81.  
  82. //Numpad : +
  83. bind "kp_plus" ""
  84.  
  85. //Numpad : 4
  86. bind "kp_leftarrow" "buy defuser"
  87.  
  88. //Numpad : 5
  89. bind "kp_5" "buy awp"
  90.  
  91. //Numpad : 6
  92. bind "kp_rightarrow" "buy smokegrenade"
  93.  
  94. //Numpad : 1
  95. bind "kp_end" "buy vest"
  96.  
  97. //Numpad : 2
  98. bind "kp_downarrow" "buy m4a1-s; buy ak47"
  99.  
  100. //Numpad : 3
  101. bind "kp_pgdn" "buy p250"
  102.  
  103. //Numpad : 0
  104. bind "kp_ins" ""
  105.  
  106. //Numpad : Enter
  107. bind "kp_enter" ""
  108.  
  109. echo "Autoexec Config loaded"
  110. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement