|
|
-------------- 8月14日 ----------------kload.dll更新
This may or may not help, but i need to try certain things in order to figure out why there's a problem in fullscreen mode. So, please try this experimental version of kload.dll - 7.4.0.1:
这个更新可能对你有帮助也可能没有,但是我需要去确认并找出一个在全屏幕模式下导致崩溃的问题。因此,请试用7.4.0.1版本的kload.dll
in section [kload] of your config.txt file, add this line:
noshade = 1
要使用这个新版,请在你的config.txt的[kload]字段下加上noshade = 1这一行
范例如下:
**************************************************************************************************
[bootserv]
online.enabled = 0
[fserv]
online.enabled = 0
[kload]
dll = zlib1.dll
dll = libpng13.dll
dll = lodmixer.dll
dll = afsio.dll
dll = kserv.dll
dll = fserv.dll
dll = bootserv.dll
dll = stadium.dll
dll = bserv.dll
dll = afs2fs.dll
dll = sched.dll
dll = rwdata.dll
dll = camera.dll
dll = time.dll
gdb.dir = ".\"
noshade = 1
[lodmixer]
aspect-ratio.correction.enabled = 1
**************************************************************************************************
-------------- 8月15日 ----------------bootserv.dll更新bserv.dll更新
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]
online.enabled = 0
[fserv]
online.enabled = 0
[kload]
dll = zlib1.dll
dll = libpng13.dll
dll = lodmixer.dll
dll = afsio.dll
dll = kserv.dll
dll = fserv.dll
dll = bootserv.dll
dll = stadium.dll
dll = bserv.dll
dll = afs2fs.dll
dll = sched.dll
dll = rwdata.dll
dll = camera.dll
dll = time.dll
gdb.dir = ".\"
noshade = 1
[lodmixer]
aspect-ratio.correction.enabled = 1
**************************************************************************************************
bootserv.dll - 7.4.0.3
fixed a bug, which was sometimes causing crashes during team selection.
修复一个某些时候在选择队伍时造成崩溃的bug。
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.)
添加“随机选择球鞋”的功能:对于在map.txt文件里没有标定球鞋的队员,他们的球鞋将在你拥有的球鞋中自动随机选择。(随机选择并不是每场比赛都自动选择只是在 PES2008启动时选择一次。)
The feature is disabled by default. To enable it, add this line to your [bootserv] section in config.txt:
random.enabled = 1
这个功能默认是禁用的。如果你想启用它,请在你的config.txt的[bootserv]字段下加上random.enabled = 1这一行
范例如下:
**************************************************************************************************
[bserv]
random.auto = 1
[bootserv]
online.enabled = 0
random.enabled = 1
[fserv]
online.enabled = 0
[kload]
dll = zlib1.dll
dll = libpng13.dll
dll = lodmixer.dll
dll = afsio.dll
dll = kserv.dll
dll = fserv.dll
dll = bootserv.dll
dll = stadium.dll
dll = bserv.dll
dll = afs2fs.dll
dll = sched.dll
dll = rwdata.dll
dll = camera.dll
dll = time.dll
gdb.dir = ".\"noshade = 1
[lodmixer]
aspect-ratio.correction.enabled = 1
**************************************************************************************************
感谢饕餮之夜朋友分享的7.4.0.1整合包下载,需要完整版的请到下面帖子寻找,请在此基础上更新kload.dll~
http://bbs.winning11cn.com/viewthread.php?tid=641163&highlight=7.4
[ 本帖最后由 yude 于 2008-8-15 22:28 编辑 ] |
|