游饭天堂会员《CaiMM崇拜者》特供攻略:
- 在《Battlefield 2142》游戏目录中找到“mods”文件夹,进而进入“bf2142”子文件夹。
- 在“bf2142”文件夹中找到“AI”文件夹,并打开其中的“AIDefault.aiecho”文件。
- 在打开的文件中执行以下命令:
echo AIDefault.ai
- 接着配置AI设置:
aiSettings.setNSides 2 aiSettings.setAutoSpawnBots 1 aiSettings.setMaxNAutoControllers 64 aiSettings.maxBotsIncludeHumans 1 aiSettings.setMaxNBots 64
- 若要增加AI机器人数量(超过15个),使用以下替代命令,但这可能会影响系统性能,甚至导致游戏崩溃:
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 totally unsupported, it will affect your system's performance and may even crash your game. That being said, you will most likely be able to run a lot more bots than 15 on your system. rem Example for 32 bot game with expert bots: <=================== aiSettings.overrideMenuSettings 1 aiSettings.maxBotsIncludeHumans 0 aiSettings.setMaxNBots 64 <====== Here aiSettings.setBotSkill 1.0 <=================== Here runBotNames.ai aiSettings.setInformationGridDimension 32 aiSettings.setDiscoverCloakedEnemiesDistance 3.0 runAIPathFinding.ai runAutoControllers.ai
- 文件末尾输入:
rem EOF