Advertisement
Guest User

autoexec.cfg for CS:GO by: dedavlade/oprem

a guest
Jul 17th, 2018
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. // ================== Rates ===================
  2.  
  3. rate "128000"
  4. cl_cmdrate "128"
  5. cl_updaterate "128"
  6. cl_interp "0"
  7. cl_interp_ratio "1"
  8.  
  9. // ============== Video settings ==============
  10.  
  11. mat_monitorgamma "1.6"
  12. fps_max "999"
  13. fps_max_menu "120"
  14. r_dynamic "0"
  15. r_drawtracers_firstperson "1"
  16.  
  17. // ============== Audio settings ==============
  18.  
  19. volume "1.0"
  20. voice_enable "1"
  21. voice_scale "1.0"
  22. windows_speaker_config "-1"
  23. snd_musicvolume "0.0"
  24. snd_mixahead "0.05"
  25. snd_headphone_pan_exponent "2.00"
  26. snd_headphone_pan_radial_weight "2.00"
  27. snd_legacy_surround "0"
  28. dsp_enhance_stereo "1"
  29. snd_mute_losefocus "0"
  30. lobby_voice_chat_enabled "0"
  31.  
  32. // =============== HUD settings ===============
  33.  
  34.  
  35. developer "0"
  36. con_filter_enable "0"
  37. con_filter_text ""
  38. con_filter_text_out "Player:"
  39. gameinstructor_enable "0"
  40.  
  41. cl_showfps "1"
  42. net_graph "1"
  43. net_graphproportionalfont "1"
  44. net_graphpos 600
  45.  
  46. // =============== Mouse settings ===============
  47.  
  48. // DPI = 600
  49. sensitivity "2"
  50. zoom_sensitivity_ratio_mouse "1.00"
  51. m_rawinput "1"
  52. m_customaccel "0.00"
  53.  
  54. // ============== MISC settings ==============
  55.  
  56. cl_autohelp "0"
  57. cl_autowepswitch "0"
  58. cl_righthand "1"
  59. cl_disablefreezecam "1"
  60. cl_freezecameffects_showholiday "1"
  61. cl_disablehtmlmotd "1"
  62. cl_forcepreload "1"
  63. cl_downloadfilter "nosounds"
  64. cl_teammate_colors_show "2"
  65. cl_color "0"
  66. cl_use_opens_buy_menu "1"
  67. closeonbuy "0"
  68. option_duck_method "0"
  69. option_speed_method "0"
  70.  
  71. // ================ Keybinds =================
  72.  
  73. bind mwheelup "+jump"
  74. bind mwheeldown "+jump"
  75.  
  76. BindToggle del voice_enable
  77.  
  78. alias +jumpthrow "+jump;-attack"
  79. alias -jumpthrow "-jump"
  80. bind x +jumpthrow
  81.  
  82.  
  83.  
  84. host_writeconfig
  85. echo "AUTOEXEC.CFG LOADED!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement