|

楼主 |
发表于 2019-4-14 21:55:48
|
显示全部楼层
谢谢,那么怎么加文件路径呢?文件打开没开到有加路径的语句啊。
fomod文件夹里就两个文件
info.xml文件
<?xml version="1.0" encoding="UTF-16"?>
<fomod>
<Name>Slaverun Reloaded</Name>
<Author>Kenjoka</Author>
<Version>3.0 Beta 1</Version>
<Website>http://www.loverslab.com/topic/52885-slaverun-reloaded-V2.0/</Website>
<Groups>
<element>Quest</element>
</Groups>
</fomod>
ModuleConfig.xml文件
<?xml version="1.0" encoding="UTF-16" ?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://qconsulting.ca/fo3/ModConfig5.0.xsd">
<moduleName>Slaverun Reloaded V3 Beta 1</moduleName>
<installSteps order="Explicit">
<installStep name="Main and optionals">
<optionalFileGroups order="Explicit">
<group name="Install main mod" type="SelectAny">
<plugins>
<plugin name="Slaverun Reloaded">
<description>
Installs the Slaverun Reloaded main mod.
</description>
<files>
<folder source="SlaverunReloaded" destination=""/>
</files>
<typeDescriptor>
<type name="Optional"/>
</typeDescriptor>
</plugin>
</plugins>
</group>
<group name="Install comments?" type="SelectAny">
<plugins>
<plugin name="Slaverun Reloaded Comments">
<description>
Installs the optional comment module. This requires Sexlab - Sexual Fame Framework and its dependencies. The base mod will function normally without the comments, but comments will also work without main mod.
</description>
<files>
<folder source="SlaverunReloaded Comments" destination=""/>
</files>
<typeDescriptor>
<type name="Optional"/>
</typeDescriptor>
</plugin>
</plugins>
</group>
<group name="Install alternative json config for Apachii Hairstyles?" type="SelectAny">
<plugins>
<plugin name="Slaverun Json config for ApachiiSky">
<description>
Installs a slaverun.json file in which haircuts of ApachiiSky are used. Only use this if you have ApachiiSkyHair and ApachiiSkyHairFemale installed.
</description>
<files>
<folder source="SlaverunReloadedApacheHairs" destination=""/>
</files>
<typeDescriptor>
<type name="Optional"/>
</typeDescriptor>
</plugin>
</plugins>
</group>
<group name="Install patch for Apropos Classic 2017 03 02 01" type="SelectAny">
<plugins>
<plugin name="Apropos Classic 2017 03 02 01 Patch">
<description>
Installs a small patch for apropos to prevent a CTD in the (optional) beheading scene after a lost arena fight. Don't install if you don't use apropos or don't want that beheading anyway!
</description>
<files>
<folder source="Apropos Classic 2017 03 02 01 Patch" destination=""/>
</files>
<typeDescriptor>
<type name="Optional"/>
</typeDescriptor>
</plugin>
</plugins>
</group>
<group name="Install Slaverun crawling animations" type="SelectAny">
<plugins>
<plugin name="SlaverunCrawlingAnimation">
<description>
Installs animation files to enable crawling feature in Slaverun Reloaded (with credits to DarkAngel1265 (https://www.nexusmods.com/skyrim/mods/33097).
</description>
<files>
<folder source="SlaverunCrawlingAnimation" destination=""/>
</files>
<typeDescriptor>
<type name="Optional"/>
</typeDescriptor>
</plugin>
</plugins>
</group>
</optionalFileGroups>
</installStep>
</installSteps>
</config>
|
|