Advertisement
Vespher

Vespher's CS:GO Config

Sep 13th, 2019
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.58 KB | None | 0 0
  1. //Vespher's CS:GO autoexec
  2. //Last updated 2019-09-13
  3.  
  4. //Rates
  5. rate "128000"
  6. cl_cmdrate "128"
  7. cl_updaterate "128"
  8. cl_interp "0"
  9. cl_interp_ratio "1"
  10. cl_lagcompensation "1"
  11.  
  12.  
  13. //Audio
  14. volume "0.15"
  15. voice_enable "1"
  16. voice_scale "1"
  17. windows_speaker_config "1"
  18. snd_musicvolume "0"
  19. snd_mixahead "0.05"
  20. snd_headphone_pan_exponent "2"
  21. snd_headphone_pan_radial_weight "2"
  22. snd_legacy_surround "0"
  23. snd_mute_losefocus "0"
  24. lobby_voice_chat_enabled "0"
  25.  
  26.  
  27. //Video
  28. mat_monitorgamma "2.1"
  29. mat_queue_mode "-1"
  30. mat_vsync "0"
  31. fps_max "0"
  32. fps_max_menu "0"
  33. r_dynamic "0"
  34. r_drawtracers_firstperson "0"
  35. r_drawparticles "0"
  36. mat_savechanges //write settings to registry"
  37.  
  38.  
  39. //Mouse
  40. sensitivity "1"
  41. zoom_sensitivity_ratio_mouse "1"
  42. m_rawinput "1"
  43. m_customaccel "0"
  44. m_mouseaccel1 "0"
  45. m_mouseaccel2 "0"
  46.  
  47.  
  48. //Misc
  49. developer "1"
  50. con_enable "1"
  51. con_filter_enable "2"
  52. con_filter_text "Damage"
  53. con_filter_text_out "Player:"
  54. ui_steam_overlay_notification_position "bottomright"
  55. player_nevershow_communityservermessage "1"
  56. mm_dedicated_search_maxping "100"
  57. mm_dedicated_force_servers ""
  58. gameinstructor_enable "0"
  59. option_duck_method "0"
  60. option_speed_method "0"
  61. cl_forcepreload "1"
  62. cl_downloadfilter "nosounds"
  63. cl_disablehtmlmotd "1"
  64. cl_autohelp "0"
  65. cl_showhelp "0"
  66. cl_disablefreezecam "1"
  67. cl_teammate_colors_show "1"
  68. cl_autowepswitch "0"
  69. cl_use_opens_buy_menu "1"
  70. closeonbuy "0"
  71. hud_takesshots "0"
  72.  
  73.  
  74. //HUD
  75. hud_scaling "0.8"
  76. hud_showtargetid "1"
  77. cl_draw_only_deathnotices "0"
  78. cl_righthand "1"
  79. cl_showloadout "1"
  80. cl_showpos "0"
  81. cl_showfps "0"
  82. net_graph "0"
  83. net_graphproportionalfont "0"
  84. viewmodel_presetpos "0"
  85. viewmodel_fov "68"
  86. viewmodel_offset_x "2.5"
  87. viewmodel_offset_y "2"
  88. viewmodel_offset_z "-2"
  89. cl_viewmodel_shift_left_amt "0.5"
  90. cl_viewmodel_shift_right_amt "0.25"
  91. cl_bobcycle "0.98"
  92. cl_bob_lower_amt "5"
  93. cl_bobamt_lat "0.1"
  94. cl_bobamt_vert "0.1"
  95.  
  96.  
  97. //Keybinds
  98.  
  99. unbindall
  100.  
  101. //Jump-throw
  102. alias "+jumpthrow" "+jump;-attack;-attack2"
  103. alias "-jumpthrow" "-jump"
  104. bind "mwheelup" "+jumpthrow"
  105.  
  106. //Movement
  107. bind "w" "+forward"
  108. bind "a" "+moveleft"
  109. bind "s" "+back"
  110. bind "d" "+moveright"
  111. bind "SPACE" "+jump"
  112. bind "mwheeldown" "+jump"
  113. bind "CTRL" "+duck"
  114. bind "SHIFT" "+speed"
  115.  
  116. //Weapons
  117. bind "MOUSE1" "+attack"
  118. bind "MOUSE2" "+attack2"
  119. bind "1" "slot1"
  120. bind "2" "slot2"
  121. bind "3" "slot3"
  122. bind "4" "slot4"
  123. bind "5" "slot5"
  124. bind "q" "lastinv"
  125. bind "f" "use weapon_flashbang"
  126. bind “z” “use weapon_smokegrenade”
  127. bind “x” “use weapon_molotov; use weapon_incgrenade”
  128. bind "r" "+reload"
  129. bind "g" "drop"
  130. bind "t" "use weapon_knife; use weapon_c4; drop; slot1"
  131.  
  132. //Other
  133. bind "ESCAPE" "cancelselect"
  134. bind "`" "toggleconsole"
  135. bind "e" "+use"
  136. bind "v" "+voicerecord"
  137. bind "y" "messagemode"
  138. bind "u" "messagemode2"
  139. bind "m" "teammenu"
  140. bind "c" "r_cleardecals"
  141. bind “b” “buymenu”
  142. bind "n" "noclip"
  143.  
  144. //Prac
  145. alias prac exec "practicecfg"
  146.  
  147. //Show netgraph when checking scoreboard
  148. net_graph "1"
  149. net_graphheight "9999"
  150. alias "+scorenet" "+showscores; net_graphheight 0"
  151. alias "-scorenet" "-showscores; net_graphheight 9999"
  152. bind "TAB" "+scorenet"
  153.  
  154. //Radar
  155. cl_radar_always_centered "0"
  156. cl_radar_rotate "1"
  157. cl_radar_scale "0.38"
  158. cl_radar_icon_scale_min "0.4"
  159.  
  160.  
  161. //Crosshair
  162. cl_crosshair_drawoutline "0"
  163. cl_crosshair_outlinethickness "1"
  164. cl_crosshaircolor "1"
  165. cl_crosshairdot "0"
  166. cl_crosshairgap "-3"
  167. cl_crosshairgap_useweaponvalue "0"
  168. cl_crosshairsize "3"
  169. cl_crosshairstyle "4"
  170. cl_crosshairthickness "1"
  171. cl_crosshairusealpha "1"
  172.  
  173. host_writeconfig
  174. echo "-------------------"
  175. echo "autoexec.cfg loaded"
  176. echo "-------------------"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement