Skip to content

Instantly share code, notes, and snippets.

@CorySanin
Forked from claabs/autoexec.cfg
Last active March 12, 2022 05:58
Show Gist options
  • Save CorySanin/1fffbeafce7520b91fd7fc53dc4a30ac to your computer and use it in GitHub Desktop.
Save CorySanin/1fffbeafce7520b91fd7fc53dc4a30ac to your computer and use it in GitHub Desktop.
WORM's CS:GO Autoexec
// launch options:
// %command% -novid -nojoy; mv /home/cory/.local/share/Steam/steamapps/common/Counter-Strike\ Global\ Offensive/csgo/replays/* /home/cory/Documents/demos/
// rates
rate "786432" // max rate, lower if having network issues
cl_cmdrate "128"
cl_updaterate "128"
cl_interp "0.0"
cl_interp_ratio "1"
cl_interpolate "1"
cl_lagcompensation "1"
net_client_steamdatagram_enable_override "0" // SDR beta
// mouse
sensitivity "0.8"
zoom_sensitivity_ratio_mouse "1.0"
m_rawinput "1"
m_pitch "0.022"
m_customaccel "0"
m_mouseaccel1 "0"
m_mouseaccel2 "0"
m_mousespeed "0"
// video
mat_monitorgamma "1.8"
mat_queue_mode "-1"
mat_queue_priority "1"
fps_max "999"
// fps_max_menu "145"
r_dynamic "0"
engine_no_focus_sleep "0" // default 50
cl_forcepreload "0"
// audio
volume "0.7"
voice_enable "1"
voice_scale "0.7" // receive volume
voice_mixer_volume "1" // windows mic volume (Valve sucks)
windows_speaker_config "1" // headphone audio output
voice_positional "1"
// setting in-game music to 0 for Music Kitten
// MusicKitten.net
// snd_menumusic_volume "0"
// snd_roundstart_volume "0"
// snd_roundend_volume "0"
// snd_mapobjective_volume "0"
// snd_deathcamera_volume "0"
// snd_tensecondwarning_volume "0"
// snd_mvp_volume "0"
snd_mute_losefocus "0"
// removes the shifting of the arm when crouching down.
cl_viewmodel_shift_left_amt "0"
cl_viewmodel_shift_right_amt "0"
// fix bad default game settings
cl_dm_buyrandomweapons "0"
cl_teammate_colors_show "1"
cl_autowepswitch "0" // auto weapon switch on pickup
cl_disablefreezecam "1"
spec_replay_autostart "0"
cl_showloadout "1"
cl_use_opens_buy_menu "1" // `e` opening buy menu (just a personal preference)
cl_filtertext_enabled 0 // they censor "butt". seriously.
// see teammates through walls
cl_teamid_overhead_always 1
cl_teamid_overhead_maxdist 9999
// teammate comms colors
cl_teammate_colors_show 2
cl_hud_playercount_showcount 0
mm_dedicated_search_maxping "80" // max ping for matchmaking games
cl_autohelp "0"
cl_showhelp "0"
con_enable "1"
// binds
unbindall
bind "a" "+moveleft; r_cleardecals"
bind "b" "buymenu"
bind "c" "+voicerecord"
bind "d" "+moveright; r_cleardecals"
bind "e" "+use"
bind "f" "+lookatweapon"
bind "g" "drop"
bind "h" ""
bind "i" ""
bind "j" "+jumpThrow"
bind "k" "kill"
bind "l" ""
bind "m" "teammenu"
bind "n" ""
bind "o" ""
bind "p" ""
bind "q" "+quickinv"
bind "r" "+reload"
bind "s" "+back; r_cleardecals"
bind "t" "toggle gameinstructor_enable"
bind "u" "messagemode2"
bind "v" ""
bind "w" "+forward; r_cleardecals"
bind "x" "toggle spec_show_xray"
bind "y" "messagemode"
bind "z" "radio"
bind "1" "slot1"
bind "2" "slot12"
bind "3" "slot3"
bind "4" "slot4"
bind "5" "slot5"
bind "F3" "autobuy"
bind "F4" ""
bind "F5" ""
bind "F6" ""
bind "F7" ""
bind "F7" "buy flashbang"
bind "f9" "buy molotov; buy smokegrenade; buy flashbang; buy flashbang;"
bind "f10" "buy smokegrenade; buy hegrenade; buy molotov;"
bind "backspace" "buy vesthelm;"
bind "`" "toggleconsole"
bind "SPACE" "+jump; r_cleardecals"
bind "CAPSLOCK" "player_ping"
bind "ESCAPE" "cancelselect"
bind "SHIFT" "+speed; r_cleardecals"
bind "CTRL" "+duck; r_cleardecals"
bind "[" "say no time"
bind "]" "say Move! I have kit!"
bind "\" "say Sorry!"
bind "del" "say guzmer.org/wiki/guzzler"
bind "-" "buy p250; buy smokegrenade;"
bind "=" "buy vest;"
bind "uparrow" "+spray_menu"
bind "MOUSE1" "+attack"
bind "MOUSE2" "+attack2; r_cleardecals"
bind "MOUSE3" "slot3; r_cleardecals"
bind "MOUSE4" "slot2; r_cleardecals"
bind "MOUSE5" "slot1; r_cleardecals"
bind "MWHEELUP" "slot5; r_cleardecals"
bind "mwheeldown" "slot4"
// find bomb in smokes
bind "t" "toggle gameinstructor_enable"
// scoreboard netgraph
alias +shownet "+showscores; net_graphheight 64"
alias -shownet "-showscores; net_graphheight 9999"
net_graph 1
bind TAB +shownet
// crosshair
cl_crosshairalpha "200"
cl_crosshaircolor "5"
cl_crosshaircolor_b "183"
cl_crosshaircolor_r "120"
cl_crosshaircolor_g "130"
cl_crosshairdot "1"
cl_crosshairgap "5"
cl_crosshairsize "7"
cl_crosshairstyle "4"
cl_crosshairusealpha "1"
cl_crosshairthickness "0.5"
cl_fixedcrosshairgap "5"
cl_crosshair_outlinethickness "1"
cl_crosshair_drawoutline "1"
sv_holiday_mode 0
alias "+jumpThrow" "+jump; -attack; -attack2"
alias "-jumpThrow" "-jump"
echo "Valve Sucks."
host_writeconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment