About This File
Issue #1 - Animations involving Creatures might not sync properly at the first stage - Fixed
Issue #2 - Facial Expressions might get stuck with an "O face" (Closed eyes, wide open mouth) - Fixed?
What is:
Issue #1
Reproduce: Get into an animation with a creature (I used a troll), then change the animation to a different one or if you backtrack to Stage 1. First stage will never sync properly.
Fix: Apparently this issue is known because the function StopAnimating() has a series of SendAnimationEvents for creatures. So I made another function that also supports resyncing for creatures and used that when resyncs has to take place.
Issue #2
Reproduce: Hard to produce, since it is random. It will happen sooner or later but the exact time I'm not sure.
Fix: Seems like Enjoyment has an effect with Expressions, how it messes it though I'm not sure since Expressions seems to clamp the value properly... maybe. Anyway, I made two options here; If you enable Separate Orgasms in Sexlab Config, it will calculate enjoyment normally but will clamp it again to 0 to 100 before returning it, else the Enjoyment (and the Expression) is based on the Animation Stage. Never had a problem with it anymore, so that fix might have worked.