Final Fantasy Hacktics

Modding => War of the Lions Hacking => Topic started by: plastik on May 25, 2008, 06:02:47 am

Title: Translation
Post by: plastik on May 25, 2008, 06:02:47 am
Hello all,
I'm french and me and my team are translating this wonderful game. :)

Everything is practically translated. But we have one probleme.
In the boot.bin many of the translated text are too long I also modified the pointer of them to move these text in an other place of the file.
But the problem is that I had to move one of the text in the logo of SQUARE ENIX. Now instead of have this:
(http://plastikleboss.free.fr/PICTURE/screen2.PNG)

I have this:
(http://plastikleboss.free.fr/PICTURE/screen1.PNG)


So my question: Can anyone tell me if there is a way to compress the text or make something else? Maybe compress the image??

Thanks.
Title:
Post by: Xifanie on May 25, 2008, 08:52:38 am
Well, wouldn't it be possible to just hack the top of the image with a few instructions somehow?

Like pasting many white rows with only a few more instructions and loading the rest of the image, then it can be processed as inteaded.

Oh it looks like you could just cut the image and make it print at the middle. your text seems to only appear in the middle of the whole thing.

I'm not really the best person to help though. :/
Even if my primary language is French.
Title:
Post by: Vanya on May 25, 2008, 10:03:47 am
There should be an instruction that tells the system where to load the Square logo from. Change that so that it load starting after the text data.  Then have it do like Zodiac said, have it print at a lower position on the screen. That should be all it takes.
Title:
Post by: plastik on May 25, 2008, 04:25:03 pm
Ok thanks I'll try it. I'll tell you in 2 days if it works.