|
注意:修改前先备份原文件!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
|
|