03-13-2016, 06:25 PM
Hello again, sorry to be a bother, I've been looking at these files from WWE 2K16:
https://mega.nz/#!U95TwDJa!xXdR0iMsbD5Nu...Cs1KC59CxQ
What's there is a regular pac file and then its a zlib compressed PACH but it doesn't seem like regular zlib(so basically an archive within an archive). I was wondering if anyone had any clue as to how begin writing a script for this and if its even possible?
The data that I do know:
- Headers of the .pac files are always either "EPK8" or "EPAC".
- Next value long is always null
- Then another long value which seems to be the size of the archive (or possibly offset?)
- The names of the archvies always start at offset x00000800 and the data itself always starts at offset x00004000.
Apart from that, I have no idea how to open the zlib compressed ones. Any help is appreciated
https://mega.nz/#!U95TwDJa!xXdR0iMsbD5Nu...Cs1KC59CxQ
What's there is a regular pac file and then its a zlib compressed PACH but it doesn't seem like regular zlib(so basically an archive within an archive). I was wondering if anyone had any clue as to how begin writing a script for this and if its even possible?
The data that I do know:
- Headers of the .pac files are always either "EPK8" or "EPAC".
- Next value long is always null
- Then another long value which seems to be the size of the archive (or possibly offset?)
- The names of the archvies always start at offset x00000800 and the data itself always starts at offset x00004000.
Apart from that, I have no idea how to open the zlib compressed ones. Any help is appreciated