pop45 Posted January 17, 2024 Posted January 17, 2024 I posted the above in another section of the forum - but here is a summary: Issue: NIOverride for the GenScrot node is not actually adjusting the scale of the schlong. I tried inputting values from 0 to 2 and it does nothing to the character model. I have made sure that this function is called and put in multiple spots console outputs to make sure that the function is being called, and certain variables are passing through. function SetBallScale (actor akActor, float scale) console("successfully called SetBallScale: " + scale) NiOverride.SetBodyMorph(akActor, "NPC GenitalsScrotum [GenScrot]", "OCum", scale) ;for some reason the NPC GenitalsScrotum callout is not working and nothing is changing NiOverride.UpdateModelWeight(akActor) EndFunction There is another callout within the same code that actually works! NiOverride.SetBodyMorph(akActor, "PregnancyBelly", "OCum", stepsizetemp)
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