Skip to content

Releases: akioukun/Chaos-Zero-Nightmare-ASSet-Ripper

v1.3.3

10 Apr 17:34

Choose a tag to compare

Important

Releases tab has outdated builds and won't be updated anymore. Download the tool using this link or via Github Actions

  • More stable and reliable loading system
  • Fixed ui race condition with cached tree
  • Fixed not showing Export as JSON button with regular .json files

Full Changelog: 1.3.2...1.3.3

v1.3.2

20 Mar 17:46

Choose a tag to compare

  • Added support for splitted data.pack
  • Improved Export Config popup

Full Changelog: 1.3.1...1.3.2

v1.3.1

02 Mar 19:55
5c3eddc

Choose a tag to compare

What's Changed

  • fix: unable to export selected folders by @formagGinoo in #9
  • fix: improve data.pack scan reliability and path handling by @ibraved in #12

New Contributors

Full Changelog: 1.3...1.3.1

v1.3

12 Feb 13:55
12f786d

Choose a tag to compare

v1.3 Release

Contributors: @formagGinoo, @akioukun

Added .scsp file parsing logic

  • Users can now export Yuna Engine custom Spine files as regular .json files compatible with SpineViewer.
    30047

More improvements:

  • Multiple files can now be selected using Ctrl + Click and exported via Export Selected.

  • Fixed .atlas export: files are now correctly exported as .atlas instead of .txt.

  • During export, .sct suffix references inside .atlas files are automatically replaced with .png to avoid manual editing.

  • Fixed escape characters in PreviewMode::Text displaying as ?.

  • Fixed integer overflow for larger pack files (>4GB)

  • Fixed loop in encrypted pack scanning

  • Standard Windows fonts are now loaded for improved Asian character support.

  • Refactor for preview system and ui chores by @formagGinoo in #6
  • feat: .scsp parse logic, .atlas export fix, user friendly chores by @formagGinoo in #7

Full Changelog: v0.0.3.3...1.3

v0.0.3.3

11 Feb 13:41

Choose a tag to compare

fix

v0.0.3.2

08 Feb 19:13

Choose a tag to compare

fix: infinite loop in encrypted pack scanning

v0.0.3.1

03 Nov 17:42

Choose a tag to compare

update: L8 and ASTC_6x6 support

- Add format 102 (L8)/grayscale texture format (0x66)
- Add format ASTC_6x6

v0.0.3

30 Oct 17:09

Choose a tag to compare

What's new?

  • bugs and more bugs
  • DB Parsing, preview and export as json
  • logger
  • skill issues

Thanks to the contributors!

v0.0.2.1

29 Oct 18:43
b9fff6b

Choose a tag to compare

Fix blue tint RGBA -> BGRA

v0.0.2

29 Oct 17:34

Choose a tag to compare

  • SCT Parsing
  • SCT Preview
  • SCT Export

Based on https://github.com/formagGinoo/SCTParser