Thanks, i compressed the files. So now i need to use a HEX editor to translate. Am i right?
[UPDATE]
I tried to find the dialouges wit Hex Editor Neo but i didn't find anyting. Dou you ever work with Final Fantasy X? Do you know which file contains the dialouges? You send me a char table, how can i use it? I know i'am a begginer but i really try to understand everything i'm using google, youtube and i will work hard.
Yes, I worked with FFX, screens are made by me.
No, you have to
decompress files.
But first, you have to extract them from the disc. If you open FFX disc on 0x8c000, you will see files' table. First thing:
59 01 00 dd
First: offset to the start of the file (in sectors, up to first 4 bits in 3rd byte)
third: "0" means not compressed, "4" means compressed, "8" means dummy
four (dd): space between the end of file and the end of sector, divided by 8.
With above data you can easily extract all files and unpack them with tool.