Releases: AtomCrafty/yukatool2
List Command
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
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
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
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
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].