sexon Posted July 31, 2025 Posted July 31, 2025 Is there a patch or possible changes to the main AAF script that would force the reinitialization of actors in AAF? I know that in mods, gender change after adding the keyword (AddKeyword(AAF_API.AAF_GenderOverride_Male) to the prim) calls AAF_API. GetActorData(akActor) is called, which forces AAF to reinitialize actors, but the problem is that when you try to add the keyword again or remove the existing AAF_API.GetActorData (akActor), this function no longer works because it stores player field data in the cache. The question is whether there is a way or possibility to patch the main AAF script by adding player cache reset functionality.
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