IllusionMods / AnimationLoader

GNU General Public License v3.0
25 stars 4 forks source link

Problem when using plugin with update #15

Closed IDontHaveIdea closed 2 years ago

IDontHaveIdea commented 2 years ago

When the plugin is compiled with the update:

@nhydock Integrate new animations more seamlessly with base game data structures (#14)

The new animations load but don't work as expected. There is no random dialog, no precum action and the scene does not really finish even manually. The scene can finish if you switch to an original animation.

Original game animations have no problem.

erodozer commented 2 years ago

I started to notice this too and didn't know if it was the changes I made here or if it was another plugin I was working on. I'll do some digging to see what values I might have gotten wrong when moving some code around.

erodozer commented 2 years ago

It looks like there are a few places in koikatsu relating to voice controllers that rely specifically on animation id, so I can't just have unique ones :(