Quote:
Originally Posted by Kill4File
Which tool i have to use to translate TCD files?
What do 4story.txt?
|
There isn't such a tool. You have to write a tool by yourself.
The files are written binary and includes a structure. To "translate" these files, you have to know which structure is used and of course read it binary back....
Quote:
Originally Posted by iKonsT
Hex editor. but it just translate the half client
|
A hex editor converts the file from binary to hexdecimal, so you are able read it. But without to know which structure is used, it should be very confusing to read it correctly.