Skip to content

Instantly share code, notes, and snippets.

@fanjin-z
Last active May 27, 2018 22:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fanjin-z/7b30ace7b6dfefc387ab640b702934c4 to your computer and use it in GitHub Desktop.
Save fanjin-z/7b30ace7b6dfefc387ab640b702934c4 to your computer and use it in GitHub Desktop.
An Example CSGO Settings (2018.05)
exec keybinds.cfg
exec buybinds.cfg
exec gamesets.cfg
exec guisets.cfg
exec networksets.cfg
bind f1 "buy deagle"
bind f2 "buy ak47; buy m4a1; buy m4a1-s"
bind f3 "buy awp"
bind f4 "buy galilar; buy famas"
bind f5 "buy ssg08"
bind f6 "buy ump45"
bind f7 "buy nova"
bind f8 "buy sawedoff; buy mag7;"
bind f9 "buy negev"
bind f10 "buy mac10; buy mp9"
bind "KP_SLASH" "buy decoy"
bind "kp_multiply" "buy taser"
bind "KP_HOME" "buy molotov; buy incgrenade"
bind "KP_UPARROW" "buy p250"
bind "KP_PGUP" "buy tec9"
bind "KP_LEFTARROW" "buy flashbang"
bind "KP_5" "buy smokegrenade"
bind "KP_RIGHTARROW" "buy hegrenade"
bind "KP_END" "buy vest"
bind "KP_DOWNARROW" "buy vesthelm"
bind "KP_PGDN" "buy defuser"
cl_autowepswitch 0
cl_dm_buyrandomweapons 0
cl_teamid_overhead_always 1
cl_use_opens_buy_menu 0
cl_disablehtmlmotd 1
sensitivity 1.3
zoom_sensitivity_ratio_mouse 0.85
snd_musicvolume 0
snd_menumusic_volume 0
snd_roundstart_volume 0
snd_roundend_volume 0
snd_mapobjective_volume 0
snd_tensecondwarning_volume 0
snd_deathcamera_volume 0
cl_radar_always_centered 0
cl_radar_scale 0.4
cl_hud_radar_scale 1.2
cl_radar_icon_scale_min 1
cl_crosshairalpha "255"
cl_crosshaircolor "4"
cl_crosshaircolor_b "0"
cl_crosshaircolor_r "0"
cl_crosshaircolor_g "0"
cl_crosshairdot "0"
cl_crosshairgap "-1"
cl_crosshairsize "4"
cl_crosshairstyle "4"
cl_crosshairusealpha "1"
cl_crosshairthickness "1"
cl_fixedcrosshairgap "-1"
cl_crosshair_outlinethickness "0"
cl_crosshair_drawoutline "0"
cl_crosshair_t 1
cl_crosshairdot 1
cl_showloadout 1
bind T "use weapon_smokegrenade"
bind F "use weapon_flashbang"
bind C "use weapon_hegrenade"
bind X "use weapon_molotov; use weapon_incgrenade"
bind 4 "use weapon_decoy"
bind mwheelup "+jump"
bind Q "slot1"
bind 1 "slot1"
bind mwheeldown "slot2"
bind 2 "slot2"
bind mouse5 "slot3"
bind 3 "slot3"
bind mouse4 "+voicerecord"
bind H "+lookatweapon"
bind J "radio1"
bind K "radio2"
bind L "radio3"
bind V "toggle cl_righthand"
bind N "+spray_menu"
bind home "disconnect"
bind end "quit"
alias "+jumpthrow" "+jump;-attack"
alias "-jumpthrow" "-jump"
bind "alt" "+jumpthrow"
alias displaydamage "displaydamage_off"
alias displaydamage_on "con_filter_text Damage given; con_filter_text_out Player:; con_filter_enable 2; developer 1; alias displaydamage displaydamage_off"
alias displaydamage_off "con_filter_enable 0; developer 0; clear; alias displaydamage displaydamage_on"
bind "P" "displaydamage"
alias "+ng" "+showscores; net_graph 1"
alias "-ng" "-showscores; net_graph 0"
bind "TAB" "+ng"
alias "+reloadnet"
alias "+reloadnet" "+reload; net_graph 1;+cl_show_team_equipment"
alias "-reloadnet" "-reload; net_graph 0; -cl_show_team_equipment"
bind "R" "+reloadnet"
alias "toggleinfo" "info_on"
alias "info_on" "+cl_show_team_equipment; alias toggleinfo info_off"
alias "info_off" "-cl_show_team_equipment; alias toggleinfo info_on"
bind "Z" "toggleinfo"
alias "+ninja" "gameinstructor_enable 1;+use"
alias "-ninja" "gameinstructor_enable 0;-use"
bind "E" "+ninja"
alias +DJUMP "+jump; +duck"
alias -DJUMP "-JUMP; -DUCK"
bind space "+DJUMP"
alias "clutch" "clutchon"
alias "clutchon" "voice_enable 0; cl_clearhinthistory; r_cleardecals; say_team Clutching, can't hear you!; alias clutch clutchoff"
alias "clutchoff" "voice_enable 1; say_team Unmuted, I can hear you now.; alias clutch clutchon"
bind "M" clutch
con_filter_text "Damage Given"
con_filter_text_out "Player:"
alias displaydamage "displaydamage_off"
alias displaydamage_on "developer 1; con_filter_enable 2; alias displaydamage displaydamage_off"
alias displaydamage_off "developer 0; con_filter_enable 0; alias displaydamage displaydamage_on"
bind "P" "displaydamage"
sv_cheats 1
sv_infinite_ammo 1
ammo_grenade_limit_total 5
mp_warmup_end
mp_freezetime 0
mp_roundtime 60
mp_roundtime_defuse 60
sv_grenade_trajectory 1
sv_grenade_trajectory_time 10
sv_showimpacts 1
mp_limitteams 0
mp_autoteambalance 0
mp_maxmoney 60000
mp_startmoney 60000
mp_buytime 9999
mp_buy_anywhere 1
mp_restartgame 1
buddha
bot_kick
bind "capslock" "noclip"
rate 262144
sv_maxupdaterate 128
sv_minupdaterate 64
cl_updaterate 128
cl_cmdrate 128
cl_interp 0
cl_interp_ratio 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment