Posts: 36
Threads: 12
Joined: Apr 2013
Reputation:
0
I am making Laguna from FFVIII and made so he only is able to equip a set of weapon. Now i wanted all of theese weapon animations to look like the "Auto Crossbow" from tool.
Can anyone tell me if and how this is possible?
I can see that the tool animations is in byte 10 XX
While all the weapon animations is in byte 07 XX.
If i would be able the change theese specific weapon animation byte to 10, instead of 07, would it make a difference?
Posts: 52
Threads: 5
Joined: Jun 2010
Reputation:
6
Actually, any index from 0-255 can be used in either the 8 or 14 byte animations. Whether or not they'll produce the desired result is another story.
One thing to keep in mind is that the third animation slot works differently(it uses different locations) and is not compatible with animations designed for other slots(including the 8-byte animation slots) and vice versa.
In this specific example, putting the autocrossbow's animations into a weapon's will result in a correct animation, but the character doesn't take an initial step forward. This results in the character taking an unwanted step back, putting them behind their previous standing position. This will be the case with most animations from non-weapon abilities.
Unfortunately, I haven't done a lot of research into the deeper workings of animations, so I don't really know how to rectify this problem.
If one could figure out how to force a step forward, maybe a bit in the animation could be coded to signal to do so. But, I'm not sure where in the code things like stepping forward/backward are even done.
Posts: 36
Threads: 12
Joined: Apr 2013
Reputation:
0
Alright!
But, lets say i want to give the weapon Dirk the Autocrossbow animation.
Can i do it with FF3usME?
i mean the weapon animation only uses 2 digits for their animations, while the Tools uses 4 digits...
I am sorry, i am very new in this whole community and i only know Hexing in theory, and never really used it practically.
Thanks by the way! both of you
Posts: 2,771
Threads: 88
Joined: Jun 2009
Reputation:
25
that what you are saying wont work
you can give the dirk the autocrossbow animation but as Drakkhen just said your character will just keep taking steps back
zeemis did something to fix it with the help of someone named shall
you can ask him
"Sometimes ninjas do wrong to each other, and in dat way the force of tha earf' comes around da moon - and at that presence, da dirt, it overshadows the grass, so you're like, I can't cut dis grass, there's no sun comin' through. So in order to enable each other the two fruits have to look each other in da eye and understand we can only be right, as da ripe is wrong, you know what I mean?"
-HNIC
Posts: 36
Threads: 12
Joined: Apr 2013
Reputation:
0
ah got that part that he will keep moving back and back for each attack ^_^
i thought that i would start at that point and try to figure out how he takes a step forward or just stay in place.
Thanks man! ill try asking him if i dont find the thread!
Posts: 2,771
Threads: 88
Joined: Jun 2009
Reputation:
25
lol np man
"Sometimes ninjas do wrong to each other, and in dat way the force of tha earf' comes around da moon - and at that presence, da dirt, it overshadows the grass, so you're like, I can't cut dis grass, there's no sun comin' through. So in order to enable each other the two fruits have to look each other in da eye and understand we can only be right, as da ripe is wrong, you know what I mean?"
-HNIC