Skip to content

Instantly share code, notes, and snippets.

@rocky1138
Last active January 1, 2016 16:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rocky1138/8172926 to your computer and use it in GitHub Desktop.
Save rocky1138/8172926 to your computer and use it in GitHub Desktop.
CSGO autoexec.cfg
// remove gun bobbing
cl_bob_lower_amt "5" //min value
cl_bobamt_lat "0.1" //min value
cl_bobamt_vert "0.1" //min value
cl_bobcycle "2" //max value = less cycles
// misc
hud_scaling "0.70"
sensitivity "1.25"
net_graph "1"
net_graphproportionalfont "0"
fps_max "120"
fps_max_menu "120"
mm_dedicated_search_maxping "80" // max ping for matchmaking games
cl_disablefreezecam "1"
cl_disablehtmlmotd "1"
lobby_voice_chat_enabled "0"
// network rates
rate "128000"
cl_cmdrate "128"
cl_updaterate "128"
cl_interp "0.0"
cl_interp_ratio "1"
cl_lagcompensation "1"
// console
con_filter_enable "2"
con_filter_text "" - " // highlight damage in console
// crosshair
// http://www.krisskarbo.com/csgocrosshair/
cl_crosshairalpha "230"
cl_crosshaircolor "4"
cl_crosshaircolor_b "50"
cl_crosshaircolor_r "50"
cl_crosshaircolor_g "250"
cl_crosshairdot "1"
cl_crosshairgap "1"
cl_crosshairsize "5"
cl_crosshairstyle "2"
cl_crosshairusealpha "1"
cl_crosshairthickness "1"
cl_fixedcrosshairgap "1"
cl_crosshair_outline "0"
cl_crosshair_outline_draw "0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment