Jump to content

NMM Installer in SSE (FOMOD)


Recommended Posts

I'm trying to get the FOMOD Installer to work in NMM for SSE but everytime i load my FOMOD.

Everything works fine when i try to do the same thing in the NMM for Oldrim

 

I get this error Error: An error occurred while parsing EntityName. Line 8, position 30.

 

My info.xml

<fomod>
  <Name>Calling Of The Conjurer</Name>
  <Author>EddieTheEagle</Author>
  <Version>2.0</Version>
  <Id>702</Id>
  <Website>http://www.nexusmods.com/skyrimspecialedition/mods/702/</Website>
  <Groups>
    <element>Magic Spell and enchantments</element>
  </Groups>
</fomod>

My moduleconfig.xml

<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://qconsulting.ca/fo3/ModConfig5.0.xsd">
  <moduleName position="Left" colour="000000">Calling Of The Conjurer</moduleName>
  <installSteps order="Explicit">
    <installStep name="Optional Files">
      <!--<designer.metadata.do.not.edit> {"name":"Optional Files"}-->
      <optionalFileGroups order="Explicit">
        <group name="Optional Files" type="SelectAny">
          <plugins order="Ascending">
            <plugin name="Unlimited Summons">
              <!--<designer.metadata.do.not.edit> {"name":"Unlimited Summons"}-->
              <description>Changes the Twin Souls perk to Unlimited Souls allowing you to summon upto 1000 creatures.</description>
              <image path="fomod\images\Capture.JPG"/>
              <files>
                <file source="Optional Unlimited Summons\UnlimitedSummons.esp" destination="UnlimitedSummons.esp" priority="0" alwaysInstall="false" installIfUsable="false"/>
              </files>
              <typeDescriptor>
                <type name="Optional"/>
              </typeDescriptor>
            </plugin>
          </plugins>
          <!--<designer.metadata.do.not.edit> {"name":"Optional Files"}-->
        </group>
      </optionalFileGroups>
    </installStep>
  </installSteps>
</config>
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...