Skip to content

Instantly share code, notes, and snippets.

@iancharters
Created October 12, 2016 05:08
Show Gist options
  • Save iancharters/92ba19f1008bf350f3ba63754f7ff2a5 to your computer and use it in GitHub Desktop.
Save iancharters/92ba19f1008bf350f3ba63754f7ff2a5 to your computer and use it in GitHub Desktop.
//EL HAMBURGLARINO AUTOEXEC CFG
//RATES
cl_forcepreload "1"
cl_interp "0"
cl_interp_ratio "1"
cl_cmdrate "128"
cl_updaterate "128"
rate "128000"
fps_max 0
//MOUSE
sensitivity 2.2
m_rawinput "1"
m_mouseaccel1 "0"
m_mouseaccel2 "0"
//CROSSHAIR
cl_crosshairalpha "210"
cl_crosshaircolor "5"
cl_crosshaircolor_b "50"
cl_crosshaircolor_r "50"
cl_crosshaircolor_g "250"
cl_crosshairdot "0"
cl_crosshairgap "-3"
cl_crosshairsize "3"
cl_crosshairstyle "4"
cl_crosshairusealpha "1"
cl_crosshairthickness "1.5"
cl_fixedcrosshairgap "-3"
cl_crosshair_outlinethickness "0"
cl_crosshair_drawoutline "0"
//SOUND
windows_speaker_config "1"
snd_mixahead "0.05"
snd_musicvolume "0.05"
snd_headphone_pan_exponent "2"
snd_headphone_pan_radial_weight "1"
snd_front_headphone_position "45"
snd_rear_headphone_position "135"
bind "h" "toggle voice_enable 1 0"
//VIEWBOB
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"
//HUD
hud_scaling ".9"
hud_showtargetid "1"
cl_radar_scale 0.3
cl_hud_radar_scale 1.09
cl_hud_color 3
//MISC
r_drawtracers_firstperson "0"
gameinstructor_enable "0"
cl_autohelp "0"
cl_showhelp "0"
cl_autowepswitch "0"
mm_dedicated_search_maxping "60"
//BINDS
bind "t" "+lookatweapon"
bind "MWHEELUP" "+jump"
bind "MWHEELDOWN" "+jump"
bind "TAB" "+ng";
bind "MOUSE6" "use weapon_flashbang"
bind "MOUSE4" +jumpthrow
bind "h" "clutchtoggle"
bind "t" "+lookatweapon"
bind "f" "+voicerecord"
bind KP_PLUS "vol1"
bind KP_HOME "gameinstructor_enable 0"
//DEMO SHIT
bind KP_MULTIPLY "demoui"
bind kp_end "demo_timescale 1;sv_showimpacts_time 1"
bind kp_downarrow "demo_timescale 3"
bind kp_pgdn "demo_timescale 5"
//ALIASES
alias "+ng" "+showscores; net_graph 1"
alias "-ng" "-showscores; net_graph 0"
alias +jumpthrow "+jump;-attack"
alias -jumpthrow "-jump"
alias "clutchtoggle" "clutchon"
alias "clutchon" "voice_enable 0; ignoremsg; ignoremsg; alias clutchtoggle clutchoff"
alias "clutchoff" "voice_enable 1; ignoremsg; alias clutchtoggle clutchon"
alias "vol1" "volume 0.0; echo "Volume 0%"; bind KP_PLUS vol2"
alias "vol2" "volume 0.05; echo "Volume 5%"; bind KP_PLUS vol3"
alias "vol3" "volume 0.2; echo "Volume 20%"; bind KP_PLUS vol4"
alias "vol4" "volume 0.8; echo "Volume 80%"; bind KP_PLUS vol5"
alias "vol5" "volume 1; echo "Volume 100%"; bind KP_PLUS vol1"
//FINISH
echo "Hamburglar's Autoexec LOADED."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment