Page 1 of 1

Help me with .pak in game

Posted: Fri Feb 10, 2012 1:35 pm
by danny
I need the code for decompress the .pak file

The pak. file is here

http://www.mediafire.com/?yi8bcj90tyyhxbv

Re: Help me with .pak in game Stone Age Cafe

Posted: Sat Feb 11, 2012 9:40 am
by swuforce
Hi
This quickbms script can unpack the archive
Its very noob cuz i dont know all the things

Code: Select all

get ASIZE asize
math OFFSET = 0xBCEC
do
 getdstring UNK 0x9
 get NAMESIZE byte
 getdstring NAME NAMESIZE
 get SIZE long
 log NAME OFFSET SIZE
 math OFFSET += SIZE
while OFFSET < ASIZE