Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Search found 2 matches

by Hawkear
Sat Sep 25, 2010 2:56 pm
Forum: Compressed files and methods
Topic: Singstar (PS3) .pkf file with zlib
Replies: 8
Views: 8461

Re: Singstar (PS3) .pkf file with zlib

Use this script: # PKF-File from Sony Singstar PS3 # script for QuickBMS http://aluigi.org/papers.htm#quickbms idstring "PACKAGE " endian big comtype zlib_noerror get UNKNOWN1 long get UNKNOWN4 short get HEADEREND long do get UNKNOWN5 long get FILENAME string get OFFSET long get SIZE long ...
by Hawkear
Tue Apr 06, 2010 6:01 pm
Forum: Game Archive
Topic: James Cameron Avatar .pak
Replies: 44
Views: 18921

Re: James Cameron Avatar .pak

"Error: there is an error with the decompression the returned output size is negative (-1)" Replace if ZCHUNKSZ == 0 log MEMORY_FILE OFFSET CHUNKSZ math OFFSET += CHUNKSZ else with if ZCHUNKSZ == 0 if CHUNKSZ == 0xffff log MEMORY_FILE OFFSET MAX_CHUNKSZ math OFFSET += MAX_CHUNKSZ else log...