
★修改单机BOT人数:
用记事本打开XXXX\Battlefield 2142\mods\bf2142\AI\AIDefault.ai
(先备份原文件)
aiSettings.setMaxNBots 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<===================这里(去掉rem)
aiSettings.overrideMenuSettings
aiSettings.maxBotsIncludeHumans 0
aiSettings.setMaxNBots 64<======改这里(我一般都改成17)
aiSettings.setBotSkill 1.0
end<===================这里(去掉rem)
就可以了。
(注:机器差的最好不要改太大,否则会很卡的)