Skip to content

Releases: UltiNaruto/PKGTool

Version 1.4.5

27 Dec 19:20

Choose a tag to compare

Implemented an argument system
Added -i command to ignore data section size check on read

Version 1.4.4

29 Oct 18:22

Choose a tag to compare

Fix 3 extra hashes by @Kein

Version 1.4.3

28 Oct 20:18

Choose a tag to compare

Fixed again -o parameter since Git messed it up
Added version when having cursor on the DLL

Version 1.4.2

28 Oct 01:46

Choose a tag to compare

Readded decimal reading in BinaryReaderLE
Fixed BinaryWriterLE stack overflow exception

Version 1.4.1

27 Oct 16:38

Choose a tag to compare

Fix behavior of -o parameter by @Bearborg
Added BinaryReaderLE override of BinaryReader
Added BinaryWriterLE override of BinaryWriter

Version 1.4

27 Oct 16:25
cd39be0

Choose a tag to compare

Updated hash table with all known types

Thanks to @Kein for the PR

Version 1.3

21 Oct 15:20

Choose a tag to compare

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

20 Oct 17:13

Choose a tag to compare

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

14 Oct 06:03

Choose a tag to compare

Fixed extracting/repacking non world PKG

Version 1.0

13 Oct 11:29
11043c7

Choose a tag to compare

Initial Release