Last active
August 29, 2015 14:13
-
-
Save Wartz/ef4841fc83544d2304cb 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
viewmodel_fov "68" | |
viewmodel_offset_x 2 | |
viewmodel_offset_y -2 | |
viewmodel_offset_z -2 | |
//Mouse | |
m_rawinput "1" | |
m_mousespeed "0" | |
m_mouseaccel1 "0" | |
m_mouseaccel2 "0" | |
sensitivity "0.88" | |
//Crosshair | |
cl_crosshairalpha "200" | |
cl_crosshaircolor "1" | |
cl_crosshaircolor_b "50" | |
cl_crosshaircolor_r "50" | |
cl_crosshaircolor_g "250" | |
cl_crosshairdot "0" | |
cl_crosshairgap "-1" | |
cl_crosshairsize "3" | |
cl_crosshairstyle "4" | |
cl_crosshairusealpha "1" | |
cl_crosshairthickness "1" | |
cl_fixedcrosshairgap "-1" | |
cl_crosshair_outlinethickness "0" | |
cl_crosshair_drawoutline "1" | |
//MOTD | |
cl_disablehtmlmotd "1" | |
cl_downloadfilter "nosounds" | |
//Auto weapon switch | |
cl_autowepswitch "0" | |
//grenades | |
bind z "use weapon_smokegrenade" | |
bind x "use weapon_hegrenade" | |
bind f "use weapon_flashbang" | |
bind c "use weapon_incgrenade;use weapon_molotov" | |
bind v "use weapon_decoy" | |
//show PC performance stats on score screen | |
net_graph "1" | |
net_graphheight "9999" | |
bind "TAB" "+scorenet" | |
alias "+scorenet" "+showscores; net_graphheight 0" | |
alias "-scorenet" "-showscores; net_graphheight 9999" | |
alias +knife slot3 | |
alias -knife lastinv | |
bind q +knife | |
//quick knife switch | |
bind "q" "knife" | |
alias "knife" "slot3; bind q primary" | |
alias "primary" "lastinv; bind q knife" | |
bind "1" "slot1; bind q knife" | |
bind "2" "slot2; bind q knife" | |
bind "3" "slot3; bind q primary" | |
bind "4" "slot4; bind q knife" | |
bind "5" "slot5; bind q knife" | |
//quickbuy bindings | |
bind "kp_ins" "buy p250" | |
bind "kp_leftarrow" "buy ak47; buy m4a1;" | |
bind "kp_rightarrow" "buy galilar; buy famas;" | |
bind "kp_pgup" "buy awp;" | |
bind "kp_home" "buy ssg08;" | |
bind "kp_5" "buy vest; | |
bind "kp_downarrow" "buy vesthelm" | |
bind "kp_enter" "buy defuser;" | |
bind "kp_slash" "buy smokegrenade;" | |
bind "kp_multiply" "buy flashbang;" | |
bind "kp_minus" "buy hegrenade;" | |
bind "kp_plus" "buy molotov; buy incgrenade;" | |
bind "end" "buy decoy;" | |
//misc | |
bind "i" "+lookatweapon" | |
bind alt "+voicesay" | |
alias "+voicesay" "voice_enable 1; +voicerecord" | |
alias "-voicesay" "-voicerecord" | |
alias "clutchmode" "toggle voice_enable 1 0" | |
bind capslock "clutchmode" | |
//radar and decals | |
cl_radar_always_centered "0" | |
cl_radar_icon_scale_min "1" | |
cl_radar_rotate "1" | |
cl_radar_scale "0.6" | |
hud_scaling .8 | |
bind "E" "+radar; r_cleardecals" | |
alias "+radar" "+use; cl_radar_always_centered 0; cl_radar_scale 0.30" | |
alias "-radar" "-use; cl_radar_always_centered 1; cl_radar_scale 0.60" | |
echo "Autoexec Config loaded" | |
host_writeconfig |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment