|
楼主 |
发表于 2005-9-5 03:26:28
|
显示全部楼层
BOT数值更改
BF2的singleplayer模式里面限制人数为16,打起来还是觉得不够激烈+BOT就显得非常重要了;另外附带提一下,其他人也能进入你的singleplayer模式的,记下你的IP(读游戏的时候有写)告诉同伴,家就能一起K BOT了.
游戏目录\\Battlefield 2\mods\COOP_3.0\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.setInformationGridDimension 32
run AIPathFinding.ai
rem EOF
增加BOT比较耗费系统资源,建议大家量力而行.16人图我开32就觉得火力够密集了,铁轨附近的接触战完全是子弹横飞,手榴弹到处都在炸(都不知道是被哪边的炸飞的)时不时的还飞颗导弹过来 >_<
不过我发现原来BF2最多能支持256人玩啊,BT;估计考虑到机器/服务器的能力才缩减限制到64人,哪位能开255BOT不卡的请贴出您的机器配置让大家见识一下并报EA公司鉴赏.
附带显示FPS命令
游戏中按~打开命令行
输入renderer.drawfps 1
[ Last edited by =|HERO|=7259@BF2 on 2005-9-5 at 03:39 ] |
|