Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 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 "300"
  13. fps_max_menu "150"
  14. r_dynamic "0"
  15. r_drawtracers_firstperson "1"
  16. mat_savechanges
  17.  
  18. // ============== Audio settings ==============
  19.  
  20. volume "0.5"
  21. voice_enable "1"
  22. voice_scale "1"
  23. windows_speaker_config "1"
  24. snd_musicvolume "0"
  25. snd_mixahead "0.05"
  26. snd_headphone_pan_exponent "2"
  27. snd_headphone_pan_radial_weight "2"
  28. snd_legacy_surround "0"
  29. dsp_enhance_stereo "0"
  30. snd_mute_losefocus "0"
  31. lobby_voice_chat_enabled "0"
  32.  
  33. // =============== HUD settings ===============
  34.  
  35. hud_scaling "0.95"
  36. safezonex "1"
  37. safezoney "1"
  38. cl_hud_background_alpha "0.95"
  39. cl_hud_color "5"
  40. cl_hud_playercount_showcount "1"
  41. cl_hud_playercount_pos "0"
  42. cl_show_clan_in_death_notice "0"
  43. cl_hud_bomb_under_radar "0"
  44. cl_hud_healthammo_style "0"
  45. cl_showloadout "1"
  46. cl_loadout_colorweaponnames "1"
  47. hud_showtargetid "0"
  48.  
  49. cl_hud_radar_scale 0.95
  50. cl_radar_scale 0.25
  51. cl_radar_icon_scale_min 0.8
  52. cl_radar_always_centered 0
  53. cl_radar_rotate 1
  54.  
  55. developer "1"
  56. con_filter_enable "1"
  57. con_filter_text "damage"
  58. con_filter_text_out "Player:"
  59. gameinstructor_enable "0"
  60.  
  61. cl_showfps "0"
  62. net_graph "0"
  63. net_graphproportionalfont "0"
  64. net_graphheight "100"
  65. net_graphpos "0"
  66.  
  67. // ============= Viewmodel settings =============
  68.  
  69. cl_bob_lower_amt "5"
  70. cl_bobamt_lat "0.1"
  71. cl_bobamt_vert "0.1"
  72. cl_viewmodel_shift_left_amt "0.5"
  73. cl_viewmodel_shift_right_amt "0.25"
  74. viewmodel_fov "68"
  75. viewmodel_offset_x "1"
  76. viewmodel_offset_y "1"
  77. viewmodel_offset_z "1"
  78.  
  79. // =============== Mouse settings ===============
  80.  
  81. // DPI = 800
  82. sensitivity "2.5"
  83. zoom_sensitivity_ratio_mouse "1"
  84. m_rawinput "1"
  85. m_customaccel "0"
  86.  
  87. // ============ Crosshair settings ============
  88.  
  89. cl_crosshairstyle "0"
  90. cl_crosshaircolor "0"
  91. cl_crosshairalpha "200"
  92. cl_crosshairsize "5"
  93. cl_crosshairthickness "5"
  94. cl_crosshairgap "5"
  95. cl_crosshairdot "0"
  96. cl_crosshair_drawoutline "0"
  97. cl_crosshair_outlinethickness "0"
  98.  
  99. // ============== MISC settings ==============
  100.  
  101. cl_autohelp "0"
  102. cl_autowepswitch "0"
  103. cl_righthand "1"
  104. cl_disablefreezecam "0"
  105. cl_freezecameffects_showholiday "0"
  106. cl_disablehtmlmotd "0"
  107. cl_forcepreload "1"
  108. cl_downloadfilter "all"
  109. cl_teammate_colors_show "1"
  110. cl_color "3"
  111. cl_use_opens_buy_menu "0"
  112. closeonbuy "0"
  113. option_duck_method "0"
  114. option_speed_method "0"
  115.  
  116. host_writeconfig
  117. echo "AUTOEXEC.CFG LOADED SUCCESSFULLY!!!"
  118. echo ""
  119. echo "This file was generated at www.csgoautoexec.com"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement