Page 1 of 1

Translate language in Game use HEX workshop(help)

Posted: Mon Jun 05, 2006 6:18 am
by NHIM
hi everybody
i want translate somethings in my game ( strings on button)
i see someone who translate it by using HEX WORKSHOP
this is the menu in file EXE before translate(Japanese)
Image
this is the menu in file EXE after translate(English)
Image

How do they do? Could you help me using HEX to do it?(or direct me what should i do)

i read about EXE file but i don't understand what address(offset?) i can realize to modify it
Help me

Posted: Sun Jul 02, 2006 11:38 pm
by Mr.Mouse
Sorry for the late response, but other chores are taking up all of my time.

See http://www.xentax.com/?p=90

But when I'm done with that, I will go through the requests and check if I can help out.

Posted: Mon Jan 22, 2007 12:22 am
by Rheini
Just search for the string (in unicode) in the exe and replace it. The problem is, that your translated string has to be less than or equal in length to the original one.