Logo Platform
logo amplifiers simplified

Add more support module Help!

Reply
Copied to clipboard!
7 years ago
Feb 7, 2018, 6:51:58 AM

Hello all,

My objective is add more support module for ship unlockable at all stage for more strategie.

I want to add these module to an existing technologies for unlocking.

I started with 4 modules, but i dont see my modules in game technologie page.



I need help!

What is wrong?

My mod folder:


MoreModuleSupport\Simulation\Battles\ModuleDefinitions[MoreModuleSupport].xml

MoreModuleSupport\Simulation\Battles\SimulationDescriptors[MoreModuleSupport].xml

MoreModuleSupport\Localization\english\ES2_Localisation_Locales.xml

MoreModuleSupport\Gui\GuiElements[MoreModuleSupport].xml


My file:


GuiElements[MoreModuleSupport].xml

ES2_Localization_Locales.xml

ModuleDefinitions[MoreModuleSupport].xml

SimulationDescriptors[MoreModuleSupport].xml

0Send private message
7 years ago
Feb 7, 2018, 9:05:51 AM

Hey Frozeur!


Can you check in MoreModuleSupport.xml if your FilePaths are pointing to the correct folders & files?

I don't see anything wrong at first glance with the files you provided.

0Send private message
0Send private message
7 years ago
Feb 9, 2018, 8:56:57 AM

Ah, your <Plugins> list in MoremoduleSupport.xml does not include a line for modules or for Localization!


You'll have to add these lines next to the others:

<!-- You can remove extra types you don't need -->
<DatabasePlugin DataType="ModuleDefinition, Assembly-CSharp" Priority="10">
    <ExtraTypes>
        <ExtraType DataType="WeaponModuleDefinition, Assembly-CSharp" />
        <ExtraType DataType="DefenseModuleDefinition, Assembly-CSharp" />
        <ExtraType DataType="SupportModuleDefinition, Assembly-CSharp" />
        <ExtraType DataType="LogisticsModuleDefinition, Assembly-CSharp" />
        <ExtraType DataType="BridgeModuleDefinition, Assembly-CSharp" />
        <ExtraType DataType="MothershipModuleDefinition, Assembly-CSharp" />
        <ExtraType DataType="DestructionModuleDefinition, Assembly-CSharp" />
        <ExtraType DataType="SquadronModuleDefinition, Assembly-CSharp" />
    </ExtraTypes>

    <FilePath>Public/Simulation/Battles/ModuleDefinitions.xml</FilePath>
    <FilePath>Public/Simulation/Battles/ModuleDefinitions[*].xml</FilePath>
</DatabasePlugin>

<!-- Default language can be any of supported ones. -->
<LocalizationPlugin DefaultLanguage="english">
    <Directory>Localization</Directory>
</LocalizationPlugin>

0Send private message
0Send private message
?

Click here to login

Reply
Comment

Characters : 0
No results
0Send private message