This repository has been archived by the owner on Mar 27, 2023. It is now read-only.
Releases: duniul/bannerlord-wanderer-strings-loader
Releases · duniul/bannerlord-wanderer-strings-loader
1.1.0
1.0.0
To use it in your mod, drop WandererStringsLoader.dll
into YourModuleDirectory\bin\Win64_Shipping_Client
. It will then automatically load any wanderer_strings*.xml
files it finds in the YourModuleDirectory/ModData
.
You also need to add it to the SubModule.xml
file in your module, like this:
<SubModules>
<SubModule>
<Name value="WandererStringsLoader"/>
<DLLName value="WandererStringsLoader.dll"/>
<SubModuleClassType value="WandererStringsLoader.Main"/>
<Tags>
<Tag key="DedicatedServerType" value="none" />
<Tag key="IsNoRenderModeElement" value="false" />
</Tags>
</SubModule>
</SubModules>