Turok *.dct files (PC)

Need help translating games in other languages? Have your language problems solved here.
Post Reply
User avatar
delutto
veteran
Posts: 155
Joined: Sat Apr 16, 2011 5:20 am
Has thanked: 49 times
Been thanked: 12 times

Turok *.dct files (PC)

Post by delutto » Tue Jun 28, 2011 4:54 am

[Solved]
Turok.7z
You do not have the required permissions to view the files attached to this post.
Last edited by delutto on Mon Jun 11, 2018 5:32 am, edited 1 time in total.

Jurko
veteran
Posts: 86
Joined: Fri Jan 22, 2010 2:35 pm
Has thanked: 1 time
Been thanked: 3 times

Re: Turok *.dct files (PC)

Post by Jurko » Tue Aug 16, 2011 10:34 am

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.
You do not have the required permissions to view the files attached to this post.

User avatar
delutto
veteran
Posts: 155
Joined: Sat Apr 16, 2011 5:20 am
Has thanked: 49 times
Been thanked: 12 times

Re: Turok *.dct files (PC)

Post by delutto » Tue Aug 30, 2011 2:02 am

[Solved]

Post Reply