-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathSubModule.xml
29 lines (29 loc) · 860 Bytes
/
SubModule.xml
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
29
<?xml version="1.0" encoding="utf-8"?>
<Module>
<Name value="Bannerlord Tweaks"/>
<Id value="zzBannerlordTweaks"/>
<Version value="v1.4.8"/>
<DefaultModule value="false"/>
<SingleplayerModule value="true"/>
<MultiplayerModule value="false"/>
<Official value="false"/>
<DependedModules>
<DependedModule Id="Native"/>
<DependedModule Id="SandBoxCore"/>
<DependedModule Id="Sandbox"/>
<DependedModule Id="CustomBattle"/>
<DependedModule Id="StoryMode"/>
<DependedModule Id="ModLib"/>
</DependedModules>
<SubModules>
<SubModule>
<Name value="BannerlordTweaks"/>
<DLLName value="BannerlordTweaks.dll"/>
<SubModuleClassType value="BannerlordTweaks.SubModule"/>
<Tags>
<Tag key="DedicatedServerType" value="none" />
<Tag key="IsNoRenderModeElement" value="false" />
</Tags>
</SubModule>
</SubModules>
</Module>