Hi!,
I’m currently making an animator and character movement system using modules with inheritance and child classes, trying to make it as realistic as possible, this is intended for my upcoming fnaf sb “roleplay” game.
Currently I’m planning on these features:
Animator
- IK Footplanting
-
IK Looking(semi done, just need to make the implementation more modular) - ~~Turn In place ~~
Strafing (walking, crouchwalking, sprinting)Crouching- Item Handling (have to see if ControllerManager supports tools, otherwise I’ll write my own implementation.)
- Jump Animation Blending
- Proper IK to make your items point in the right direction on your worldmodel.
- Emote support
Character Movement Controller
- Jumping (And states, like falling, landing. ControllerManager by default doesn’t have a function to jump.)
- Proper Sprinting and Stamina Exhaustion system
I’ll update the thread with progress and update the list for anything I haven’t yet thought of. (Feel free to suggest things I haven’t yet thought of adding!)
I’d love to hear your feedback on how it looks so far.