Posts: 259
Threads: 3
Joined: Jun 2013
Reputation:
6
Definitely one of my weaker suits in hacking this game has been dealing with battle/spell animations. I've managed to get by just toss shit around, but I've hit a roadblock dealing with Odin. I cannot figure out how to remove the "cleave" animation from his summon (Odin deals damage in BNW instead of instant death) without just giving him no animation at all. I even tried just using Raiden's "lightning bolt" animation to no avail.
Is it possible to edit the animation code to detatch the cleave portion from it entirely? If so, would that affect other animations (i.e. the Cleave Bushido) that also call on it?
"You don't have to be a vampire to die like one... b*t*h." -Simon Belmont
Posts: 398
Threads: 49
Joined: Jan 2012
Reputation:
12
02-08-2016, 11:46 PM
(This post was last modified: 02-08-2016, 11:55 PM by Badass.)
Is that extra effect removeable in ff3usme? Try clicking on nothing and saving.
nvm just tested it. Still slices though.
Posts: 110
Threads: 4
Joined: Jan 2012
Reputation:
4
It's definitely hardcoded, and I'm wagering in C1. I tried to replace Raiden some time ago with something else and it still had the flash effect, and the cleave if I recall.
Posts: 259
Threads: 3
Joined: Jun 2013
Reputation:
6
That... may actually be good news. It means that the effect isn't hard-coded to the animations themselves; it's just tied to the spell slot.
Meaning that it'll probably be easier to cut off.
"You don't have to be a vampire to die like one... b*t*h." -Simon Belmont
Posts: 398
Threads: 49
Joined: Jan 2012
Reputation:
12
Well I was able to make it take damage... but I changed all indexs to bahamats just to test.
Posts: 259
Threads: 3
Joined: Jun 2013
Reputation:
6
02-09-2016, 12:51 AM
(This post was last modified: 02-09-2016, 10:25 PM by BTB.)
In that case, it would seem that the animation is tied to index 0.
Actually, quick clarification Badass... did you also change byte 10 or just the indexes?
"You don't have to be a vampire to die like one... b*t*h." -Simon Belmont
Posts: 398
Threads: 49
Joined: Jan 2012
Reputation:
12
Umm I changed the byte at first to test... but it sliced. Then I changed all indexes afterwards and it was able to damage the enemy. I have to retest tonight to be sure.
Posts: 259
Threads: 3
Joined: Jun 2013
Reputation:
6
I ask because my understanding is that the esper that's shown is tied to byte 10, and I'd like to find out what, specifically the cleave animation is tied to.
If I'm lucky, it won't be something I'll have to ask Synchysi to look at. But I haven't gotten lucky in over a decade.
"You don't have to be a vampire to die like one... b*t*h." -Simon Belmont
Posts: 110
Threads: 4
Joined: Jan 2012
Reputation:
4
See, that's not even documented in my C1 sheet. Barely anything is.