|
发表于 2002-12-16 14:22:22
|
显示全部楼层
|阅读模式
来自 中国–江苏–南京
呵呵,别被Booster那个假数字迷惑了,没用什么实现意义,因为服务器的最大FPS为100,只有接近100的数据才有实际意义。
而且HLBooster对很多的服务器没有用(其作者曰):
booster == boob
Only thing that seems to work with it is connection message
Take boosters off and add following lines in your server.cfg:
sys_ticrate 10000
sv_maxupdaterate 100
thats all the booster really does, is set your sys_ticrate to 10000 and your sv_maxupdaterate to 100
so doing it yourself is the same
sys_ticrate is the frequency at which your server updates itself, so the higher the number, the more work the server is doing, but the more accurate it is.
sv_maxupdaterate is how fast it sends updates to the client, so the higher this number, the server might send updates about everyone's location 100 times a second, and if you lower the number, then it will send it at a slower rate..
我用和没用没多大区别,准备再试试 |
|