【CS2】CFG实用脚本

运行方法:

将cfg脚本文件放至CS2根目录\game\csgo\cfg下(如\game\csgo\cfg\abc.cfg)

游戏内按~打开控制台,输入并执行:

exec abc

abc为脚本名称,根据要执行的脚本自行更改。

快速切换道具:

//键盘Z键切换燃烧瓶
bind    "z"       "slot3; slot10"

//键盘X键切换烟雾弹
bind    "x"       "slot3; slot8"

//键盘C键切换闪光弹
bind    "c"       "slot3; slot7"

//键盘V键切换手雷
bind    "v"       "slot3; slot6"

全图雷达:

cl_hud_color "0"
cl_hud_radar_scale "1.3"
hud_scaling "1"
hud_showtargetid "1"
cl_color "3"
cl_radar_always_centered "1"
cl_radar_icon_scale_min "0.4"
cl_radar_rotate "1"
cl_radar_scale "0.25"
cl_radar_square_with_scoreboard "1"