红色警戒2单人游戏下增加多人作战模式的方法
1. 首先在你的红警2目录中找到 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 这个文件,
不要紧,我们可以新建一个~~~
打开记事本,填写内容如下:
; Define the multiplayer game modes
; modeID=Name, rulesOverride, mapFilter, randomMapsAllowed
; Battle is "standard" multiplay with rules.ini changes for modified gameplay
; It is the only one that allows AI players.
[Battle]
1=GUI:Battle, STT:ModeBattle, MPBattle.ini, standard, true
3=GUI:Cooperative, STT:ModeCooperative, MPCoop.ini, cooperative, false
4=GUI:UnholyAlliance, STT:ModeUnholyAlliance, MPUnholy.ini, standard, false
2=GUI:FreeForAll, STT:ModeFreeForAll, MPFreeForAll.ini, standard, true
5=GUI:Megawealth, STT:ModeMegawealth, MPMW.ini, megawealth, false
6=GUI:Duel, STT:ModeDuel, MPDuel.ini, duel, false
7=GUI:MeatGrind, STT:ModeMeatGrind, MPMeat.ini, meatgrind, false
8=GUI:NavalWar, STT:ModeNavalWar, MPNaval.ini, navalwar, false
; ManBattle is battle between MEN! (i.e. no AI's)
[ManBattle]
5=GUI:Megawealth, STT:ModeMegawealth, MPMW.ini, megawealth, false
6=GUI:Duel, STT:ModeDuel, MPDuel.ini, duel, false
7=GUI:MeatGrind, STT:ModeMeatGrind, MPMeat.ini, meatgrind, false
8=GUI:NavalWar, STT:ModeNavalWar, MPNaval.ini, navalwar, false
[FreeForAll]
2=GUI:FreeForAll, STT:ModeFreeForAll, MPFreeForAll.ini, standard, true
[Unholy]
4=GUI:UnholyAlliance, STT:ModeUnholyAlliance, MPUnholy.ini, standard, false
;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, false.