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

Help me with .pak in game

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
danny
beginner
Posts: 22
Joined: Mon Apr 11, 2011 11:16 am

Help me with .pak in game

Post by danny »

I need the code for decompress the .pak file

The pak. file is here

http://www.mediafire.com/?yi8bcj90tyyhxbv
Last edited by danny on Tue Feb 14, 2012 6:55 am, edited 1 time in total.
swuforce
veteran
Posts: 121
Joined: Thu Nov 05, 2009 8:46 pm
Has thanked: 14 times
Been thanked: 106 times

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

Post 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
Post Reply