Release 0.1.21
Changes:
- CLI: Command
repacknow requires a project instead of just the Oodle library - CLI: Command
dump-localizationwas removed in favor of new commands from below
Features:
-
CLI: Export/import localization strings using
localization exportandlocalization importThis 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
repacknow supports updating the prefetchMore 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)
HairResourceobjects -
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
MultiMeshResourceobjects in Death Stranding: Director's Cut (350853a) by @REDxEYE - RTTI:
LocalizedSimpleSoundResourceresources can now be serialized back (3b40c26)