Skip to content

Releases: AtomCrafty/yukatool2

List Command

19 Feb 06:01
Compare
Choose a tag to compare
List Command Pre-release
Pre-release

Adds the list command to list the contents of an archive or directory.
Also introduces the command line option --normalize-case=false to disable file name normalization.

Fix file name length being calculated incorrectly

18 Feb 17:48
Compare
Choose a tag to compare

The length was incorrectly calculated based on the character count instead of the encoded byte count, which caused invalid index entries and made files within an archive unaccessible.

Fixes #4

Safely recover from encode errors

17 Feb 20:58
Compare
Choose a tag to compare
Pre-release

When encountering an encode error the program will no longer abort, but copy the problematic file and continue with the remaining files.

Support for mixed file type archives

03 Jun 17:57
Compare
Choose a tag to compare
Pre-release

Yukatool now keeps track of all file formats when you extract an archive and stores them in a .manifest file.
This information is used when packing a new archive, to determine the original format of each file.
To take advantage of this feature, you will have to unpack the original (unmodified) archives again.

Initial release

28 May 23:08
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

First public release of yukatool 2.
To extract run yuka.exe -v unpack <file name>.ykc
To build a new archive run yuka.exe -v pack <folder name>
All files are automatically converted.

Yuka.Gui is still in the 'experimental' phase. You can use it to explore existing archives.

If you experience any issues, please contact me under [email protected].