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

1.0.0

Compare
Choose a tag to compare
@duniul duniul released this 14 Apr 21:44
· 4 commits to master since this release
23c916b

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>