Page 1 of 1

CC070000 - Hidden Mysteries: Buckingham Palace - Archive

Posted: Mon Apr 06, 2009 3:52 pm
by ubrax
I'll appreciate any help or guidance to unpack the "scenes.dat" archive from "Hidden Mysteries - Buckingham Palace".
The head.bin and tail.bin may be downloaded here: http://motionpress.com/uploads/Buckingh ... d_tail.rar

Thanks in advance!

Re: CC070000 - Hidden Mysteries: Buckingham Palace - Archive

Posted: Sun Dec 27, 2009 8:51 pm
by ubrax
Head-and-tail link updated.

Re: CC070000 - Hidden Mysteries: Buckingham Palace - Archive

Posted: Sun Dec 27, 2009 8:56 pm
by aluigi

Code: Select all

# script for QuickBMS http://aluigi.org/papers.htm#quickbms

get FILES long
goto 0x20
for i = 0 < FILES
    getdstring NAME 0x200
    set NAME unicode NAME
    get OFFSET long
    get SIZE long
    log NAME OFFSET SIZE
next i