阳光快车道刘敏现状:这段命令是什么意思?——cs脚本!

来源:百度文库 编辑:高校问答 时间:2024/04/29 06:51:28
exec autoexec.cfg
echo "Welcome to dks.yeah.net"
echo "Welcome to www.cs-cn.net"
echo
echo
echo

gamma 3
brightness 3
hud_fastswitch 1
console "1"
scr_conspeed "9999"
s_refgain 0.4
s_refdelay 4
s_occfactor 0.25
s_verbwet 0.25
s_distance 60
stuffcmds

//End

exec autoexec.cfg 自动加载下面的脚本
echo "Welcome to dks.yeah.net" 在进入游戏的时候显示Welcome to dks.yeah.net
echo "Welcome to www.cs-cn.net"
echo
echo
echo

gamma 3 灰度3
brightness 3 亮度3
hud_fastswitch 1 开启快速换枪
console "1" 开启控制台
scr_conspeed "9999" 下面几个不常用的
s_refgain 0.4
s_refdelay 4
s_occfactor 0.25
s_verbwet 0.25
s_distance 60
stuffcmds

gamma 3 开枪时候的光度 默认是3.
brightness 3 屏幕亮度 默认是1.
hud_fastswitch 1 快速换枪 默认是0 1为打开
console "1" 控制台开启
scr_conspeed "9999" 分辨率
s_refgain 0.4
s_refdelay 4
s_occfactor 0.25
s_verbwet 0.25
s_distance 60
stuffcmds

后面都是默认的config.一般情况别胡动.打WCG和CPL等正式比赛是所有console和config都不能开的.还是用默认的好.