Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Releases: duniul/bannerlord-wanderer-strings-loader

1.1.0

15 Nov 01:04
65ff9b4
Compare
Choose a tag to compare

Full Changelog: 1.0...1.1.0

  • Fixes an issue when using multiple mods that use WandererStringsLoader, where only the strings from the last loaded mod got into the game.

1.0.0

14 Apr 21:44
23c916b
Compare
Choose a tag to compare

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>