plugin-hub icon indicating copy to clipboard operation
plugin-hub copied to clipboard

NPC Animator Plugin

Open SomewhatUsefulSoftware opened this issue 1 year ago • 2 comments

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.

SomewhatUsefulSoftware avatar Apr 22 '24 21:04 SomewhatUsefulSoftware

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().

Nightfirecat avatar May 13 '24 04:05 Nightfirecat

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.

SomewhatUsefulSoftware avatar May 14 '24 21:05 SomewhatUsefulSoftware