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

Torrente 3: El Protector

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
Infinity
n00b
Posts: 11
Joined: Sat Sep 09, 2006 4:42 pm
Been thanked: 1 time

Torrente 3: El Protector

Post by Infinity »

The contents of this post was deleted because of possible forum rules violation.
Mr.Mouse
Site Admin
Posts: 4073
Joined: Wed Jan 15, 2003 6:45 pm
Location: Dungeons of Doom
Has thanked: 450 times
Been thanked: 682 times
Contact:

Post by Mr.Mouse »

Okay, this is the general format:

Code: Select all

byte[6]   vtPack
uint32    version?
uint64    unknown
uint64    data size
uint64    data offset
uint32    number of resources (entries?)
uint64    offset of FAT
byte[]    data start (data size in size)

@FAT:

uint32    size of filename text table (and relative offset of location table)
byte[]    filename text table (a list of null terminated strings)

@Location table:

// for each entry 

uint32    start offset of filename text in filename text table
uint32    end offset of filename text in filename text table
uint32    resource id number (starting with 0)
uint64    compressed size?
uint64    uncompressed size?
uint64    offset
uint32    date in case of dir?
uint32    entry type (1 = folder, 2 = file)
I'll create a plugin for MexCom soon.
Infinity
n00b
Posts: 11
Joined: Sat Sep 09, 2006 4:42 pm
Been thanked: 1 time

Post by Infinity »

Okey waiting plugin :)
Infinity
n00b
Posts: 11
Joined: Sat Sep 09, 2006 4:42 pm
Been thanked: 1 time

Post by Infinity »

Any new Mr.Mouse ? :)
Vash
mega-veteran
mega-veteran
Posts: 183
Joined: Fri Apr 29, 2005 2:39 pm
Has thanked: 5 times
Been thanked: 26 times

Post by Vash »

i would be very interested too, thanks
Post Reply