- 听众
- 收听
- 积分
- 5889
- 主题
- 回帖
- 0
- 精华
注册时间2009-9-20
最后登录1970-1-1
该用户从未签到
|
发表于 2010-4-14 09:52:42
|
显示全部楼层
根据资料http://www.users.on.net/~meisteh/hltv.html中的:
Commands not in the default hltv.cfg file.
* maxclients 128 - Maximum number of clients who can connect to your HLTV Server. You may want to limit this to you don't get unwanted clients using up your bandwidth. Suggested: maxclients 3
* rate 10000 - Maximum data transfer rate from the server to your HLTV server. 10000 is higher than you probably need so should be lowered a bit. Suggested: rate 6000
* updaterate 20 - Number of packets of information per second your HLTV Server will download off the Server it is connected to. The default value should be fine.
* spectatorpassword "mypassword" - (No default value) Password for your HLTV server - useful to prevent unwanted spectators using up your bandwidth. eg: spectatorpassword "wdwrokhltv"
* slowmotion 0.5 0.2 - Slow motion settings. The first value, 0.5, represents the speed of the slow motion period (0.5 is half speed). The second value, 0.2, represents the probability of slow motion during important events (0.2 meaning there's 1 chance in 5 slow motion would turn on during an important event). I don't think slow motion occurs during demos however most spectators find it irritating anway so it's best to turn it off which can be done by putting the probability value to 0 (like in the suggested value). Suggested: slowmotion 0.5 0
* connect 127.0.0.1:27015 - Connects to the server at the specified IP address and port. Useful to add if you are always connecting to the same server with the same password. If not, leave out.
根据上面的意思,默认的hltv.cfg里是不包含slowmotion这个参数的,应该需要你手动添加.他建议设为:slowmotion 0.5 0以关闭慢动作效果.因为我不能去测试,所以只能做到这了. - -! |
|