Skip to content

Instantly share code, notes, and snippets.

@emilsoman
Last active January 20, 2017 14:47
Show Gist options
  • Save emilsoman/285bfd806159fb4c9cb5a7b359daccc5 to your computer and use it in GitHub Desktop.
Save emilsoman/285bfd806159fb4c9cb5a7b359daccc5 to your computer and use it in GitHub Desktop.
CS GO custom config
exec myconfig.cfg
// Launch options in steam
-novid +exec autoconfig.cfg -freq 144
// See the whole map
cl_hud_radar_scale "1.2" // or 1.3 which is max
cl_radar_always_centered "0"
cl_radar_icon_scale_min "0.4" // or 1.0 which is max
cl_radar_rotate "1"
cl_radar_scale "0.3"
// Disable comms
alias "clutch" "clutchon"
alias "clutchon" "voice_enable 0; clutchsoundon; gameinstructor_enable 1; cl_clearhinthistory; r_cleardecals; playvol buttons\weapon_confirm 0.5; say_team Voice Disabled, I can't hear anyone now; alias clutch clutchoff"
alias "clutchoff" "voice_enable 1; clutchsoundoff; gameinstructor_enable 0; playvol buttons\button2 0.5; say_team Voice Enabled, I can hear you now; alias clutch clutchon"
clutchoff
bind "F8" clutch
// clutch sound settings disabled for now
// alias "clutchsoundon" "volume 0.6; snd_musicvolume 0.2; snd_menumusic_volume 0; snd_deathcamera_volume 0; snd_mapobjective_volume 0; snd_roundend_volume 0; snd_roundstart_volume 0; snd_tensecondwarning_volume 1"
// alias "clutchsoundoff" "volume 0.5; snd_musicvolume 0; snd_menumusic_volume 0; snd_deathcamera_volume 0; snd_mapobjective_volume 0; snd_roundend_volume 0; snd_roundstart_volume 0; snd_tensecondwarning_volume 0"
//Scoreboard and netgraph combined
net_graph "1"
net_graphheight "9999"
bind "TAB" "+scorenet"
alias "+scorenet" "+showscores; net_graphheight 0"
alias "-scorenet" "-showscores; net_graphheight 9999"
// Jump throw
bind Enter "+attack"
alias "+jumpthrow" "+jump;-attack"
alias "-jumpthrow" "-jump"
bind mouse3 "+jumpthrow"
// Display damage
bind KP_HOME "displaydamage"
alias displaydamage "displaydamage_off"
alias displaydamage_on "con_filter_text Damage Given; con_filter_text_out Player:; con_filter_enable 2; developer 1; alias displaydamage displaydamage_off"
alias displaydamage_off "con_filter_enable 0; developer 0; clear; alias displaydamage displaydamage_on"
// Server config
sv_cheats 1
mp_limitteams 0
mp_autoteambalance 0
mp_roundtime 60
mp_roundtime_defuse 60
mp_maxmoney 60000
mp_startmoney 60000
mp_freezetime 0
mp_buytime 9999
mp_buy_anywhere 1
sv_infinite_ammo 1
ammo_grenade_limit_total 5
mp_warmup_end
//Practice
sv_grenade_trajectory 1
sv_grenade_trajectory_time 10
sv_showimpacts 1
sv_showimpacts_time 10
// binds
bind “alt” “noclip”
mp_restartgame 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment