Skip to content

2.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jun 20:24
1ed0296
  • Mod config settings now support translations. OWML will look for files named after the TextTranslation.Language enums in base game in a folder named translations where your mod is installed. Eg, translations/english.json. These files will follow the same format as New Horizons translations, and the UIDictionary will be used to store key-value pairs for your translation results. Translations support the title and tooltip fields for a setting, and if the title is absent it will use the setting's ID as a key. Check the OWML settings documentation for more info.
  • Added dlcOnly support to settings that should only appear when Echoes of the Eye is installed.