Detecting animation loops

  • Thread starter Thread starter Borde
  • Start date Start date
Status
Not open for further replies.
B

Borde

Guest
Hello everyone.

I was wondering if there is any know way of detecting if an animation is used as loop by the game, both on battles and field. I guess at least there must be some sort of script code that sets the character animation and tells the engine wether they must loop or not. Is this system already known?

Thanks.
 
All loops done through looped calls of opcodes that played animation.

Idle on field is the only exception. Loop of idle is hardcoded.
 
So If I got it right, the only way of finding animation loops is parsing the whole script, finding loops and then seeing if the animations are triggered one time after another. Ugh... that's pretty though.

Well, thank you a lot Akari.
 
Status
Not open for further replies.
Back
Top