XunAmarox Posted August 26, 2013 Share Posted August 26, 2013 Here are two different examples: Reveal hidden contents <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://qconsulting.ca/fo3/ModConfig5.0.xsd"> <moduleName>CBBE Innies by XunAmarox v1.4</moduleName> <installSteps order="Explicit"> <installStep name="Custom"> <optionalFileGroups order="Explicit"> <group name="Shaving Style" type="SelectExactlyOne"> <plugins order="Explicit"> <plugin name="Shaved/Waxed (Default)"> <description> All pubic hair has been removed. </description> <image path="fomod\images\shaved.jpg"/> <files> <file source="0 - Common" destination=""/> <file source="1 - Shaved" destination=""/> </files> <typeDescriptor> <type name="Optional"/> </typeDescriptor> </plugin> <plugin name="Traditional"> <description> Traditional style of pubic hair is present. </description> <image path="fomod\images\traditional.jpg"/> <files> <file source="0 - Common" destination=""/> <file source="2 - Traditional" destination=""/> </files> <typeDescriptor> <type name="Optional"/> </typeDescriptor> </plugin> <plugin name="Small Strip"> <description> Only a small strip of pubic hair remains. </description> <image path="fomod\images\smstrip.jpg"/> <files> <file source="0 - Common" destination=""/> <file source="6 - sm strip" destination=""/> </files> <typeDescriptor> <type name="Optional"/> </typeDescriptor> </plugin> <plugin name="Strip"> <description> Only a strip of pubic hair remains. Note: wider and longer than small strip </description> <image path="fomod\images\strip.jpg"/> <files> <file source="0 - Common" destination=""/> <file source="7 - strip" destination=""/> </files> <typeDescriptor> <type name="Optional"/> </typeDescriptor> </plugin> <plugin name="V"> <description> Two small diagonal strips of pubic hair remains. </description> <image path="fomod\images\v.jpg"/> <files> <file source="0 - Common" destination=""/> <file source="8 - v" destination=""/> </files> <typeDescriptor> <type name="Optional"/> </typeDescriptor> </plugin> <plugin name="Dragon"> <description> An almost impossibly fancy imperial dragon styled patch of hair remains. Boy, that must take some work to maintain... </description> <image path="fomod\images\dragon.jpg"/> <files> <file source="0 - Common" destination=""/> <file source="9 - dragon" destination=""/> </files> <typeDescriptor> <type name="Optional"/> </typeDescriptor> </plugin> </plugins> </group> <group name="Optional Normal Maps" type="SelectAtMostOne"> <plugins order="Explicit"> <plugin name="Sporty Sexy Abs"> <description> Sporty Sexy Map by xs2reality along with ab smoothing of the top and bottom from Fitness Body by SvarogNL. Adapted for CBBE Innies with explicit written permission and now available for your enjoyment! </description> <image path="fomod\images\sporty.jpg"/> <files> <file source="5 - Sporty Abs" destination=""/> </files> <typeDescriptor> <type name="Optional"/> </typeDescriptor> </plugin> <plugin name="BM Abs"> <description> Better Males style abs instead of the default abs, adapted by myself. </description> <image path="fomod\images\abs.jpg"/> <files> <file source="4 - BM Abs" destination=""/> </files> <typeDescriptor> <type name="Optional"/> </typeDescriptor> </plugin> </plugins> </group> <group name="Optional File" type="SelectAny"> <plugins order="Explicit"> <plugin name="Face Texture"> <description> Install a face texture as well? This may only be necessary if you're having trouble using the Official CBBE Face Pack by Jeir or don't know how to run Texture Blend. Install if you want it, otherwise run Texture Blend if you have seams. </description> <image path="fomod\images\face.jpg"/> <files> <file source="3 - Face" destination=""/> </files> <typeDescriptor> <type name="Optional"/> </typeDescriptor> </plugin> </plugins> </group> </optionalFileGroups> </installStep> </installSteps> </config> Reveal hidden contents <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://qconsulting.ca/fo3/ModConfig5.0.xsd"> <moduleName>SOS Light - Schlong Sizes</moduleName> <installSteps order="Explicit"> <installStep name="Body Type"> <optionalFileGroups order="Explicit"> <group name="Body Type" type="SelectExactlyOne"> <plugins order="Explicit"> <plugin name="Default"> <description> Are you using the Default body? </description> <image path="fomod\images\default-hairless.jpg"/> <conditionFlags> <flag name="BodyBuilder">Off</flag> </conditionFlags> <files> <file source="" destination=""/> </files> <typeDescriptor> <type name="Optional"/> </typeDescriptor> </plugin> <plugin name="Body Builder"> <description> Are you using the BodyBuilder body? </description> <image path="fomod\images\bodybuilder-hairless.jpg"/> <conditionFlags> <flag name="BodyBuilder">On</flag> </conditionFlags> <files> <file source="" destination=""/> </files> <typeDescriptor> <type name="Optional"/> </typeDescriptor> </plugin> </plugins> </group> </optionalFileGroups> </installStep> <installStep name="Schlong Size - Default"> <visible> <flagDependency flag="BodyBuilder" value="Off" /> </visible> <optionalFileGroups> <group name="Schlong Size" type="SelectExactlyOne"> <plugins order="Explicit"> <plugin name="Scaled x1.5-1.5y.5"> <description> The entire penis has been scalled 1.5 times larger, the balls have been scaled 1.5 times larger and the length of one segment of it was increased by 0.5 times. </description> <image path="fomod/images/0.jpg"/> <files> <folder destination="" source="1.0 - Scaled x1.5-1.5y.5" /> </files> <typeDescriptor> <type name="Optional"/> </typeDescriptor> </plugin> <plugin name="Scaled x2-1.5"> <description> The entire penis has been scaled 2 times larger, the balls have been scaled 1.5 times larger. </description> <image path="fomod/images/1.jpg"/> <files> <folder destination="" source="1.1 - Scaled x2-1.5" /> </files> <typeDescriptor> <type name="Optional"/> </typeDescriptor> </plugin> <plugin name="Scaled x2-1.5y2"> <description> The entire penis has been scaled 2 times larger, the balls have been scaled 1.5 times larger, and the length of one segment of it was increased by 2 times. </description> <image path="fomod/images/2.jpg"/> <files> <folder destination="" source="1.2 - Scaled x2-1.5y2" /> </files> <typeDescriptor> <type name="Optional"/> </typeDescriptor> </plugin> <plugin name="Scaled x2.5-1.5"> <description> The entire penis has been scaled 2.5 times larger, the balls have been scaled 1.5 times larger. </description> <image path="fomod/images/3.jpg"/> <files> <folder destination="" source="1.3 - Scaled x2.5-1.5" /> </files> <typeDescriptor> <type name="Optional"/> </typeDescriptor> </plugin> </plugins> </group> </optionalFileGroups> </installStep> <installStep name="Schlong Size - BodyBuilder"> <visible> <flagDependency flag="BodyBuilder" value="On" /> </visible> <optionalFileGroups> <group name="Schlong Size" type="SelectExactlyOne"> <plugins order="Explicit"> <plugin name="Scaled x1.5-1.5y.5"> <description> The entire penis has been scalled 1.5 times larger, the balls have been scaled 1.5 times larger and the length of one segment of it was increased by 0.5 times. </description> <image path="fomod/images/0.jpg"/> <files> <folder destination="" source="2.0 - Scaled x1.5-1.5y.5" /> </files> <typeDescriptor> <type name="Optional"/> </typeDescriptor> </plugin> <plugin name="Scaled x2-1.5"> <description> The entire penis has been scaled 2 times larger, the balls have been scaled 1.5 times larger. </description> <image path="fomod/images/1.jpg"/> <files> <folder destination="" source="2.1 - Scaled x2-1.5" /> </files> <typeDescriptor> <type name="Optional"/> </typeDescriptor> </plugin> <plugin name="Scaled x2-1.5y2"> <description> The entire penis has been scaled 2 times larger, the balls have been scaled 1.5 times larger, and the length of one segment of it was increased by 2 times. </description> <image path="fomod/images/2.jpg"/> <files> <folder destination="" source="2.2 - Scaled x2-1.5y2" /> </files> <typeDescriptor> <type name="Optional"/> </typeDescriptor> </plugin> <plugin name="Scaled x2.5-1.5"> <description> The entire penis has been scaled 2.5 times larger, the balls have been scaled 1.5 times larger. </description> <image path="fomod/images/3.jpg"/> <files> <folder destination="" source="2.3 - Scaled x2.5-1.5" /> </files> <typeDescriptor> <type name="Optional"/> </typeDescriptor> </plugin> </plugins> </group> </optionalFileGroups> </installStep> </installSteps> </config> There's no error code whatsoever. When I install with NMM everything is fine until I click finish in the installer then it says "Mod Not Activated" as if I'd clicked cancel. Here's the full packages: http://skyrim.nexusmods.com/mods/39301http://www.mediafire.com/download/cz1s3ctm6q20589/SOS_Light_-_Schlong_Sizes.7z I don't see anything wrong, but there has to be something I overlooked. Any idea what it is? Link to comment Share on other sites More sharing options...
IsharaMeradin Posted August 26, 2013 Share Posted August 26, 2013 I don't know. I use patterns and dependencies in my selections then install everything at the end. It has worked before. I've not tried recently as I can't even play the game any more. There is always the possibility that an NMM update broke something. See if my mod works on your setup. http://skyrim.nexusmods.com/mods/25319If it does, feel free to adapt the XML file for your needs. Link to comment Share on other sites More sharing options...
XunAmarox Posted August 26, 2013 Author Share Posted August 26, 2013 I did some testing and it turns out that for whatever reason NMM won't install with file paths setup like this: <file source="0 - Common" destination=""/>They need to be explicitly referenced in both the source and destination it seems. Here's a working version that doesn't have the "Mod Not Activated" problem with only the aforementioned changed: Reveal hidden contents <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://qconsulting.ca/fo3/ModConfig5.0.xsd"> <moduleName>CBBE Innies by XunAmarox v1.4.1</moduleName> <installSteps order="Explicit"> <installStep name="Custom"> <optionalFileGroups order="Explicit"> <group name="Shaving Style" type="SelectExactlyOne"> <plugins order="Explicit"> <plugin name="Shaved/Waxed (Default)"> <description> All pubic hair has been removed. </description> <image path="fomod\images\shaved.jpg"/> <files> <file source="0 - Common\textures\actors\character\female\femalebody_1_msn.dds" destination="textures\actors\character\female\femalebody_1_msn.dds"/> <file source="0 - Common\textures\actors\character\female\femalebody_1_s.dds" destination="textures\actors\character\female\femalebody_1_s.dds"/> <file source="0 - Common\textures\actors\character\female\femalebody_1_sk.dds" destination="textures\actors\character\female\femalebody_1_sk.dds"/> <file source="1 - Shaved\textures\actors\character\female\femalebody_1.dds" destination="textures\actors\character\female\femalebody_1.dds"/> </files> <typeDescriptor> <type name="Optional"/> </typeDescriptor> </plugin> <plugin name="Traditional"> <description> Traditional style of pubic hair is present. </description> <image path="fomod\images\traditional.jpg"/> <files> <file source="0 - Common\textures\actors\character\female\femalebody_1_msn.dds" destination="textures\actors\character\female\femalebody_1_msn.dds"/> <file source="0 - Common\textures\actors\character\female\femalebody_1_s.dds" destination="textures\actors\character\female\femalebody_1_s.dds"/> <file source="0 - Common\textures\actors\character\female\femalebody_1_sk.dds" destination="textures\actors\character\female\femalebody_1_sk.dds"/> <file source="2 - Traditional\textures\actors\character\female\femalebody_1.dds" destination="textures\actors\character\female\femalebody_1.dds"/> </files> <typeDescriptor> <type name="Optional"/> </typeDescriptor> </plugin> <plugin name="Small Strip"> <description> Only a small strip of pubic hair remains. </description> <image path="fomod\images\smstrip.jpg"/> <files> <file source="0 - Common\textures\actors\character\female\femalebody_1_msn.dds" destination="textures\actors\character\female\femalebody_1_msn.dds"/> <file source="0 - Common\textures\actors\character\female\femalebody_1_s.dds" destination="textures\actors\character\female\femalebody_1_s.dds"/> <file source="0 - Common\textures\actors\character\female\femalebody_1_sk.dds" destination="textures\actors\character\female\femalebody_1_sk.dds"/> <file source="6 - sm strip\textures\actors\character\female\femalebody_1.dds" destination="textures\actors\character\female\femalebody_1.dds"/> </files> <typeDescriptor> <type name="Optional"/> </typeDescriptor> </plugin> <plugin name="Strip"> <description> Only a strip of pubic hair remains. Note: wider and longer than small strip </description> <image path="fomod\images\strip.jpg"/> <files> <file source="0 - Common\textures\actors\character\female\femalebody_1_msn.dds" destination="textures\actors\character\female\femalebody_1_msn.dds"/> <file source="0 - Common\textures\actors\character\female\femalebody_1_s.dds" destination="textures\actors\character\female\femalebody_1_s.dds"/> <file source="0 - Common\textures\actors\character\female\femalebody_1_sk.dds" destination="textures\actors\character\female\femalebody_1_sk.dds"/> <file source="7 - strip\textures\actors\character\female\femalebody_1.dds" destination="textures\actors\character\female\femalebody_1.dds"/> </files> <typeDescriptor> <type name="Optional"/> </typeDescriptor> </plugin> <plugin name="V"> <description> Two small diagonal strips of pubic hair remains. </description> <image path="fomod\images\v.jpg"/> <files> <file source="0 - Common\textures\actors\character\female\femalebody_1_msn.dds" destination="textures\actors\character\female\femalebody_1_msn.dds"/> <file source="0 - Common\textures\actors\character\female\femalebody_1_s.dds" destination="textures\actors\character\female\femalebody_1_s.dds"/> <file source="0 - Common\textures\actors\character\female\femalebody_1_sk.dds" destination="textures\actors\character\female\femalebody_1_sk.dds"/> <file source="8 - v\textures\actors\character\female\femalebody_1.dds" destination="textures\actors\character\female\femalebody_1.dds"/> </files> <typeDescriptor> <type name="Optional"/> </typeDescriptor> </plugin> <plugin name="Dragon"> <description> An almost impossibly fancy imperial dragon styled patch of hair remains. Boy, that must take some work to maintain... </description> <image path="fomod\images\dragon.jpg"/> <files> <file source="0 - Common\textures\actors\character\female\femalebody_1_msn.dds" destination="textures\actors\character\female\femalebody_1_msn.dds"/> <file source="0 - Common\textures\actors\character\female\femalebody_1_s.dds" destination="textures\actors\character\female\femalebody_1_s.dds"/> <file source="0 - Common\textures\actors\character\female\femalebody_1_sk.dds" destination="textures\actors\character\female\femalebody_1_sk.dds"/> <file source="9 - dragon\textures\actors\character\female\femalebody_1.dds" destination="textures\actors\character\female\femalebody_1.dds"/> </files> <typeDescriptor> <type name="Optional"/> </typeDescriptor> </plugin> </plugins> </group> <group name="Optional Normal Maps" type="SelectAtMostOne"> <plugins order="Explicit"> <plugin name="Sporty Sexy Abs"> <description> Sporty Sexy Map by xs2reality along with ab smoothing of the top and bottom from Fitness Body by SvarogNL. Adapted for CBBE Innies with explicit written permission and now available for your enjoyment! </description> <image path="fomod\images\sporty.jpg"/> <files> <file source="5 - Sporty Abs\textures\actors\character\female\femalebody_1_msn.dds" destination="textures\actors\character\female\femalebody_1_msn.dds"/> </files> <typeDescriptor> <type name="Optional"/> </typeDescriptor> </plugin> <plugin name="BM Abs"> <description> Better Males style abs instead of the default abs, adapted by myself. </description> <image path="fomod\images\abs.jpg"/> <files> <file source="4 - BM Abs\textures\actors\character\female\femalebody_1_msn.dds" destination="textures\actors\character\female\femalebody_1_msn.dds"/> </files> <typeDescriptor> <type name="Optional"/> </typeDescriptor> </plugin> </plugins> </group> <group name="Optional File" type="SelectAny"> <plugins order="Explicit"> <plugin name="Face Texture"> <description> Install a face texture as well? This may only be necessary if you're having trouble using the Official CBBE Face Pack by Jeir or don't know how to run Texture Blend. Install if you want it, otherwise run Texture Blend if you have seams. </description> <image path="fomod\images\face.jpg"/> <files> <file source="3 - Face\textures\actors\character\female\femalehead.dds" destination="textures\actors\character\female\femalehead.dds"/> <file source="3 - Face\textures\actors\character\female\femalehead_msn.dds" destination="textures\actors\character\female\femalehead_msn.dds"/> <file source="3 - Face\textures\actors\character\female\femalehead_s.dds" destination="textures\actors\character\female\femalehead_s.dds"/> <file source="3 - Face\textures\actors\character\female\femalehead_sk.dds" destination="textures\actors\character\female\femalehead_sk"/> </files> <typeDescriptor> <type name="Optional"/> </typeDescriptor> </plugin> </plugins> </group> </optionalFileGroups> </installStep> </installSteps> </config> Hopefully NMM either adds support for that folder/destination setup or adds an error message in the future. Link to comment Share on other sites More sharing options...
IsharaMeradin Posted August 26, 2013 Share Posted August 26, 2013 There is folder support. Check the xml on my omod (linked earlier). I target folders for installing rather than listing out each file. Link to comment Share on other sites More sharing options...
prod80 Posted August 27, 2013 Share Posted August 27, 2013 The problem in the one that doesn't work is that you use File Source="..." while you should use Folder Source="..." When you use File Source you need to give the file name, while folder simply copies over the entire folder contents to the Data folder. Link to comment Share on other sites More sharing options...
Recommended Posts