Final Fantasy Hacktics

Modding => Hacking/Patching Tools => Topic started by: Nirek on May 03, 2010, 10:30:33 am

Title: Spell.Mes
Post by: Nirek on May 03, 2010, 10:30:33 am
I tried the 1.3 forums, but maybe this is a better place for this question:

I'm trying to adapt the fixed Spell.Mes to the new spells in 1.3, and no matter what I try, any change causes it to revert to pausing at a spellquote and waiting for a button press. Is there some other tool besides FFTacText I should be using?
Title: Re: Spell.Mes
Post by: Xifanie on May 03, 2010, 11:18:28 am
No, currently TacText doesn't support the auto-closing character...
There is one thing you could do though.
Edit in TacText, patch, extract SPELL.MES and replace all byte FE with byte FF using a hex editor.
Title: Re: Spell.Mes
Post by: Nirek on May 03, 2010, 03:56:10 pm
Thanks, that appears to work, using the current one as a guide I was able to change most of the fe to ff, with the exception of the large groups of fe (which I gather is where all the songs/monster spells which have no quotes, are) It appears to work from the limited testing I did on it.
Title: Re: Spell.Mes
Post by: formerdeathcorps on May 03, 2010, 04:06:38 pm
You can fix that.  Just have it auto-fill in as FF.
Title: Re: Spell.Mes
Post by: Zozma on May 16, 2010, 04:20:14 pm
wait, just doing that makes all the messages auto close?
Title: Re: Spell.Mes
Post by: Nirek on May 18, 2010, 10:02:00 pm
Yes it does, a few seconds after the last word, I posted my completed version for 1.3 in my topic over there, if you want to play with it, just need to replace Spell.Mes in the iso with CDMage/etc.
Title: Re: Spell.Mes
Post by: Zozma on May 18, 2010, 10:04:49 pm
well ive made a lot of changes due to extra spells like the Aero, Water, and Quake sets being added as well as graviga, gravija, and quasar...
Title: Re: Spell.Mes
Post by: Nirek on May 18, 2010, 10:13:35 pm
Ah, wasn't sure. Well, the easiest way I found to do it, is open it in a hex editor ( I actually use a hex extension for notepad++)
and search for fe, and change each to ff, with the exception of large blocks you will find. These are groupings of spells that have no message, the songs, all the monster stuff, etc, there's a couple of those. What you want is to change any singular fe to ff, and the first fe of a block to ff. (In theory you could probably just change them all, but I was using the original 'fixed' file that Zodiac made as a reference, and that is how it was done there)