Skip to content

1.2.7

Compare
Choose a tag to compare
@dgarroDC dgarroDC released this 29 Jan 05:37
· 25 commits to master since this release
  • 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 invisibleWhenHidden set in true).
  • With this update a large internal refactor to the codebase was done, moving most of the logic to a SuitLogMode and a SuitLogItemList. 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).