Page 1 of 1

Turok *.dct files (PC)

Posted: Tue Jun 28, 2011 4:54 am
by delutto
[Solved]
Turok.7z

Re: Turok *.dct files (PC)

Posted: Tue Aug 16, 2011 10:34 am
by Jurko
I create structure for these files, but I´m not a programmer.

Code: Select all

char DICT[4]
int (4096)
int unknown
int seven
int numberofrecords (I'm not sure)
int64 nul1
int64 nul2
{
int HASH (HASH of first record)
int Pos (+ position in file),(Pos of first record)
}
char Zero[40]
for x = 8 < numberofrecords
{
int HASH
int Pos (+ position in file)
}
I create a template for 010 Editor. Template is in attachment.

Re: Turok *.dct files (PC)

Posted: Tue Aug 30, 2011 2:02 am
by delutto
[Solved]