Final Fantasy Hacktics

Modding => Event Editing => Topic started by: Holy Knight Wiegraf on May 25, 2017, 05:32:24 pm

Title: Rads Unique Bowing Animation in the Church
Post by: Holy Knight Wiegraf on May 25, 2017, 05:32:24 pm
Hi there !

I would like to ask you how i can change the animation of Rad to the bowing/critical animation. I downloaded the EVTCHR Frame Editor but i dont know how to use it. Can someone pls explain? I would like to avoid the Graphical glitch.
Title: Re: Rads Unique Bowing Animation in the Church
Post by: 3lric on May 25, 2017, 06:14:45 pm
Remove the EVTCHR animation from that frame and change that frame to animation 24 in the event coding.
Title: Re: Rads Unique Bowing Animation in the Church
Post by: Holy Knight Wiegraf on May 25, 2017, 07:31:45 pm
ah cool.

And where exactly can I find the event coding?
Title: Re: Rads Unique Bowing Animation in the Church
Post by: Nyzer on May 25, 2017, 09:33:50 pm
Tutorials & Learning (http://ffhacktics.com/smf/index.php?board=43.0)
↓↓↓
Tutorial Link Index (http://ffhacktics.com/smf/index.php?topic=9204.0)
↓↓↓
Event Editing 101 by Elric (http://ffhacktics.com/smf/index.php?topic=8229.0) (outdated, but still mostly correct)

---

Hacking/Patching Tools (http://ffhacktics.com/smf/index.php?board=3.0)
↓↓↓
EasyVent Editor Super Perfect 2.0 (http://ffhacktics.com/smf/index.php?topic=11675.0)
Title: Re: Rads Unique Bowing Animation in the Church
Post by: Holy Knight Wiegraf on June 13, 2017, 08:12:57 am
thx nyzer.
I did take a closer look at the tutorials, but i just cannot find the answer to my question.
If i understood Elrics post correctly, then i guess i have to use UnitAnim(xAU,xMT,xANIM,x00). And i have to change the third parameter to x24. right? but i have no idea how to load my event from my image file into EasyVent Editor Super Perfect 2.0 and how to use it in general.

what about Xifanies EVTCHR Frame Editor ? Is there any Tutorial on how to use it and where to place the xlsm file ? Or would you recommend using EasyVent Editor Super Perfect 2.0?
Title: Re: Rads Unique Bowing Animation in the Church
Post by: Nyzer on June 13, 2017, 03:05:49 pm
Use CDMage to extract the file TEST.EVT from the ISO's Event folder. IIRC, EVSP comes with a set of the game's base events already, so you won't need to extract the bowing event. Just start up EVSP, select the "Final Fantasy Tactics - PSX" folder, open Orbonne Prayer, edit the event, and then choose to Compile it into your TEST.EVT. Still using CDMage, import the new TEST.EVT to the Event folder.

You'll have to do a bit of looking up how event commands work, specifically UnitAnim so you know which command to replace and how to make it point at Rad. But it's nothing too awful.
Title: Re: Rads Unique Bowing Animation in the Church
Post by: Holy Knight Wiegraf on June 15, 2017, 06:00:39 pm
Thank you guys. Problem solved. There were 2 Unique animations for rad.
i replaced the first with x0024 as Elric said and the second with x0002 for standing.
Now I am enjoying the Asura Sprite instead of Rad. Thats my favorite. Looks awesome.

Topic Solved  :D