为什么我的战地V1.61不能修改人数 调到1000%还是200人

来源:百度知道 编辑:UC知道 时间:2024/06/28 07:09:32
请大家 指点 我每次都不尽兴就结束了

=======================
只是修改一个文件而已
游戏目录\EA GAMES\Battlefield 2 Demo\mods\bf2\AI
打开aidefault.ai

更改为:
aiSettings.setNSides 2
aiSettings.setAutoSpawnBots 1

aiSettings.setMaxNBots 256 (改成256) 这是最大游戏人数
aiSettings.maxBotsIncludeHumans 1
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

aiSettings.overrideMenuSettings 1 (删掉最前面的 rem)
aiSettings.setMaxNBots 255 (同上,这是最大BOT数)
aiSettings.maxBotsIncludeHumans 0 (同上)
aiSettings.setBotSkill 1.0 (同上)

run BotNames.ai
aiSettings.setInformationGrid