AnimationMotionRevolution icon indicating copy to clipboard operation
AnimationMotionRevolution copied to clipboard

Vertical Motion

Open alexsylex opened this issue 3 years ago • 1 comments

alexsylex avatar Jul 03 '22 19:07 alexsylex

  • AMR dispatches messages for hkbClipGenerator::Activate/Deactivate.
  • Payload Interpreter dispatches message to add custom payload handlers.
  • CGAT registers and handles "CGAT" payload and applies the effect. On Deactivate message from animations tracked from the Activate message, reset effects.
  • Fall fix makes the character fall when in air state is detected.
  • Fall fix registers and handles "FF" payloads and disables/enables the fall animation because the fall animation overrides the custom motion animation. On Deactivate message from animations tracked from the Activate message, enable fall animation.

alexsylex avatar Apr 11 '23 11:04 alexsylex