Advertisement
Cookiesarereal

Autoexec

Apr 25th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. // ================== Rates ===================
  2.  
  3. rate "400000"
  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 "245"
  14. r_dynamic "0"
  15. r_drawtracers_firstperson "0"
  16. mat_savechanges
  17.  
  18. // ============== Audio settings ==============
  19.  
  20. bind "v" "+voicerecord"
  21. volume "0.6"
  22. voice_enable "1"
  23. voice_scale "0.25"
  24. windows_speaker_config "-1"
  25. snd_musicvolume ".5"
  26. snd_tensecondwarning_volume ".25"
  27. snd_mixahead "0.05"
  28. snd_headphone_pan_exponent "2"
  29. snd_headphone_pan_radial_weight "2"
  30. snd_legacy_surround "0"
  31. snd_hwcompat 0
  32. dsp_enhance_stereo "0"
  33. snd_mute_losefocus "1"
  34. lobby_voice_chat_enabled "0"
  35.  
  36. // =============== HUD settings ===============
  37.  
  38. hud_scaling "0.95"
  39. safezonex "0.85"
  40. safezoney "1"
  41. cl_hud_background_alpha "0.4"
  42. cl_hud_color "2"
  43. cl_hud_playercount_showcount "0"
  44. cl_hud_playercount_pos "0"
  45. cl_show_clan_in_death_notice "1"
  46. cl_hud_bomb_under_radar "1"
  47. cl_hud_healthammo_style "1"
  48. cl_showloadout "1"
  49. cl_loadout_colorweaponnames "1"
  50. hud_showtargetid "1"
  51.  
  52. cl_hud_radar_scale "0.8"
  53. cl_radar_scale "0.5"
  54. cl_radar_icon_scale_min "0.8"
  55. cl_radar_always_centered "0"
  56. cl_radar_rotate "1"
  57.  
  58. developer "0"
  59. con_filter_enable "2"
  60. con_filter_text "damage"
  61. con_filter_text_out "Player:"
  62. gameinstructor_enable "0"
  63.  
  64. cl_showfps "0"
  65. net_graph "1"
  66. net_graphheight "0"
  67. net_graphmsecs "400"
  68. net_graphproportionalfont "0"
  69. net_graphshowinterp "1"
  70. net_graphshowlatency "1"
  71. net_graphsolid "1"
  72. net_graphheight "0"
  73. net_graphtext "1"
  74. net_maxroutable "1200"
  75. net_scale "5"
  76. net_graphpos "2"
  77.  
  78. // =============== Mouse settings ===============
  79.  
  80. // DPI = 400
  81. sensitivity "2.2"
  82. zoom_sensitivity_ratio_mouse "0.818933027098955175"
  83. m_rawinput "1"
  84. m_customaccel "0"
  85. m_mousespeed "0"
  86. m_mouseaccel1 "0"
  87. m_mouseaccel2 "0"
  88.  
  89.  
  90. // ============== MISC settings ==============
  91.  
  92. cl_autohelp "0"
  93. cl_autowepswitch "0"
  94. cl_righthand "1"
  95. cl_disablefreezecam "1"
  96. cl_freezecameffects_showholiday "0"
  97. cl_disablehtmlmotd "0"
  98. cl_forcepreload "0"
  99. cl_downloadfilter "all"
  100. cl_teammate_colors_show "2"
  101. cl_color "4"
  102. cl_use_opens_buy_menu "0"
  103. closeonbuy "0"
  104. option_duck_method "0"
  105. option_speed_method "0"
  106. mm_dedicated_search_maxping "60"
  107. bind "f4" "ignoremsg"
  108. bind f "+lookatweapon; r_cleardecals"
  109. bind "leftarrow" "+left"
  110. bind "rightarrow" "+right"
  111. bind "f2" "r_cleardecals"
  112. bind "f1" "buy flashbang; buy smokegrenade; buy molotov; buy hegrenade"
  113. bind "f3" "autobuy"
  114. bind "f4" "ignoremsg"
  115. alias "dc" "disconnect"
  116. unbind "i"
  117.  
  118. alias "+scorenet" "+showscores; net_graphheight 0"
  119. alias "-scorenet" "-showscores; net_graphheight 9999"
  120. bind "TAB" "+scorenet"
  121.  
  122. host_writeconfig
  123.  
  124. clear
  125.  
  126. echo "AUTOEXEC.CFG LOADED SUCCESSFULLY!!!"
  127. echo ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement