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

*.TBV Return of The Incredible Machine Contraptions

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
jaax
ultra-n00b
Posts: 7
Joined: Sun Mar 09, 2008 4:43 am
Has thanked: 1 time

*.TBV Return of The Incredible Machine Contraptions

Post by jaax »

The contents of this post was deleted because of possible forum rules violation.
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: *.TBV Return of The Incredible Machine Contraptions

Post by aluigi »

Code: Select all

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

idstring "TBVolume\0"
get DUMMY short
get FILES long
get DUMMY short
getdstring NAME 24
savepos INFO_OFF
for i = 0 < FILES
    goto INFO_OFF
    get DUMMY long  # xor 0x53535353 ?
    get OFFSET long
    savepos INFO_OFF

    goto OFFSET
    getdstring NAME 24
    get SIZE long
    savepos OFFSET

    log NAME OFFSET SIZE
next i
Post Reply