红警2那个MOD带群岛模式的随机地图
- 游戏资讯
- 发布时间:2024-11-15 09:00:47
你说的是合作模式?是要修改内部参数才可以出现,“合作模式”“巨富”“海战”等模式的,具体修改方法如下~~~~~
单人游戏下增加多人作战模式的方法:
1. 首先在你的红警目录中找到 mpmodes.ini 文件。
2. 其中有一个[Battle]段,标准的版本下只有两行,就是交战和自由作战两种模式。
3. 请把下面这一段覆盖你原来[Battle]段部分,就可以得到海战、巨富、合作模式、抢地盘、生死斗等共计8种模式了。
[Battle]
1=GUI:Battle, STT:ModeBattle, MPBattle.ini, standard, true
2=GUI:FreeForAll, STT:ModeFreeForAll, MPFreeForAll.ini, standard, true
3=GUI:Cooperative, STT:ModeCooperative, MPCoop.ini, cooperative, true
4=GUI:UnholyAlliance, STT:ModeUnholyAlliance, MPUnholy.ini, standard, true
5=GUI:Megawealth, STT:ModeMegawealth, MPMW.ini, megawealth, true
6=GUI:Duel, STT:ModeDuel, MPDuel.ini, duel, true
7=GUI:MeatGrind, STT:ModeMeatGrind, MPMeat.ini, meatgrind, true
8=GUI:NavalWar, STT:ModeNavalWar, MPNaval.ini, navalwar, true
不过,有些朋友可能没有mpmodes.ini 这个文件,
不要紧,我们可以新建一个~~~
打开记事本,填写内容如下:
[Battle]
1=GUI:Battle, STT:ModeBattle, MPBattle.ini, standard, true
2=GUI:FreeForAll, STT:ModeFreeForAll, MPFreeForAll.ini, standard, true
3=GUI:Cooperative, STT:ModeCooperative, MPCoop.ini, cooperative, true
4=GUI:UnholyAlliance, STT:ModeUnholyAlliance, MPUnholy.ini, standard, true
5=GUI:Megawealth, STT:ModeMegawealth, MPMW.ini, megawealth, true
6=GUI:Duel, STT:ModeDuel, MPDuel.ini, duel, true
7=GUI:MeatGrind, STT:ModeMeatGrind, MPMeat.ini, meatgrind, true
8=GUI:NavalWar, STT:ModeNavalWar, MPNaval.ini, navalwar, true
[ManBattle]
[FreeForAll]
2=GUI:FreeForAll, STT:ModeFreeForAll, MPFreeForAll.ini, standard, true
[Unholy]
4=GUI:UnholyAlliance, STT:ModeUnholyAlliance, MPUnholy.ini, standard, true
;Removed until UI does or does not support game type.
;[Siege]
;5=GUI:Siege, STT:ModeSiege, MPSeige.ini, siege
[Cooperative]
3=GUI:Cooperative, STT:ModeCooperative, MPCoop.ini, cooperative, true
然后,将文件保存为mpmodes.ini ,到红警目录即可~~~
这样的最大好处就是可以得到其他模式下的官方地图,比如海战中的“深水炸弹”,巨富地图中各个油井的位置........