Skip to content

Instantly share code, notes, and snippets.

@boboben1
Last active May 13, 2019 04:05
Show Gist options
  • Save boboben1/a6f3b68097c3eb1de63ba4176b6017be to your computer and use it in GitHub Desktop.
Save boboben1/a6f3b68097c3eb1de63ba4176b6017be to your computer and use it in GitHub Desktop.
CSGO Settings
host_writeconfig
sv_cheats 1
voice_scale 0.5
snd_setmixer PlayerFootsteps vol 0.1
snd_setmixer GlobalFootsteps vol 1.2
snd_setmixer Ambient vol 0.0
snd_setmixer Dialog vol 0.1
snd_headphone_pan_exponent "1"
snd_headphone_pan_radial_weight "1"
snd_rear_headphone_position "90"
snd_front_headphone_position "90"
snd_rear_speaker_scale "0.8"
snd_mixahead "0.05"
windows_speaker_config "1"
rate "786432"
cl_cmdrate "128"
cl_updaterate "128"
cl_interpolate "1"
cl_interp_ratio "1"
cl_lagcompensation "1"
cl_predict "1"
cl_predictweapons "1"
cl_interp "0"
cl_crosshairalpha "200"
cl_crosshaircolor "5"
cl_crosshaircolor_b "255"
cl_crosshaircolor_g "0"
cl_crosshaircolor_r "255"
cl_crosshairdot "0"
cl_crosshairgap "-4"
cl_crosshairsize "5"
cl_crosshairstyle "4"
cl_crosshairthickness "0.5"
cl_crosshairusealpha "1"
cl_crosshair_drawoutline "0"
cl_crosshair_outlinethickness "1"
m_rawinput "0"
m_mouseaccel1 "0"
m_mouseaccel2 "0"
m_mousespeed "0"
m_customaccel_exponent "0";
m_customaccel_scale "0";
sensitivity "1.125"
//zoom_sensitivity_ratio_mouse "0.818933027098955175"
zoom_sensitivity_ratio_mouse "0.823117" //Match at 10% ~8% for AUG/SG and ~32% for Zoom 2 AWP
fps_max 140
alias "+jumpthrow" "+jump;-attack"
bind "t" "+jumpthrow"
alias "-jumpthrow" "-jump"
bind "h" "+spray_menu"
bind "j" "noclip"
bind "q" "use weapon_knife; slot1"
bind "e" "use weapon_knife; slot1"
bind "f" "+use"
bind v "slot5"
bind 4 "use weapon_molotov; use weapon_incgrenade"
bind 5 "use weapon_smokegrenade"
bind 6 "use weapon_flashbang"
bind 7 "use weapon_hegrenade"
bind 8 "slot4"
bind capslock "+voicerecord"
cl_autowepswitch "0"
cl_viewmodel_shift_left_amt "0.500000"
cl_viewmodel_shift_right_amt "0.250000"
viewmodel_fov "54"
viewmodel_offset_x "2.5"
viewmodel_offset_y "-2"
viewmodel_offset_z "-2"
viewmodel_presetpos "0"
viewmodel_recoil "1.0"
cl_bob_lower_amt "0.000000"
cl_bobamt_lat "0.100000"
cl_bobamt_vert "0.100000"
cl_bobcycle "0.98"
//cl_viewmodel_shift_left_amt "0.500000"
//cl_viewmodel_shift_right_amt "0.250000"
//viewmodel_fov "68"
//viewmodel_offset_x "2"
//viewmodel_offset_y "2.0"
//viewmodel_offset_z "-2.000000"
//cl_bob_lower_amt "0.000000"
//cl_bobamt_lat "0.50000"
//cl_bobamt_vert "0.50000"
cl_teamid_overhead_always 2
exec movement
net_client_steamdatagram_enable_override 0
sdr Nagle_Time 0
sdr ClientForceRelayCluster ""
sdr ClientMinPingsBeforePingAccurate 10
host_writeconfig
+exec autoexec -high -sw -noborder -nod3d9ex -disable_d3d9ex -freq 144
bind W "+mfwd"
bind S "+mback"
bind A "+mleft"
bind D "+mright"
alias checkfwd ""
alias checkback ""
alias checkleft ""
alias checkright ""
alias +mfwd "-back; +forward; alias checkfwd +forward"
alias +mback "-forward; +back; alias checkback +back"
alias +mleft "-moveright; +moveleft; alias checkleft +moveleft"
alias +mright "-moveleft; +moveright; alias checkright +moveright"
alias -mfwd "-forward; checkback; alias checkfwd"
alias -mback "-back; checkfwd; alias checkback"
alias -mleft "-moveleft; checkright; alias checkleft"
alias -mright "-moveright; checkleft; alias checkright"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment