rubber_duck Posted February 11, 2023 Posted February 11, 2023 Hi! I started noticing the 'AAF OnAnimationStart Event Heard!' notification. Does anyone recognize it? I only just recently started noticing it and I'm trying to figure out where it's coming from. Does anyone have more info on it? To be clear, it doesn't break anything - I'm just curious about its origin as I didn't see it before. The only AAF-related mods that I recently updated (that could give notification like this) are: Sex Attributes, Sex Harassment and Commonwealth Moisturizer (all 3 available here on LL). Any help/info is much appreciated. Thanks in advance!
Slorm Posted February 11, 2023 Posted February 11, 2023 (edited) 12 hours ago, rubber_duck said: Hi! I started noticing the 'AAF OnAnimationStart Event Heard!' notification. Does anyone recognize it? I only just recently started noticing it and I'm trying to figure out where it's coming from. Does anyone have more info on it? To be clear, it doesn't break anything - I'm just curious about its origin as I didn't see it before. The only AAF-related mods that I recently updated (that could give notification like this) are: Sex Attributes, Sex Harassment and Commonwealth Moisturizer (all 3 available here on LL). Any help/info is much appreciated. Thanks in advance! I run those three mods and have never seen it. However, one major caveat, because of the script changes in the latest SA which appear to need a new game, I'm still using v2.7.1, so maybe v2.7.3 is the culprit assuming that it's SA even generating it. Edited February 11, 2023 by Slorm
rubber_duck Posted February 11, 2023 Author Posted February 11, 2023 9 minutes ago, Slorm said: I run those three mods and have never seen it. However, because of the script changes in the latest SA which appear to need a new game, I'm still using v2.7.1, so maybe v2.7.3 is a culprit assuming that it's SA even generating it. It very well could be. I don't get it why authors don't put the acronyms before their notifications. Surely, these debug notifications are useful; I just don't know what the hell I'm debugging. 1
ego.viator Posted April 27, 2023 Posted April 27, 2023 I found the culprit: FO4HHS. I had to decompile the script: ScriptName FO4HHS_AAF extends ReferenceAlias ;-- Functions --------------------------------------- Event AAF:AAF_API.OnAnimationStart(aaf:aaf_api akSender, var[] akArgs) Debug.Notification("AAF OnAnimationStart Event Heard!") Self.OnAnimationStartChange(akArgs) EndEvent 1
rubber_duck Posted May 1, 2023 Author Posted May 1, 2023 On 4/27/2023 at 2:35 PM, ego.viator said: I found the culprit: FO4HHS. I had to decompile the script: ScriptName FO4HHS_AAF extends ReferenceAlias ;-- Functions --------------------------------------- Event AAF:AAF_API.OnAnimationStart(aaf:aaf_api akSender, var[] akArgs) Debug.Notification("AAF OnAnimationStart Event Heard!") Self.OnAnimationStartChange(akArgs) EndEvent Yep - HHS v1.8.0+ was the culprit indeed. I reverted HHS back to v1.7.0 as the newer versions have all sorts of problems on my end and a conflict with Immersive Animation Framework and as such I'm better off with v1.7.0. Thanks for replying!
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