Page 1 of 1

[TRANSLATIONS] Support to extended characters?

Posted: Mon Nov 26, 2012 11:51 pm
by Bragol
Hi, i have... A PROBLEM...

I'm a member of a community that is dedicated to translating videogames to Spanish. I found a way to translate the texts of the game (thanks to FTLUnpacker) but the game does not support extended characters (eg.: á, é, í, ó, ú, ñ...).
I edited the file JustinFont11Bold.ttf adding the missing characters and activating them, but does not work.
Also try replacing Justin font for the Arial font, but the issue is the same, shows only the basic characters.

Eg.: when I write é, the game shows i.
In hexa, é=00E9 and i=0069. Clearly, the game is limited to the first 80 Unicode characters.

This can be fixed in some way? :?: :)

Re: [TRANSLATIONS] Support to extended characters?

Posted: Wed Dec 05, 2012 11:24 pm
by shark
The game isn't limited to first 0x80 (128) unicode characters, it's probably limited to standard ASCII and is reading unicode strings as standard ascii... unicode letters are up to 4 bytes long.

Re: [TRANSLATIONS] Support to extended characters?

Posted: Sun Dec 23, 2012 11:18 pm
by Bragol
Yes, is exactly as you say.

Conclusion: the only solution is to add support for these 4-byte characters, something that can only make Sunset Games. :|

Re: [TRANSLATIONS] Support to extended characters?

Posted: Tue Dec 25, 2012 9:31 pm
by DCChuckles
Bragol wrote:Yes, is exactly as you say.

Conclusion: the only solution is to add support for these 4-byte characters, something that can only make Sunset Games. :|
Maybe you should ask them, I doubt they would refuse to add an update that would help people and make the game open to a wider audience.