Skip to content

Instantly share code, notes, and snippets.

@rawsh
Created March 15, 2019 04:08
Show Gist options
  • Save rawsh/b5659cd5632e748fffc48d699358662f to your computer and use it in GitHub Desktop.
Save rawsh/b5659cd5632e748fffc48d699358662f to your computer and use it in GitHub Desktop.
net_graph "1"
net_graphproportionalfont "0.5"
rate "786432"
hud_scaling "1"
cl_cmdrate "128"
cl_updaterate "128"
snd_menumusic_volume "0" // (disables menu music)
snd_mix_async "1" // (allows for shorter lookahead buffer (snd_mixahead), improves performance)
snd_mixahead "0.025" // (low audio latency, makes CS audio feel more insync with screen)
snd_stream "1" // (new command. Streams audio from harddrive rather than your RAM cache, will be set as default for all users in the future. Can cause temporary stutters when used for the first time. Reported to fix some FPS drop issues)
// HRTF SETTINGS
windows_speaker_config "1"
snd_front_headphone_position "90.0"
snd_rear_headphone_position "90.0"
snd_headphone_pan_exponent "1.0"
snd_headphone_pan_radial_weight "1.0"
snd_use_hrtf "1"
cl_interp "0" // (interpolation, should always be set to "0")
cl_interp_ratio "1" // (interpolation ratio, "1" = low ping, "2" = higher ping)
cl_autohelp "0" // (disables ingame tips, can improve FPS)
cl_disablehtmlmotd "0" // (for use with -no-browser in launch options)
cl_downloadfilter "nosounds" // (stops servers from downloading annoying custom sounds)
cl_showhelp "0" // (disables ingame tips, similar to cl_autohelp)
cl_forcepreload "1" // (preloads map assets automatically when you enter a map instead of loading it into memory when the map demands it, improves FPS)
m_rawinput "1" // (enables raw hardware input for mouse, disables all software filtering, acceleration, post-processing etc)
joystick "0" // (disables joystick support, mandatory for playing on faceit servers)
fps_max "0"
viewmodel_fov "68"
viewmodel_offset_x "2.5"
viewmodel_offset_y "1"
viewmodel_offset_z "-1.5"
viewmodel_presetpos "3"
viewmodel_recoil "0"
cl_righthand "0"
mat_queue_mode "2"
mat_queue_priority "1"
cl_forcepreload "1"
r_dynamic "0"
cl_autohelp "0"
cl_disablefreezecam "1"
cl_disablehtmlmotd "1"
cl_forcepreload "1"
cl_freezecameffects_showholiday "0"
cl_showhelp "0"
gameinstructor_enable "0"
mat_queue_mode "-1"
r_drawtracers_firstperson "0"
cl_viewmodel_shift_left_amt "0.5"
cl_viewmodel_shift_right_amt "0.25"
cl_bobcycle "0.98"
cl_bob_lower_amt "5"
cl_bobamt_lat "0.1"
cl_bobamt_vert "0.1"
host_writeconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment