plugin-hub
plugin-hub copied to clipboard
NPC Animator Plugin
Lets users set and run animations on NPCs and their own character.
This plugin is intended to be used to make the NPCs feel more alive and to give them a little extra personality. It might also be useful for players who want to make role-playing videos.
Features:
- Save any animation in the game with your own customizable name for it.
- Run any animation on your own player.
- Run any animation on any NPC.
- Save animations for individual NPCs as 'Greetings'
- Example: Save the bow animation for King Roald so when you interact with him, he bows to you.
- Run all saved NPC animations at the same time.
- Use this to run all the saved greeting animations or just 1 specific animation on all saved NPCs.
- Run an animation on all spawned NPCs at the same time.
New plugin npc-animator: https://github.com/SomewhatUsefulSoftware/npc-animator/tree/862451ee9d11fb9ce613fbb95477d389df52de28
You're adding a nav button here which is never removed, even on plugin shutdown, so disabling your plugin would not remove this button and toggling it would add multiple buttons. Please ensure it is removed on shutDown().
You're adding a nav button here which is never removed, even on plugin shutdown, so disabling your plugin would not remove this button and toggling it would add multiple buttons. Please ensure it is removed on
shutDown().
I fixed this as requested and also fixed a UI bug. However, I cannot verify the workflow checks pass as it's awaiting approval from a maintainer.