|
楼主 |
发表于 2005-6-22 20:28:39
|
显示全部楼层
来自 中国–北京–北京–海淀区
BF2效果除了设顶里以外还可以继续提高
画质最高法 BF程序会自动认定你的显卡和机器的能力,想挑战极限的话就...
去"我的文档"打开 My Documents\Battlefield 2\Profiles\0002里面的video.con(用记事本打开)
依照下面的数值更改:
VideoSettings.setTerrainQuality 4
VideoSettings.setGeometryQuality 4
VideoSettings.setLightingQuality 3
VideoSettings.setDynamicLightingQuality 4
VideoSettings.setDynamicShadowsQuality 4
VideoSettings.setEffectsQuality 4
VideoSettings.setTextureQuality 4
VideoSettings.setTextureFilteringQuality 4
VideoSettings.setResolution 1024x768@85Hz
VideoSettings.setAntialiasing Off
VideoSettings.setViewDistanceScale 1
VideoSettings.setVideoOptionScheme 3
******************************************************
BF2 最大可以带 255个BOT!
游戏目录\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.setInformationGridDimension 32
run AIPathFinding.ai
rem EOF
增加BOT比较耗费系统资源,建议大家量力而行.
转自Esai论坛的TidusII 的帖子。 |
|