Skip to content

v1.1.0

Compare
Choose a tag to compare
@lybell-art lybell-art released this 25 May 08:12
· 57 commits to main since this release
81d7e16

core

The core part and the reader part are separated.
The logic to check the reader type has been changed to be dependent on the reader rather than the core.
ReflectiveReader is implemented.
Changed the logic of NullableReader.
Fixed a series of bugs when unpacking xnb data with NullableReader into YAML.
Added ability to add and configure reader plugins.

plugins-stardew valley

add stardew valley custom data reader plugin.

web demo

Now you can read the custom data types added from Stardew Valley 1.4 to 1.5.5.
When you change the config checkbox, the contents of the resulting file change.
Added the feature to set the compression algorithm when packing.
Fixed a bug that caused the UI to twist slightly in the mobile environment.