Created
September 24, 2015 13:12
-
-
Save holsee/ec0cbd8183d44b3bad85 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Rates | |
rate "128000" | |
cl_cmdrate "128" | |
cl_updaterate "128" | |
cl_interp "0.0" | |
cl_interp_ratio "1" | |
cl_lagcompensation "1" | |
//MOTD | |
cl_disablehtmlmotd "1" | |
cl_downloadfilter "nosounds" | |
//Bypass OS Interface & Acceleration - yes | |
m_rawinput “1” //Raw Input on | |
m_customaccel “0” //Mouse Acceleration off | |
m_customaccel_exponent “0” //Acceleration Amount | |
m_mousespeed “0” //Windows mouse acceleration off | |
m_mouseaccel1 “0” //Windows mouse acceleration initial threshold (2x movement) | |
m_mouseaccel2 “0” //Windows mouse acceleration secondary threshold (4x movement) | |
//Bobbing and Movement Shifting - remove all the dumb view bob | |
cl_viewmodel_shift_left_amt "0" | |
cl_viewmodel_shift_right_amt "0" | |
cl_bob_lower_amt "0" | |
cl_bobamt_lat "0" | |
cl_bobamt_vert "0" | |
cl_showloadout "1" | |
cl_bobcycle "1" | |
//Sound - less delayed, better sound | |
windows_speaker_config "1" | |
snd_mixahead "0.05" | |
snd_musicvolume "0" | |
snd_headphone_pan_exponent "2" | |
snd_headphone_pan_radial_weight "1" | |
snd_rear_headphone_position "90" | |
bind "v" "toggle voice_enable 1 0" // this lets you turn voice on and off on numpad minus | |
// Crosshair | |
cl_crosshairsize "3.5"; | |
cl_crosshairthickness "0.5"; | |
cl_crosshairusealpha "1"; | |
cl_crosshairalpha "142"; | |
cl_crosshairgap "-2"; | |
cl_crosshair_drawoutline "0"; | |
cl_crosshair_outlinethickness "0"; | |
cl_crosshairdot "0"; | |
cl_crosshairstyle "4"; | |
cl_crosshaircolor "5"; | |
cl_crosshaircolor_r "235"; | |
cl_crosshaircolor_g "66"; | |
cl_crosshaircolor_b "255"; | |
echo "Autoexec Config loaded" // make sure this autoexec does its fine | |
host_writeconfig |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment