BTW, is that the same FFTA english font?
Outside of a 1px vertical discrepency and some extra width on i and lower-case L, yep. Although knowing how Squenix is if they do release it here, it will have a font that looks like this (Gamespot/com.com) It's the same font from Revenant Wings, and FF3 DS. I think it was used in FF1&2 and FF4 GBA, also.nice comparison. Im not sure which one I like better seems the horizontal size is almost the same though. The FFTA2 one seems a bit more stretched in the vertical direction. But thats about it.
nice comparison. Im not sure which one I like better seems the horizontal size is almost the same though. The FFTA2 one seems a bit more stretched in the vertical direction. But thats about it.
Outside of a 1px vertical discrepency and some extra width on i and lower-case L, yep. Although knowing how Squenix is if they do release it here, it will have a font that looks like this (Gamespot/com.com) It's the same font from Revenant Wings, and FF3 DS. I think it was used in FF1&2 and FF4 GBA, also.
QUOTE said:for k in ft:
b = 0x2000+(k-1)*10
for c in ft[k]:
if c != '.':
table = c.encode('utf-8')
b += 1
It's still missing line 32 trough 39 no ?
Btw you have to put kanjis betweenthe two quotes like in the example.
After I use this python code to build the table :
QUOTE said:Â Â for k in ft:
    b = 0x2000+(k-1)*10
    for c in ft[k]:
      if c != '.':
        table = c.encode('utf-8')
      b += 1
Text edit are done with my own program which can read arrays of strings and repack them to make some room. If you do it by hand with a hexeditor I can just give you a rope.
So uhm. Is this coming out as a patch later or what? I'm really looking forward to it as I don't really care much about the story, you could just babelfish it for all I know![]()

I've done a tool to patch the rom based on file with table of strings. It is really simple, but I will only release internally for the translation team.
We will release a patch when it is in good shape. There's no need to rush it. The game has been out not long ago.
Don't do any graphic edit like this, it just time wasted. To edit graphic I have to pass them to you in the right format for my script to repack them.I would like to think I'm good with graphics. If you need anything whipped up i'll be here.Â![]()
here's something i whipped up just to goof around with. eyecandy.Â![]()
![]()

