=|HERO|=madcat 发表于 2006-10-23 09:59:57

单机电脑数量修改(转自游侠网)

注意:修改前先备份原文件!BOT修改量力而行,bot越多越卡(下面的修改方法如果不行,请去游侠网下载补丁文件覆盖)
用记事本打开
D:\Program Files\Electronic Arts\Battlefield 2142\mods\bf2142\AI\AIDefault.ai

内容如下:

echo *****************************************************************************************
echo AIDefault.ai ****************************************************************************
echo *****************************************************************************************
aiSettings.maxBotsIncludeHumans 1
rem To spawn more than 15 bots in SP, use the following lines instead of the three lines above.
rem Note that this is totaly unsupported, it will affect your system's performance
rem and may even crash your game. That being said, you will most likely be able to run a lot
rem more bots than 15 on your system.
rem Example for 32 bot game with expert bots
begin
aiSettings.overrideMenuSettings 1
aiSettings.maxBotsIncludeHumans 0
end
run BotNames.ai
run AIPathFinding.ai
run AutoControllers.ai
rem EOF

------------------------
修改完保存,如果64人机器带不动,可以把这两个地方改小一些比如32

前途道标 发表于 2006-10-23 16:38:58

非常感谢楼主提供的帮助!

有没有什么办法可以玩64的地图或者TITAN?

前者的可能性比较大吧!

=|HERO|=LION 发表于 2006-10-25 19:28:36

好象不行

=|HERO|=madcat 发表于 2006-10-26 08:44:22

原帖由 =|HERO|=LION 于 2006-10-25 19:28 发表
好象不行

可能记事本copy过来有的格式改变了,去游侠网下载个文件覆盖就行了

gankcc 发表于 2006-10-26 10:40:21

没有2 G內存得朋友不建議 64個...- -

=|HERO|=madcat 发表于 2006-10-26 18:23:27

我512M 32个BOT没问题。。。估计和CPU有很大关系,内存1G应该够了

炮灰之王 发表于 2006-12-21 19:00:14

LZ你的介绍不完全!!! 完全修改后就可以了!!!
建议直接复制下面到你的文件夹...把那几个汉字删掉...从新编辑人数上限就可以!!!
echo *****************************************************************************************
echo AIDefault.ai ****************************************************************************
echo *****************************************************************************************

aiSettings.setNSides 2
aiSettings.setAutoSpawnBots 1
aiSettings.setMaxNAutoControllers 64


aiSettings.maxBotsIncludeHumans 1
aiSettings.setMaxNBots 64 (本来这里是16,改成32或64,下面还有一处要修改)
aiSettings.setBotSkill 0.4

rem To spawn more than 15 bots in SP, use the following lines instead of the three lines above.
rem Note that this is totaly unsupported, it will affect your system's performance
rem and may even crash your game. That being said, you will most likely be able to run a lot
rem more bots than 15 on your system.

rem Example for 32 bot game with expert bots

begin
aiSettings.overrideMenuSettings 1
aiSettings.maxBotsIncludeHumans 0
aiSettings.setMaxNBots 64 (还有这里改32或64)
aiSettings.setBotSkill 1.0
end
run BotNames.ai

aiSettings.setInformationGridDimension 32

aiSettings.setDiscoverCloakedEnemiesDistance 3.0


run AIPathFinding.ai
run AutoControllers.ai

rem EOF

garerd 发表于 2007-4-28 22:49:00

有没有介绍如何做能联机的解武器的教程啊~》?

393288 发表于 2007-4-28 22:50:43

坚决抵制LS挖坟的行为
页: [1]
查看完整版本: 单机电脑数量修改(转自游侠网)