CSGO config

่ทฏๅพ‘
Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg
ๆŽงๅˆถๅฐ่ผธๅ…ฅ
exec autoexec

echo "--- starting to execute autoexec.cfg ---"

//ๆปพ่ผช่นฒ่ทณ
bind "MWHEELUP" "+duck"
bind "MWHEELDOWN" "+jump"

//้œๆญฅๆธ…้™ค็—•่ทก
bind "shift" "+speed;r_cleardecals"

//่นฒ่ทณ
alias "+jumpduck" "+duck; +jump"
alias "-jumpduck" "-duck; -jump"
bind "c" "+jumpduck"

//่ทณๆŠ•
alias "+jumpthrow" "+jump;-attack"
alias "-jumpthrow" "-jump"
bind "z" "+jumpthrow"

//้กฏ็คบ้šŠๅ‹่ฃๅ‚™
bind "x" "+cl_show_team_equipment"

//ๅˆ‡ๆ›ๅทฆๅณๆ‰‹ๆŒๆง
bindtoggle "v" "cl_righthand"

//ๅ‚ทๅฎณๆ•ธๅ€ผ
con_filter_text damage
con_filter_text_out Player:
con_filter_enable 2
developer 1

//้Šๆˆฒๆ•ธๅ€ผ
alias +shownet "+showscores; net_graphheight 64"
alias -shownet "-showscores; net_graphheight 9999"
net_graph "1" //้–‹ๅ•Ÿ้Šๆˆฒๆ•ธๅ€ผ
net_graphpos "2" //0:ๅทฆ 1:ๅณ 2:ไธญ
net_graphproportionalfont "0" //ๅคงๅฐๅญ—้ซ”
bind "TAB" "+shownet"


//ๅฐ้ต็›คๆŒ‰้ต
//0AKM4
bind "kp_ins" "buy ak47"
//1AWP
bind "kp_end" "buy awp"
//2augsg556
bind "kp_downarrow" "aug"
//3้–ƒ
bind "kp_pgdn" "buy flashbang"
//4้›ท
bind "kp_leftarrow" "buy hegrenade"
//5็…™
bind "kp_5" "smokegrenade"
//6็ซ
bind "kp_rightarrow" "buy molotov"
//7MP7
bind "kp_home" "buy mp7"
//8ssg08
bind "kp_uparrow" "buy ssg08"
//9P90
bind "kp_pgup" "buy p90"
//.deagle
bind "kp_del" "buy deagle"
//้‰—
bind "kp_enter" "buy defuser"
//+้ ญ็”ฒ
bind "kp_plus" "buy vesthelm"
//-็”ฒ
bind "kp_minus" "buy vest"
//*้€ฃๅ™ด
bind "kp_multiply" "buy xm1014"
///ump45
bind "kp_slash" "buy ump45"


//ๆบ–ๆ˜Ÿ
cl_crosshairalpha "240" //ๆบ–ๆ˜Ÿ้€ๆ˜Žๅบฆ
cl_crosshaircolor "4" //้ก่‰ฒ 0็ด…1็ถ 2้ปƒ3่—4้’5็ดซ
cl_crosshaircolor_b "255"
cl_crosshaircolor_r "0"
cl_crosshaircolor_g "255"
cl_crosshairdot "0" //ๆบ–ๆ˜Ÿไธญ้–“้ปž
cl_crosshairgap "-2"
cl_crosshairsize "4" //ๆบ–ๆ˜Ÿ้•ท็Ÿญ
cl_crosshairstyle "4" //0้ป˜่ช 1็ถ“ๅ…ธ้œๆ…‹ 2็ถ“ๅ…ธ 3็ถ“ๅ…ธๅ‹•ๆ…‹ 4็ถ“ๅ…ธ้œๆ…‹ 5cs1.6็‰ˆๆบ–ๆ˜Ÿ
cl_crosshairusealpha "1"
cl_crosshairthickness "0.5"
cl_fixedcrosshairgap "-2"
cl_crosshair_outlinethickness "0"
cl_crosshair_drawoutline "0"

//้›ท้”
cl_hud_radar_scale "0.95" //ๆ•ดๅ€‹้›ท้”็š„ๅคงๅฐ
cl_radar_scale "0.4" //้›ท้”ๅ…งๅœฐๅœ–็š„ๅคงๅฐ
cl_radar_rotate "1" //้›ท้”ๆ˜ฏๅฆๆ—‹่ฝ‰
cl_radar_always_centered "0" //้›ท้”ๆ˜ฏๅฆไปฅ่‡ช่บซ็‚บไธญๅฟƒ
cl_radar_icon_scale_min "0.4" //้›ท้”ๅŽŸ้ปžๅคงๅฐ

echo "--- succesfully executed autoexec.cfg ---"

Comments