Skip to content

Instantly share code, notes, and snippets.

@qolop
Last active October 14, 2016 17:31
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 qolop/a4bc41deb967b1afaa795e769c0b6dd1 to your computer and use it in GitHub Desktop.
Save qolop/a4bc41deb967b1afaa795e769c0b6dd1 to your computer and use it in GitHub Desktop.
My Counter Strike: Global Offensive config. I currently play on a lower end computer.
// Higher FPS (really works)
cl_forcepreload "1"
cl_disablehtmlmotd "1"
r_drawtracers_firstperson "0"
mat_queue_mode "2"
r_eyegloss "0"
r_eyemove "0"
r_eyeshift_x "0"
r_eyeshift_y "0"
r_eyeshift_z "0"
r_eyesize "0"
// Rates
sv_cheats "1"
rate "128000"
cl_cmdrate "128"
cl_updaterate "128"
cl_interp "0"
cl_interp_ratio "1"
fps_max_menu "64"
fps_max "128"
// fix players suddenly appearing out of nowhere
net_splitrate "4"
net_droponsendoverflow "1"
// ALTERNATIVE RECOMMENDED HEADPHONES SETTINGS
windows_speaker_config "1"
snd_front_headphone_position "90.0"
snd_rear_headphone_position "90.0"
snd_headphone_pan_exponent "1.2"
snd_headphone_pan_radial_weight "1.0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment