Skip to content

Instantly share code, notes, and snippets.

@bjorngylling
Created May 11, 2020 12:58
Show Gist options
  • Save bjorngylling/10708af8cd3b0382a7824900171c3005 to your computer and use it in GitHub Desktop.
Save bjorngylling/10708af8cd3b0382a7824900171c3005 to your computer and use it in GitHub Desktop.
My CS config
fps_max 200
fps_max_menu 200
cl_hud_playercount_showcount 1
unbind "i"
cl_showloadout 1
gameinstructor_enable "0"
cl_autohelp "0"
cl_showhelp "0"
cl_autowepswitch 0
dsp_enhance_stereo "0"
snd_mixahead "0.05"
snd_pitchquality "1"
snd_deathcamera_volume "0"
snd_mapobjective_volume "0"
snd_menumusic_volume "0"
snd_mute_losefocus "0"
snd_roundend_volume "0"
snd_roundstart_volume "0.0"
snd_tensecondwarning_volume "0"
snd_front_headphone_position "53.2"
snd_rear_headphone_position "90.0"
snd_headphone_pan_exponent "1"
snd_headphone_pan_radial_weight "0.3"
bind "MOUSE3" "toggle voice_enable 1 0" // this lets you turn voice on and off on numpad minus
cl_disablefreezecam 1
cl_disablehtmlmotd 1
mm_dedicated_search_maxping "90"
con_enable "1"
bind "f" "use weapon_flashbang"
bind "c" "use weapon_smokegrenade"
bind "v" "use weapon_molotov;use weapon_incgrenade"
alias "+jumpthrow" "+jump;-attack"
alias "-jumpthrow" "-jump"
bind "j" "+jumpthrow"
bind "k" "show"
alias show show1
alias show1 "+cl_show_team_equipment; alias show show2"
alias show2 "-cl_show_team_equipment; alias show show1"
developer "1"
con_filter_text "Damage given"
con_filter_text_out "Player:"
con_filter_enable 2
net_graph 1
bind "TAB" "+ng"
alias "+ng" "+showscores; net_graphheight 0"
alias "-ng" "-showscores; net_graphheight 19999"
bind "MOUSE4" "+grenade_crosshair"
alias "+grenade_crosshair" "cl_crosshairsize 1000"
alias "-grenade_crosshair" "cl_crosshairsize 2.5"
bind f1 "say ;noclip;say .noclip;sv_cheats 1;sv_showimpacts 1;sv_infinite_ammo 1;sv_grenade_trajectory 1;sv_grenade_trajectory_thickness 0.5;mp_freezetime 0;mp_buy_anywhere 1;mp_buytime 9999;mp_roundtime_defuse 60;mp_roundtime 60;bot_kick;mp_warmup_end;"
host_writeconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment