Releases: UltiNaruto/PKGTool
Version 1.4.5
Implemented an argument system
Added -i command to ignore data section size check on read
Version 1.4.4
Fix 3 extra hashes by @Kein
Version 1.4.3
Fixed again -o parameter since Git messed it up
Added version when having cursor on the DLL
Version 1.4.2
Readded decimal reading in BinaryReaderLE
Fixed BinaryWriterLE stack overflow exception
Version 1.4.1
Fix behavior of -o parameter by @Bearborg
Added BinaryReaderLE override of BinaryReader
Added BinaryWriterLE override of BinaryWriter
Version 1.4
Updated hash table with all known types
Thanks to @Kein for the PR
Version 1.3
Fixed repacking PKGs
Removed the need to put the amount of bytes that pads the header
/!\ Repacking a PKG that was unpacks with an older version won't be supported
Version 1.2
Added original file path support (not all files have their original file path)
To add custom files you need to reference it using a relative path from the folder in files.list where files.list is
Version 1.1
Fixed extracting/repacking non world PKG
Version 1.0
Initial Release