v0.4.1 with Legacy and Console support
·
3 commits
to master
since this release
Add support for console/legacy QAR extraction and console FPK extraction/creation
Changes:
- Support legacy QAR formats (version 1 = GZ PC, version 2 = TPP PS3/360, version 3 = TPP PC)
- Add X360Reader / X360Writer classes for big endian FPK support
- Edit FPK classes to use these reader/writers instead of passing streams around
- Detect endianness based on the platform of the FPK and read/write using that endianness automatically
Console QAR and FPK files can be extracted perfectly (maybe 1% of files extract wrong though, unsure why..)
Creating console FPK files also seems to work fine, haven't worked on console/legacy QAR creation yet though.