help me please how i can find text to translateDarthNemesis said:1. Extract all the files using dslazy/dsbuff.
2. Look at different files in a hex editor until you find text (it's usually Shift-JIS or Unicode encoding, so check for both).
3. Examine the file until you've figured out how the game finds each line.
4. Write a program to extract the text from the file and insert replacement text, recalculating any lengths/pointers.
People have already done that for a few games, but there is no common file format for text, so there is no magic tool that works with every game. You generally have to figure out the game's file format yourself, so it takes dedication and motivation.

Well there is a magic tool that works with every game- the hex editorDarthNemesis said:1. Extract all the files using dslazy/dsbuff.
2. Look at different files in a hex editor until you find text (it's usually Shift-JIS or Unicode encoding, so check for both).
3. Examine the file until you've figured out how the game finds each line.
4. Write a program to extract the text from the file and insert replacement text, recalculating any lengths/pointers.
People have already done that for a few games, but there is no common file format for text, so there is no magic tool that works with every game. You generally have to figure out the game's file format yourself, so it takes dedication and motivation.
can tell me please how i can find text with hex editor in any gamespsycoblaster said:Well there is a magic tool that works with every game- the hex editorDarthNemesis said:1. Extract all the files using dslazy/dsbuff.
2. Look at different files in a hex editor until you find text (it's usually Shift-JIS or Unicode encoding, so check for both).
3. Examine the file until you've figured out how the game finds each line.
4. Write a program to extract the text from the file and insert replacement text, recalculating any lengths/pointers.
People have already done that for a few games, but there is no common file format for text, so there is no magic tool that works with every game. You generally have to figure out the game's file format yourself, so it takes dedication and motivation.![]()




