Skip to content

Instantly share code, notes, and snippets.

@spencerdodd
Created March 3, 2018 21:23
Show Gist options
  • Save spencerdodd/c4810f7d7f8047b4a0cbece040e2f81f to your computer and use it in GitHub Desktop.
Save spencerdodd/c4810f7d7f8047b4a0cbece040e2f81f to your computer and use it in GitHub Desktop.
csgo config
/////// RATES
rate "307200"
cl_cmdrate "128"
cl_updaterate "128"
cl_interp "0.0"
cl_interp_ratio "1"
cl_interpolate "1"
cl_lagcompensation "1"
/////// MOUSE
sensitivity "1"
zoom_sensitivity_ratio_mouse "1.0"
m_rawinput "1"
m_pitch "0.022"
m_customaccel "0"
m_mouseaccel1 "0"
m_mouseaccel2 "0"
m_mousespeed "0"
/////// SCREEN
fps_max "999"
fps_max_menu "145"
/////// AUDIO
volume "0.5"
voice_enable "1"
voice_scale "1"
voice_mixer_volume "0.7"
windows_speaker_config "1"
snd_use_hrtf "1"
snd_mix_async "1"
/////// BINDS
// grenades. HE stays on '4'
bind "v" "use weapon_molotov; use weapon_incgrenade"
bind "c" "use weapon_smokegrenade"
bind "b" "use weapon_decoy"
bind "t" "use weapon_flashbang"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment