Page 1 of 1

Ghost Towns The Cats Of Ulthar , help me!

Posted: Sun Mar 18, 2012 12:07 am
by danny
I need to decompress this archive of the game Ghost Towns - The Cats Of Ulthar help me please.

The archive is here!

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

Re: Ghost Towns The Cats Of Ulthar , help me!

Posted: Tue Mar 20, 2012 4:44 pm
by aluigi

Code: Select all

# Ghost Towns - The Cats Of Ulthar
# script for QuickBMS http://quickbms.aluigi.org

idstring "rpfe"
get NUM long
for i = 0 < NUM
    get NAMESZ long
    getdstring NAME NAMESZ
    putarray 0 i NAME
next i
get FILES long
for i = 0 < FILES
    get OFFSET long
    get SIZE long
    get NUM long
    getarray EXT 0 NUM
    get NUM long
    getarray NAME 0 NUM
    string NAME += "."
    string NAME += EXT
    log NAME OFFSET SIZE
next i