《上古卷轴5:天际》如何为你的MOD加入选择界面,写入NMM加载脚本,完成FOMOD的封包

小编:Ocean 2012/04/15 09:16

这个是我写的天际战争的XML,大家可以拿去研究,或者看看我汉化的东方同伴管理MOD,我也为那个MOD写了一个简单的XML,对比一下就能发现规律了

下一步,我将开始教大家如何写info.XML,这是一个介绍界面,只要你在NMM安装之前,点击NMM列表的MOD压缩包,就会在右边窗口出现MOD的更新信息。待编辑ING

<?xml version="1.0" encoding="utf-8"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://qconsulting.ca/fo3/ModConfig5.0.xsd">
<moduleName>天际战争完美汉化版</moduleName>
<moduleImage path="fomod\img\wis.jpg" />
<moduleDependencies>
<fileDependency file="Skyrim.esm" state="Active"></fileDependency>
</moduleDependencies>
<requiredInstallFiles>
<folder source="textures" />
</requiredInstallFiles>
<installSteps order="Explicit">
<installStep name="Options">
<optionalFileGroups>
<group name="1. 难度选择" type="SelectExactlyOne">
<plugins order="Explicit">
<plugin name="友好时代">
<description>没有改变原游戏,打斗很少,你不会到处受到敌人的攻击,难以见到英雄与反派之间的对决同时也很难看到厉害的敌人,游戏本体不会受MOD太大影响
.</description>
<files>
<folder source="WiS IV MAIN FILE\lore friendly" destination="" />
</files>
<typeDescriptor>
<type name="Optional" />
</typeDescriptor>
</plugin>
<plugin name="正常模式">
<description>彩虹模式的加强版,打斗相对更多,可能会影响游戏主体任务
</description>
<files>
<folder source="WiS IV MAIN FILE\nomal mode" destination="" />
</files>
<typeDescriptor>
<type name="Optional" />
</typeDescriptor>
</plugin>
<plugin name="噩梦黑暗时代">
<description>大量的敌人,当你高级别时,能一下遇到三十个敌人在一起,当你等级低时很可能遇到高等级敌人,严重影响游戏本身任务
</description>
<files>
<folder source="WiS IV MAIN FILE\dark age nighemare" destination="" />
</files>
<typeDescriptor>
<type name="Optional" />
</typeDescriptor>
</plugin>
<plugin name="黑暗彩虹">
<description>你也许穿过一个森林只看见一支鹿,回家的时候连续遇到吸血鬼。能在附近找到很荒凉的营地,但随后几分钟会发现几名法师和强盗混战。这个难度是黄金,黑暗时代的混合,并且是彩虹模式的沉浸版。
</description>
<files>
<folder source="WiS IV MAIN FILE\dark rainbow" destination="" />
</files>
<typeDescriptor>
<type name="Optional" />
</typeDescriptor>
</plugin>
<plugin name="黄金时代">
<description>游戏性改变很大,双倍的敌人,双倍的打斗,沿岸将有更多的敌人,比较小机会见到强劲的敌人
</description>
<files>
<folder source="WiS IV MAIN FILE\golden age" destination="" />
</files>
<typeDescriptor>
<type name="Optional" />
</typeDescriptor>
</plugin>
</plugins>
</group>
<group name="2. 英雄和反派" type="SelectExactlyOne">
<plugins order="Explicit">
<plugin name="普通版">
<description>英雄和反派的行为举止正常.</description>
<files>
<folder source="WiS IV Heroes Villains\easy" destination="" />
</files>
<typeDescriptor>
<type name="Optional" />
</typeDescriptor>
</plugin>
<plugin name="疯狂版">
<description>英雄和反派的行为举止变得疯狂.</description>
<files>
<folder source="WiS IV Heroes Villains\hard" destination="" />
</files>
<typeDescriptor>
<type name="Optional" />
</typeDescriptor>
</plugin>
</plugins>
</group>
<group name="3. 定制内容" type="SelectAny">
<plugins order="Explicit">
<plugin name="治疗与重生">
<description>NPC具有治疗自己和重生别人的能力,增加敌人和己方的生命力,这样游戏会持续的更久,不会几个敌人一下解决掉了搞的很没意思。</description>
<files>
<folder source="WiS IV plugins\Heal Other Resurrect" destination="" />
</files>
<typeDescriptor>
<type name="Optional" />
</typeDescriptor>
</plugin>
<plugin name="强力(蓄力)攻击">
<description>强力(蓄力)攻击造成以往三倍的伤害。</description>
<files>
<folder source="WiS IV plugins\Bash Power Attack" destination="" />
</files>
<typeDescriptor>
<type name="Optional" />
</typeDescriptor>
</plugin>
<plugin name="瘟疫">
<description>疾病传播得更加疯狂,造成生命,魔法,体力的严重损害。</description>
<files>
<folder source="WiS IV plugins\Disease" destination="" />
</files>
<typeDescriptor>
<type name="Optional" />
</typeDescriptor>
</plugin>
<plugin name="强力弓箭">
<description>双倍弓箭伤害</description>
<files>
<folder source="WiS IV plugins\Double Arrow Damage" destination="" />
</files>
<typeDescriptor>
<type name="Optional" />
</typeDescriptor>
</plugin>
<plugin name="摔落惩罚">
<description>摔落双倍伤害</description>
<files>
<folder source="WiS IV plugins\Double Fall Damage" destination="" />
</files>
<typeDescriptor>
<type name="Optional" />
</typeDescriptor>
</plugin>
<plugin name="NPC技能">
<description>NPC技能增长的更快,原游戏为每级2-3点,现在为每级5-7点。.</description>
<files>
<folder source="WiS IV plugins\Perks for NPCs" destination="" />
</files>
<typeDescriptor>
<type name="Optional" />
</typeDescriptor>
</plugin>
<plugin name="种族修改">
<description>巨人等等种族真实化.</description>
<files>
<folder source="WiS IV plugins\Races" destination="" />
</files>
<typeDescriptor>
<type name="Optional" />
</typeDescriptor>
</plugin>
<plugin name="潜行者的噩梦">
<description>潜行将更加困难。在潜行模式下进攻敌人,他们会搜你个2分钟 (原游戏为15-30秒)。光天化日之下将更加难以潜行,双倍难于原游戏。</description>
<files>
<folder source="WiS IV plugins\Difficult Stealth" destination="" />
</files>
<typeDescriptor>
<type name="Optional" />
</typeDescriptor>
</plugin>
<plugin name="水下作战">
<description>水下作战。NPC和敌人可以游泳,你躲河里再也没用了。除了不死族怕水以外。</description>
<files>
<folder source="WiS IV plugins\Water Wars" destination="" />
</files>
<typeDescriptor>
<type name="Optional" />
</typeDescriptor>
</plugin>
<plugin name="矛与盾的纠结">
<description>装甲与防守,很有意思,战斗时间将变长。盾牌吸收100%的伤害,体力充足了话挡格双倍,装甲提升三倍,武器将造成更小的伤害
</description>
<files>
<folder source="WiS IV plugins\Armors Blocks" destination="" />
</files>
<typeDescriptor>
<type name="Optional" />
</typeDescriptor>
</plugin>
</plugins>
</group>
<group name="4. 等级关联" type="SelectExactlyOne">
<plugins order="Explicit">
<plugin name="等级倍数X1">
<description>天际战争世界的NPC和怪物等级.</description>
<files>
<folder source="WiS IV plugins\Leveled World\X1" destination="" />
</files>
<typeDescriptor>
<type name="Optional" />
</typeDescriptor>
</plugin>
<plugin name="等级倍数X2">
<description>天际战争世界的NPC和怪物等级是玩家的两倍.</description>
<files>
<folder source="WiS IV plugins\Leveled World\X2" destination="" />
</files>
<typeDescriptor>
<type name="Optional" />
</typeDescriptor>
</plugin>
<plugin name="等级倍数X3">
<description>天际战争世界的NPC和怪物等级是玩家的三倍.</description>
<files>
<folder source="WiS IV plugins\Leveled World\X3" destination="" />
</files>
<typeDescriptor>
<type name="Optional" />
</typeDescriptor>
</plugin>
<plugin name="等级倍数X4">
<description>天际战争世界的NPC和怪物等级是玩家的四倍.</description>
<files>
<folder source="WiS IV plugins\Leveled World\X4" destination="" />
</files>
<typeDescriptor>
<type name="Optional" />
</typeDescriptor>
</plugin>
<plugin name="等级倍数X10">
<description>天际战争世界的NPC和怪物等级是玩家的十倍.</description>
<files>
<folder source="WiS IV plugins\Leveled World\X10" destination="" />
</files>
<typeDescriptor>
<type name="Optional" />
</typeDescriptor>
</plugin>
<plugin name="等级倍数X30">
<description>天际战争世界的NPC和怪物等级是玩家的三十倍.</description>
<files>
<folder source="WiS IV plugins\Leveled World\X30" destination="" />
</files>
<typeDescriptor>
<type name="Optional" />
</typeDescriptor>
</plugin>
</plugins>
</group>
<group name="5. 刷怪速度" type="SelectExactlyOne">
<plugins order="Explicit">
<plugin name="缓慢">
<description>5天重生怪,已清理的区域要10天。.</description>
<files>
<folder source="WiS IV Blood Coins\slow" destination="" />
</files>
<typeDescriptor>
<type name="Optional" />
</typeDescriptor>
</plugin>
<plugin name="正常">
<description>1天重生怪,已清理区域要2天。.</description>
<files>
<folder source="WiS IV Blood Coins\normal" destination="" />
</files>
<typeDescriptor>
<type name="Optional" />
</typeDescriptor>
</plugin>
<plugin name="疯狂">
<description>5天重生怪,已清理区域要1天。.</description>
<files>
<folder source="WiS IV Blood Coins\insane" destination="" />
</files>
<typeDescriptor>
<type name="Optional" />
</typeDescriptor>
</plugin>
</plugins>
</group>
<group name="6. NPC血量" type="SelectExactlyOne">
<plugins order="Explicit">
<plugin name="一半">
<description>NPC生命值减半.</description>
<files>
<folder source="WiS IV plugins\Life Npc\half" destination="" />
</files>
<typeDescriptor>
<type name="Optional" />
</typeDescriptor>
</plugin>
<plugin name="两倍">
<description>NPC生命值X2.</description>
<files>
<folder source="WiS IV plugins\Life Npc\double" destination="" />
</files>
<typeDescriptor>
<type name="Optional" />
</typeDescriptor>
</plugin>
</plugins>
</group>
</optionalFileGroups>
</installStep>
</installSteps>
</config>

 

上一个:《魔岩山传说》秘密地点和心得

下一个:《彩虹六号:维加斯》1&2代剧情(剧透)

推荐手游