-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSubModule.xml
More file actions
28 lines (28 loc) · 1.07 KB
/
Copy pathSubModule.xml
File metadata and controls
28 lines (28 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<Module>
<Name value="more town boost"/>
<Id value="moretownboost"/>
<Version value="v1.0.0"/>
<SingleplayerModule value="true"/>
<MultiplayerModule value="false"/>
<DependedModules>
<DependedModule Id="Native"/>
<DependedModule Id="SandBoxCore"/>
<DependedModule Id="Sandbox"/>
<DependedModule Id="CustomBattle"/>
<DependedModule Id="StoryMode" />
</DependedModules>
<SubModules>
<!-- The following SubModule element is optional. You can remove this portion if your mod does not have a DLL associated with it. -->
<SubModule>
<Name value="moretownboost"/>
<!-- Path to the DLL File, if your Mod is called MyModule then it should be -->
<DLLName value="moretownboost.dll"/>
<SubModuleClassType value="moretownboost.SubModule"/>
<Tags>
<Tag key="DedicatedServerType" value="none" />
<Tag key="IsNoRenderModeElement" value="false" />
</Tags>
</SubModule>
</SubModules>
<Xmls />
</Module>