1. // budi's CS:GO config
  2. // Updated 4/5/13
  3. // Competitive HUD from http://myhyper.de/competitive-hud/
  4.  
  5. // Rates
  6. rate "128000"
  7. cl_cmdrate "128"
  8. cl_updaterate "128"
  9. cl_interp "0.0"
  10. cl_interp_ratio "1"
  11. cl_lagcompensation "1"
  12.  
  13. // Mouse
  14. sensitivity "2.5"
  15. zoom_sensitivity_ratio_mouse "0.8"
  16. m_rawinput "1"
  17. m_customaccel "0"
  18. m_mouseaccel1 "0"
  19. m_mouseaccel2 "0"
  20.  
  21. // Video
  22. mat_setvideomode 1920 1080 0
  23. mat_monitorgamma "2.1"
  24. fps_max "145"
  25. fps_max_menu "145"
  26. r_drawtracers_firstperson "0"
  27.  
  28. // Audio
  29. volume "0.55"
  30. voice_enabled "1"
  31. voice_scale "1" // receive volume
  32. snd_musicvolume "0"
  33. snd_mixahead "0.05" // sound delay
  34. snd_headphone_pan_exponent "2"
  35. snd_headphone_pan_radial_weight "2"
  36. snd_legacy_surround "0" // emulated surround sound
  37.  
  38. // HUD
  39. hud_scaling "0.80" // CS:S sized HUD
  40. hud_showtargetid "1"
  41. cl_righthand "1"
  42. cl_showloadout "0"
  43. cl_showpos "0"
  44. cl_showfps "0"
  45. net_graph "1"
  46. net_graphproportionalfont "0" // small netgraph font
  47. // Reposition gun model to mimic CS:S
  48. viewmodel_presetpos "0"
  49. viewmodel_fov "65"
  50. viewmodel_offset_x "2"
  51. viewmodel_offset_y "2"
  52. viewmodel_offset_z "-2"
  53. // Reduce gun shifting when crouching
  54. cl_viewmodel_shift_left_amt "0.5"
  55. cl_viewmodel_shift_right_amt "0.5"
  56. // Reduce gun and scope shifting/bobbing when moving
  57. cl_bobcycle "0.98" // prefer 2 but 0.98 is enforced by ESEA/ESL
  58. cl_bob_lower_amt "5"
  59. cl_bobamt_lat "0.1"
  60. cl_bobamt_vert "0.1"
  61.  
  62. // Crosshair
  63. cl_crosshairstyle "4"
  64. cl_crosshairsize "2"
  65. cl_crosshairthickness "0.5"
  66. cl_crosshairgap "-2" // classic
  67. cl_fixedcrosshairgap "3" // new
  68. cl_crosshairdot "0"
  69. cl_crosshairusealpha "1"
  70. cl_crosshairalpha "999"
  71. // white crosshair
  72. cl_crosshaircolor "5"
  73. cl_crosshaircolor_r "255"
  74. cl_crosshaircolor_g "255"
  75. cl_crosshaircolor_b "255"
  76. // Toggle crosshair
  77. bind ins "crosshair_green"
  78. alias crosshair_green "cl_crosshaircolor 1;bind ins crosshair_white"
  79. alias crosshair_white "cl_crosshaircolor 5;cl_crosshaircolor_r 255;cl_crosshaircolor_g 255;cl_crosshaircolor_b 255;bind ins crosshair_green"
  80. // Debug accuracy
  81. weapon_debug_spread_show "0" // show possible shot accuracy
  82. weapon_debug_spread_gap "0.67"
  83.  
  84. // Misc
  85. ui_steam_overlay_notification_position "bottomright"
  86. mm_dedicated_search_maxping "75" // max ping for matchmaking games
  87. gameinstructor_enable "0"
  88. cl_disablehtmlmotd "1"
  89. cl_autohelp "0"
  90. cl_showhelp "0"
  91. cl_disablefreezecam "1"
  92. cl_autowepswitch "0" // auto weapon switch on pickup
  93. closeonbuy "0"
  94.  
  95. // Binds
  96.  
  97.  
  98. bind space "+jump"
  99. bind MWHEELDOWN "+jump"
  100.  
  101.  
  102. host_writeconfig // write settings to config.cfg
  103. echo ""
  104. echo ""
  105. echo "autoexec.cfg executed"
  106. echo ""
  107. echo ""