我吧遊戲裝在D盤的,你先打開我的電腦在D盤找到Battlefield這個文件夾,然後再用記事本打開D:\Battlefield 2142\mods\bf2142\AI\AIDefault.ai
echo *****************************************************************************************
echo AIDefault.ai ****************************************************************************
echo *****************************************************************************************
aiSettings.setNSides 2
aiSettings.setAutoSpawnBots 1
aiSettings.setMaxNAutoControllers 64
aiSettings.maxBotsIncludeHumans 1
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<===================這裏
aiSettings.overrideMenuSettings 1
aiSettings.maxBotsIncludeHumans 0
aiSettings.setMaxNBots 64<======這裏
aiSettings.setBotSkill 1.0
end<===================這裏
run BotNames.ai
aiSettings.setInformationGridDimension 32
aiSettings.setDiscoverCloakedEnemiesDistance 3.0
run AIPathFinding.ai
run AutoControllers.ai
rem EOF
最後祝大家遊戲愉快