(^_^)的回答:BOT数值更改 BF2的singleplayer模式里面限制人数为16,打起来还是觉得不够激烈,增加BOT就显得非常重要了;另外附带提一下,其他人也能进入你的singleplayer模式的,记下你的IP(读游戏的时候有写)告诉同伴,家就能一起K BOT了。 用记事本打开mods\bf2\AI\aidefault.ai aiSettings.setMaxNBots 256 —— 最大游戏人数,也可以保持原来的64不变,基本上影响不大。 aiSettings.maxBotsIncludeHumans 1 aiSettings.setBotSkill 0.4 …… aiSettings.overrideMenuSettings 1 —— 删掉最前面的 rem,再下面3行也一样。 aiSettings.setMaxNBots 31 —— 最大BOT数,一般的机器跑48或者32比较合适,机器好的可以尝试下64或者以上。 aiSettings.maxBotsIncludeHumans 0 aiSettings.setBotSkill 1.0 —— BOT难度,0.4简单,1.0困难,不过小于0.4或大于1.0也可 四糸乃的回答:1,第一种方法 你打开X:/Battlefield2/mods/bf2/AI 里面有个叫AIDefault.ai的文件,用记事本打开,把里面的 rem Example for 32 bot game with expert bots rem aiSettings.overrideMenuSettings 1 rem aiSettings.setMaxNBots 32 rem aiSettings.maxBotsIncludeHumans 0 rem aiSettings.setBotSkill 1.0 下面4行的rem去掉,像这样 rem Example for 32 bot game with expert bots aiSettings.overrideMenuSettings 1 aiSettings.setMaxNBots 32 aiSettings.maxBotsIncludeHumans 0 aiSettings.setBotSkill 1.0 然后setMaxBots那改成你想要游戏里面所有BOT的数量,假如我要改成48个就把 aiSettings.setMaxNBots 32改成aiSettings.setMaxNBots 48 再下面aiSettings.setBotSkill 1.0是设置BOT的技能的,数值越低,技能越低 2,第二种方法 可以多加,有几中方法: 1,使用BOT启动修改补丁 下载地址: http://58.61.34.206/down?cid=6F412DDB79CD8D5A6A54EF18BEAA943D50B4D555&t=1&fmt=- 2,修改代码 按这个路径X:\BattleField2\mods\bf2\AI,用记事本打开AIDefault.ai文件 找到代码 rem Example for 32 bot game with expert bots rem aiSettings.overrideMenuSettings 1 rem aiSettings.setMaxNBots 16 rem aiSettings.maxBotsIncludeHumans 0 rem aiSettings.setBotSkill 1.0 修改为 rem Example for 32 bot game with expert bots aiSettings.overrideMenuSettings 1 aiSettings.setMaxNBots XX(1~256) aiSettings.maxBotsIncludeHumans 0 aiSettings.setBotSkill X.X(0.1-1.0) 其中第一个XX代表你在游戏中想要的BOT数,第二个X.X代表BOT的技能,1.0为最高 ----------------------------------------- 战地2只要修改AIdefaul.ai文件都能增加BOT,我给我们这的好几台不同版本的战地2都修改过的,你的战地2必须不包含模组 ----------------------------------------- Mods就是模组 我把我的AIDefault文件给你,你全部复制过去覆盖保存试一试 echo ***************************************************************************************** echo AIDefault.ai **************************************************************************** echo ***************************************************************************************** aiSettings.setNSides 2 aiSettings.setAutoSpawnBots 1 aiSettings.setMaxNBots 64 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 aiSettings.setMaxNBots 32 aiSettings.maxBotsIncludeHumans 0 aiSettings.setBotSkill 0.8 run BotNames.ai aiSettings.setInformationGridDimension 32 run AIPathFinding.ai rem EOF 柒的回答:人数改不了 是由地图决定的 在多人模式下 选择单人游戏 会有很多地图可以选择 去看看吧 |