Created
April 13, 2017 04:38
-
-
Save olinguyen/f040a1aa11856872d757a2e720238032 to your computer and use it in GitHub Desktop.
CS:GO Config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Keybad gun bindings | |
bind "KP_INS" "buy defuser" | |
bind "KP_END" "buy ak47; buy m4a1;" | |
bind "KP_DOWNARROW" "buy galil; buy famas" | |
bind "KP_PGDN" "buy awp" | |
bind "KP_LEFTARROW" "buy p250" | |
bind "KP_5" "buy p90" | |
bind "KP_RIGHTARROW" "buy mp7" | |
bind "KP_HOME" "buy deagle" | |
bind "KP_UPARROW" "buy vest" | |
bind "KP_PGUP" "buy vesthelm" | |
bind "KP_SLASH" "buy hegrenade" | |
bind "KP_MULTIPLY" "buy flashbang" | |
bind "KP_MINUS" "buy smokegrenade" | |
bind "KP_PLUS" "buy decoy" | |
bind "KP_ENTER" "incgrenade/molotov" | |
bind "KP_DEL" "buy decoy" | |
// Crosshair | |
cl_color "3" | |
cl_crosshair_drawoutline "01" | |
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_crosshair_sniper_show_normal_inaccuracy "0" | |
cl_crosshair_sniper_width "1" | |
cl_crosshairalpha "180" | |
cl_crosshaircolor "1" | |
cl_crosshaircolor_b "50" | |
cl_crosshaircolor_g "250" | |
cl_crosshaircolor_r "50" | |
cl_crosshairdot "0" | |
cl_crosshairgap "1" | |
cl_crosshairgap_useweaponvalue "0" | |
cl_crosshairscale "0" | |
cl_crosshairsize "4" | |
cl_crosshairstyle "4" | |
cl_crosshairthickness "0.5" | |
cl_crosshairusealpha "1" | |
cl_fixedcrosshairgap "3" | |
cl_righthand "1" | |
crosshair "1" | |
cl_scalecrosshair "1" | |
// Rates | |
rate "307200" | |
cl_cmdrate "128" | |
cl_updaterate "128" | |
cl_interp "0.0" | |
cl_interp_ratio "1" | |
cl_interpolate "1" | |
cl_lagcompensation "1" | |
bind "f" "slot8" | |
bind "k" "+voicerecord" | |
bind "t" "slot7" | |
bind "w" "+forward" | |
net_graph "0" | |
voice_enable "1" | |
volume "0.65" | |
sensitivity 1.65 | |
// Video | |
mat_monitorgamma "1.6" | |
mat_queue_mode "-1" // auto detect multi-core rendering | |
fps_max "999" | |
fps_max_menu "145" | |
r_dynamic "0" | |
r_drawtracers_firstperson "0" | |
// Disable particles | |
r_drawparticles “0” | |
// Disable dynamic lighting | |
r_dynamic “0” | |
// Disable tracer fire | |
r_drawtracers_firstperson "0" | |
mat_savechanges | |
echo "autoexec.cfg executed!" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment