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

Ghost Towns The Cats Of Ulthar , help me!

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

Ghost Towns The Cats Of Ulthar , help me!

Post 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
User avatar
aluigi
VVIP member
VVIP member
Posts: 1916
Joined: Thu Dec 08, 2005 12:26 pm
Location: www.ZENHAX.com
Has thanked: 4 times
Been thanked: 664 times
Contact:

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

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