Skip to content

Release 0.1.21

Compare
Choose a tag to compare
@ShadelessFox ShadelessFox released this 27 Feb 20:09
· 128 commits to master since this release
2db06d4

Changes:

  • CLI: Command repack now requires a project instead of just the Oodle library
  • CLI: Command dump-localization was removed in favor of new commands from below

Features:

  • CLI: Export/import localization strings using localization export and localization import

    This covers almost all localization in DS/HZD, allowing translation of the entire game to foreign languages.
    More information can be found on the wiki: https://github.com/ShadelessFox/decima/wiki/CLI#localizing-the-game

  • CLI: Command repack now supports updating the prefetch

    More information can be found on the wiki: https://github.com/ShadelessFox/decima/wiki/CLI#repacking

  • Model Viewer: Added support for viewing and exporting (in glTF format) HairResource objects

  • Core Editor: Class fields are now sorted respecting their name and category

  • Core Editor: Added preview for data source location

Fixes

  • Model Viewer: Models with multiple primitives using the same vertex arrays were displayed incorrectly (3a008b5)
  • Model Viewer: DMF exporter was failing on MultiMeshResource objects in Death Stranding: Director's Cut (350853a) by @REDxEYE
  • RTTI: LocalizedSimpleSoundResource resources can now be serialized back (3b40c26)