Skip to content

Instantly share code, notes, and snippets.

@steffen-wilke
Last active June 20, 2019 14:10
Show Gist options
  • Save steffen-wilke/674f2f48411624037e7dd202cefc98d6 to your computer and use it in GitHub Desktop.
Save steffen-wilke/674f2f48411624037e7dd202cefc98d6 to your computer and use it in GitHub Desktop.
CS:GO configuration file
// BUYSCRIPT
bind "KP_INS" "buy p250"
bind "KP_MULTIPLY" "buy deagle"
bind "KP_MINUS" "buy p90"
bind "KP_HOME" "buy aug"
bind "KP_UPARROW" "buy m4a1; buy ak47"
bind "KP_PGUP" "buy awp"
bind "KP_LEFTARROW" "buy hegrenade "
bind "KP_5" "buy flashbang"
bind "KP_RIGHTARROW" "buy molotov; buy incgrenade"
bind "KP_PLUS" "buy smokegrenade"
bind "KP_END" "buy defuser"
bind "KP_DOWNARROW" "buy vest"
bind "KP_PGDN" "buy vesthelm "
// BIND GRENADES
bind "MOUSE4" "use weapon_flashbang"
bind "MOUSE5" "use weapon_molotov; use weapon_incgrenade;"
bind "MWHEELUP" "use weapon_smokegrenade"
bind "MWHEELDOWN" "use weapon_hegrenade"
// MOUSE SENSITIVITY - ASSUMING 1600 DPI - WQHD
sensitivity "1.4"
m_mouseaccel1 "0"
m_mouseaccel2 "0"
m_mousespeed "1"
m_rawinput "1"
// NETSETTINGS
cl_interp "0"
cl_interp_ratio "2"
cl_cmdrate "128"
cl_updaterate "128"
rate "128000"
// CROSSHAIR
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"
cl_crosshairalpha "160"
cl_crosshaircolor "1"
cl_crosshaircolor_b "0"
cl_crosshaircolor_g "0"
cl_crosshaircolor_r "250"
cl_crosshairdot "0"
cl_crosshairgap "0.5"
cl_crosshairgap_useweaponvalue "0"
cl_crosshairscale "0"
cl_crosshairsize "4"
cl_crosshairstyle "4"
cl_crosshairthickness "0.8"
cl_crosshairusealpha "1"
// MISC
net_graph "0"
cl_autowepswitch "0"
fps_max "150"
con_enable 1
voice_mixer_volume .5
voice_scale 1
@steffen-wilke
Copy link
Author

Start Parameters

-console -novid -threads 4 -freq 144 -refresh 144

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment