Skip to content

Instantly share code, notes, and snippets.

@angristan
Last active March 18, 2017 14:25
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 angristan/95c07618803dec6c61f3cfac10735e25 to your computer and use it in GitHub Desktop.
Save angristan/95c07618803dec6c61f3cfac10735e25 to your computer and use it in GitHub Desktop.
Personnal CS:GO conf
// Crosshair
cl_crosshair_drawoutline "1"
cl_crosshair_dynamic_maxdist_splitratio "0.35"
cl_crosshair_dynamic_splitalpha_innermod "1"
cl_crosshair_dynamic_splitalpha_outermod "0.5"
cl_crosshair_dynamic_splitdist "7"
cl_crosshair_outlinethickness "0.1"
cl_crosshairalpha "1000"
cl_crosshaircolor "1"
cl_crosshaircolor_b "255"
cl_crosshaircolor_g "255"
cl_crosshaircolor_r "255"
cl_crosshairdot "0"
cl_crosshairgap "0"
cl_crosshairgap_useweaponvalue "0"
cl_crosshairscale "1"
cl_crosshairsize "3"
cl_crosshairstyle "6"
cl_crosshairthickness "1"
cl_crosshairusealpha "1"
// Performance
fps_max 0
rate 128000
cl_updaterate 128
cl_cmdrate 128
mm_dedicated_search_maxping 50
net_graph 1
net_graphproportionalfont 1
r_drawrain 0
// Toggle FPS for loading maps faster
alias fpschange "fpschange_high"
alias fpschange_high "fps_max 0; playvol buttons\blip1 0.5; alias fpschange "fpschange_low"
alias fpschange_low "fps_max 61; playvol buttons\blip2 0.5; alias fpschange "fpschange_high"
bind "F6" "fpschange"
// Radar
cl_radar_scale 0.5
cl_radar_always_centered 1
// Voice chat
bind "F9" "voice_enable 0"
bind "F10" "voice_enable 1"
// Autobuy
//bind "F7" "buy flashbang;buy hegrenade;buy flashbang;buy smokegrenade"
// Auto switch AWP
alias +knife slot3
alias -knife lastinv
bind c +knife
// Teammates
cl_teamid_overhead_always 1
+cl_show_team_equipment
// Others
mat_monitorgamma 1.6
cl_hud_playercount_showcount 1
cl_use_opens_buy_menu 0
snd_headphone_pan_exponent 2
cl_disablefreezecam 1
sv_cheats 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment