|
Kitserver 7.4.0以及配套组件更新(08.15更新自动选球和球鞋功能)。8月15号两项更新:
Ballserver 7.4.0.1
- new feature: automatic random ball selection.
新功能:自动随机选球
By default, this is disabled. If you enable it, the ball will be automatically selected at random for each match. To enable, add "random.auto" option to you config.txt in [bserv] section. Like this:
此功能默认关闭,若开启此功能,比赛用球将在每场比赛随机自动选择。在config.txt的[bserv]下加入"random.auto"选项,如下:
[bserv]
random.auto = 1
bootserv.dll - 7.4.0.3
- fixed a bug, which was sometimes causing crashes during team selection.
- added "random boots" feature: for players, who don't have boots assigned in map.txt, the boots will be selected randomly from the entire boots collection. (Random selection is not done for every match, but only once - when PES2008 starts.)
The feature is disabled by default. To enable it, add this line to your [bootserv] section in config.txt:
random.enabled = 1
After installing 7.4.0, you MUST update your bootserv.dll. It contains an important fix for the error that was causing crashes and infinite loading delays。
-解决球队选择时游戏崩溃的问题。
-增加自动选球鞋的功能:对于maps里面未注册的队员,他们的球鞋将从整个球鞋库中随机选择自动。(只在PES2008游戏启动时自动选择一次,并非每场比赛都会自动选择)
此功能默认关闭,若要开启,请在config.txt里[bootserv] 下加入以下字段:
random.enabled = 1
[ 本帖最后由 lxh77 于 2008-8-15 23:37 编辑 ] |
|