Mellye Posted May 21, 2023 Posted May 21, 2023 I'm configuring some required tags for animations to play in SL Defeat, in the MCM menu. The preview display list (by shift+clicking) correctly shows only the animations I want to play. But in practice, the game seems to play any compatible animation at random, ignoring the required tags. I've tried the Clean Up and Reconfigure tools that the mod include, but no luck.
Mellye Posted May 21, 2023 Author Posted May 21, 2023 (edited) This one: Edited May 21, 2023 by Mellye
traison Posted May 22, 2023 Posted May 22, 2023 (edited) There seems to be plenty of situations where it ignores the tags yes: If actor count is > 2 and CustomAnimations array is not empty then the CustomAnimations array is used instead. If actor count is > 2, the CustomAnimations array is empty, there are no creatures involved and ignore GT (presumably Gender Tag) is true then tags are ignored completely. Seems like a bug/oversight. Same as #2 happens when creatures are involved as well. If actor count is <= 2 and CustomAnimations array is not empty then the CustomAnimations array is used instead. If actor count is <= 2, the CustomAnimations array is empty, there are no creatures invovled, Tags is a zero length string and IsAggressive is true then tags are ignored. Seems reasonable (no tags). If at the end of this there's no animations: If there are no creatures involved, animations will be found by type, not by tag. If there are creatures involved, animations will be found by race, not by tag. If you want more specific information, you'd have to place Debug.Notification lines at key points in the SexLabScene function in defeatconfig.psc:3044. Edit: All branches of the conditional statements seem to assign a value to Anims, so there doesn't appear to be a configuration that never even makes an attempt. Just quite a few that ignore them. Edited May 22, 2023 by traison 1
anjenthedog Posted May 22, 2023 Posted May 22, 2023 well, I didn't ask, but I sure appreciate the info you just provided @traison I've often wondered how that works.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now