红警2在单机上进行多种战役模式

[红警2共和国之辉下载www.xtcdj.com| 更新日期:2010年1月21日

大家知道,红警2在单机时只能与电脑进行遭遇战只能选择“作战”模式,而诸如“邪恶联盟”“抢地盘”“生死斗”“海战”之类的战役模式只有联机时才能玩。

其实,只须举手之劳,就可以在单机上进行多种战役模式,具体步骤如下:

首先,在Ra2根目录下建立一个文本文档,命名为mpmodes。

其次,将该文档的扩展名改为ini(默认为txt)。

最后,将下列代码存入该文档,保存。现在你再进入游戏,进入遭遇战模式中的“自订战役”,大不一样了吧?

; 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