Skip to content

Instantly share code, notes, and snippets.

@kaimallea
Last active December 30, 2015 15:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kaimallea/7848082 to your computer and use it in GitHub Desktop.
Save kaimallea/7848082 to your computer and use it in GitHub Desktop.
CS:GO Autoexec file (goes in \Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg)
//Steam startup option: -novid -console -high -freq 120
//Network Commands
rate "128000"
cl_interp "0"
cl_interp_ratio "1"
cl_cmdrate "128"
cl_updaterate "128"
fps_max "300"
cl_showfps "1"
//Enable HTML motd
cl_disablehtmlmotd "0"
//Mouse Settings
m_rawinput "1"
m_mousespeed "0"
m_mouseaccel1 "0"
m_mouseaccel2 "0"
//Netgraph
net_graphpos "2"
net_graphheight "0"
net_graphproportionalfont "0"
//Crosshair setup
cl_crosshair_drawoutline "1"
cl_crosshair_dynamic_maxdist_splitratio "0.35"
cl_crosshair_dynamic_splitalpha_innermod "1"
cl_crosshair_dynamic_splitalpha_outermod "0.5"
cl_crosshair_dynamic_splitdist "7"
cl_crosshair_outlinethickness "1.000000"
cl_crosshairalpha "800"
cl_crosshaircolor "1"
cl_crosshaircolor_b "255"
cl_crosshaircolor_g "0"
cl_crosshaircolor_r "255"
cl_crosshairdot "0"
cl_crosshairgap "-1"
cl_crosshairgap_useweaponvalue "0"
cl_crosshairscale "600"
cl_crosshairsize "3.500000"
cl_crosshairstyle "4"
cl_crosshairthickness "0.500000"
cl_crosshairusealpha "1"
cl_fixedcrosshairgap "1000"
//viewmodel_fov "68"
//viewmodel_offset_x "2.5"
//viewmodel_offset_y "1"
//viewmodel_offset_z "-1.5"
//Gameplay Settings
cl_disablefreezecam "1"
cl_autowepswitch "0"
cl_viewmodel_shift_left_amt "0"
cl_viewmodel_shift_right_amt "0"
cl_bob_lower_amt "21"
cl_bob_version "0"
cl_bobamt_lat "0.400000"
cl_bobamt_vert "0.250000"
cl_bobcycle "0.98"
cl_bobup "0.5"
viewmodel_offset_x "2"
viewmodel_offset_y "3"
viewmodel_offset_z "-1.5"
cl_righthand "0"
hud_scaling "0.90"
cl_showloadout "1"
cl_hud_playercount_showcount "1"
bind "SPACE" "+jump"
bind "r" "+reload"
bind "x" "invnextnongrenade"
bind "f" "slot7" // flash gren
bind "c" "slot6" // he gren
bind "z" "slot8" // smoke gren
bind "q" "slot3" // knife
bind "`" "toggleconsole"
bind "mwheelup" "use weapon_incgrenade;use weapon_molotov"
bind "mwheeldown" "use weapon_decoy"
bind "mouse4" "+voicerecord"
bind "mouse5" "slot5"
bind "f1" "buy ak47; buy m4a1;"
bind "f2" "buy tec9; buy fiveseven;"
bind "f3" "buy defuser; buy vesthelm;"
bind "f4" "buy awp;"
bind "f5" "buy smokegrenade;"
bind "f6" "buy hegrenade;"
bind "f7" "buy flashbang;"
bind "f8" "buy molotov; buy incgrenade;"
bind mouse5 "right"
alias "left" "cl_righthand 0; bind mouse5 right"
alias "right" "cl_righthand 1; bind mouse5 left"
cl_radar_always_centered "1"
cl_radar_scale "0.3"
cl_radar_rotate "1"
sensitivity "2" // Zowie FK1, 400pi, 500hz
zoom_sensitivity_ratio_mouse "0.9"
echo "autoexec.cfg executed"
host_writeconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment