I'm trying to figure out how to make my DoubleJumpX look "right". The start of the double jump works ok, but there's a hiccup in the end where it ends the double jump and apparently resumes the regular jump. Are there points in the JumpX animations where it is supposed to connect? Perhaps frame numbers? I dunno. It looks OK if I don't provide any jump animation at all, so I suspect it's re-running some of the regular jump animation if it can't find the double jumps. Anybody know what's up with that? Because I could just cheat and simply decline to provide double jump animations.
Which leads to another question: how can I stifle the "Log: PlayAnim: Sequence '<sequence name>' not found for mesh '<model name>'" lines? Due to some odd arrangements in my model I'm gonna get a lot of these, and the log will fill up with this noise and possibly be a performance drain on the game while it wastes all those CPU cycles dumping noise to the log.
Replies
Might help you to re-post this, including the name of the game you're trying to mod in the thread title.
Sequence not found errors will ocur as long as the corresponding sequence is missing, throw in a 1 frame dummy animation.
I'm not sure but doesn't the doublejump lead into the floating anim? There's a jump and a float anim (float being for when your drop doesn't end with the jump animation).