Releases: dgarroDC/SuitLog
1.5.0
1.4.2
1.4.1
-
Translations are now in JSON files.
-
Missing texts are now translatable: the "Close Entries" prompt and the texts for custom modes (the same 3 texts as Custom Ship Log Modes)
-
Added Spanish translation for the missing texts
-
Added Simplified Chinese translation for the missing texts by @NanFyn (from CSLM translation and missing "Close Entries" prompt issue report)
-
Added Japanese translation for custom mode texts by @TRSasasusu (from CSLM translation, "Close Entries" translation is still missing!)
1.4.0
Added translations for 16 languages by @omega-fallon (and russian correction by @istudyatuni)
1.3.2
Fixed to work with Outer Wilds Patch 15 (updated game libs). Thank you @MegaPiggy !
1.3.1
1.3.0
Custom Suit Log Modes
This update adds an API that allows other mods to add their custom Suit Log modes that the user can switch between (including a mode selector like in Custom Ship Log Modes).
The API also includes many methods to create and use item lists on the suit's helmet UI that are very similar to the ones from Custom Ship Log Modes with easy portability between the two. See the README's guide for more info.
1.2.8
- An orange question mark is displayed when selecting a rumored entry or a planet with no revealed entries, similar to vanilla's Ship Log Map Mode.
- More internal changes were made to progress the future custom modes feature, particularly for item lists. In fact, the question mark was added for a better compatibility between Ship Log and Suit Log item lists.
1.2.7
- Planets (and other locations) with no entries revealed but that are visible in the vanilla Ship Log's Map Mode are now also visible in the Suit Log (also with the message "No discoveries yet."). This also includes New Horizon's planets (the ones without
invisibleWhenHiddenset intrue). - With this update a large internal refactor to the codebase was done, moving most of the logic to a
SuitLogModeand aSuitLogItemList. This doesn't change anything to the mod functionality yet, but it's a first step to a future update that will include the possibility to others mods to add Custom Suit Log Modes, allowing them to use the Suit Log UI with a similar API to the Custom Ship Log Modes "Item List" API methods (this should help porting existing Ship Log Modes that use those methods to the Suit Log, although there will be some different that will be clarified when the update is complete).