Releases: ow-mods/owml
Releases · ow-mods/owml
2.15.1
2.15.0
Merge pull request #608 from ow-mods/dev 2.15.0 - Add SetText to 3, 4, and Input popups
2.14.1
Merge pull request #607 from ow-mods/dev Updated file logging
2.14.0
Merge pull request #599 from ow-mods/dev Updated download artifacts to v4
2.13.0
First round of fixes for Patch 15
2.12.1
- Fixed an NRE that broke menus
2.12.0
- Mod config settings now support translations. OWML will look for files named after the
TextTranslation.Language
enums in base game in a folder namedtranslations
where your mod is installed. Eg,translations/english.json
. These files will follow the same format as New Horizons translations, and theUIDictionary
will be used to store key-value pairs for your translation results. Translations support thetitle
andtooltip
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.
2.11.1
Merge pull request #572 from ow-mods/dev 2.11.1
2.11.0
Merge pull request #571 from ow-mods/dev 2.11.0
2.10.3
Merge pull request #570 from ow-mods/dev 2.10.3