大家先備份 (在C:Program FilesEA GAMESBattlefield 2 Demomodsbf2AI 裡)
然後用notepad開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 (刪 rem ) 這是最大bot數目
aiSettings.maxBotsIncludeHumans 0 (刪 rem )
aiSettings.setBotSkill 1.0 (刪 rem )
run BotNames.ai
aiSettings.setInformationGridDimension 32
run AIPathFinding.ai
rem EOF
想跟別人一起打bot, 記下自己IP告訴別人, 在singleplayer開遊戲, 別人是進得去的...
誰跑得了255隻bot請回復
本篇文章已被 HERO_AIR 於 2005 年 06 月 15 日 - 下午 03:27 編輯過