Skip to content

Instantly share code, notes, and snippets.

@pokutuna
Last active March 29, 2016 09:46
Show Gist options
  • Save pokutuna/975fb329c54c60c98cb3 to your computer and use it in GitHub Desktop.
Save pokutuna/975fb329c54c60c98cb3 to your computer and use it in GitHub Desktop.
csgo
cl_interp "0"
cl_interp_ratio "1"
rate "128000"
cl_cmdrate "128"
cl_updaterate "128"
cl_lagcompensation "1"
cl_interpolate "1"
cl_disablefreezecam "1"
snd_mixahead "0.05"
fps_max "0"
closeonbuy "0"
cl_use_opens_buy_menu "1"
gameinstructor_enable "0"
cl_autowepswitch "0"  //拾った武器に自動で持ち替える(0:off)
option_duck_method "0" //しゃがみ切り替え(0:長押し)
option_speed_method "0" //歩き切り替え(0:長押し)
m_rawinput "1"
m_customaccel "0"
sensitivity "2.1"
// crosshair
cl_crosshairstyle "3"
cl_crosshairdot "1"
cl_crosshairdraw_outline "0"
cl_crosshairthickness "0.5"
cl_crosshair_drawoutline "0"
cl_crosshaircolor "1"
cl_crosshairsize "10"
cl_crosshairgap "-2"
// hud
hud_scaling "1.5"
cl_hud_color "9"
cl_hud_background_alpha "0"
cl_radar_rotate "1"
cl_radar_always_centered "0"
cl_radar_scale "0.6"
cl_hud_radar_scale "1.2"
cl_showloadout "1"
bind "=" "incrementvar cl_radar_scale 0.25 1.0 0.05"
bind "-" "incrementvar cl_radar_scale 0.25 1.0 -0.05"
hud_takesshots "1"
// actions
bind "MWHEELDOWN" "invnext"
bind "MOUSE5" "slot1"
bind "MOUSE4" "slot2"
bind "q" "slot3"
bind "MWHEELUP" "slot4"
bind "r" "+reload"
bind "t" "use weapon_smokegrenade"
bind "f" "use weapon_flashbang"
bind "v" "+voicerecord"
bind "g" "drop"
bind "b" "use weapon_c4"
bind "`" "+lookatweapon"
bind "DEL" "r_cleardecals"
// duckjump
unbind "space"
alias +DJUMP "+jump; +duck"
alias -DJUMP "-JUMP; -DUCK"
bind "space" "+DJUMP"
// buy
bind "F1" "buy m4a1;buy ak47"
bind "F2" "buy vesthelm;buy vest"
bind "F3" "buy fiveseven;buy tec9"
bind "F4" "buy deagle"
bind "F5" "buy famas;buy galilar"
bind "F6" "buy ump45"
bind "F7" "buy p90"
bind "F8" "buy aug; buy sg556"
bind "F9" "buy flashbang"
bind "F10" "buy hegrenade"
bind "F11" "buy smokegrenade"
bind "F12" "buy defuser"
bind "HOME" "buy decoy"
bind "END" "buy molotov;buy incgrenade"
// chat
bind "1" "roger"
bind "2" "enemyspot"
bind "3" "sticktog"
bind "4" "coverme"
bind "5" "sectorclear"
bind "6" "inposition"
bind "7" "go"
bind "8" "compliment"
bind "9" "cheer"
bind "0" "negative"
// netgraph
net_graph "0"
net_graphpos "1"
net_scale "3"
alias "net_on" "net_graph 3;alias net net_off"
alias "net_off" "net_graph 0;alias net net_on"
alias "net" "net_on"
bind "PGUP" "net"
bind "PGDN" "toggleconsole"
con_filter_text damage
con_filter_enable 2
developer 1
host_writeconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment