erknation12345 Posted December 23, 2023 Posted December 23, 2023 So whenever a sex animation starts that should spawn an item for the animation there is nothing there and the actors just awkwardly squat over nothing. I'm not sure if I'm missing a mod or what types of things I should be looking for any help would be appreciated. Â This is my modlist:Â https://pastebin.com/wHagbda3
traison Posted December 23, 2023 Posted December 23, 2023 Get the name of an animation that's missing its object. Identify the SLAL pack that adds it. Open the SLAnims\json directory of the SLAL pack. Find the id of the animation in the json file that defines the animation. Open the SLAnims\source directory of the SLAL pack. Find the animation by its id. Find all actors with an object assigned to them in that animation. Example: actor1=Female(add_cum=Vaginal,object="Bed1") Open the esp/esl/esm that came with the SLAL pack in xEdit. Locate the Animated Object branch. Locate the object by its Editor ID. Note down its mesh file (MODL). Make sure the mesh exists.
erknation12345 Posted December 23, 2023 Author Posted December 23, 2023 59 minutes ago, traison said: Get the name of an animation that's missing its object. Identify the SLAL pack that adds it. Open the SLAnims\json directory of the SLAL pack. Find the id of the animation in the json file that defines the animation. Open the SLAnims\source directory of the SLAL pack. Find the animation by its id. Find all actors with an object assigned to them in that animation. Example: actor1=Female(add_cum=Vaginal,object="Bed1") Open the esp/esl/esm that came with the SLAL pack in xEdit. Locate the Animated Object branch. Locate the object by its Editor ID. Note down its mesh file (MODL). Make sure the mesh exists. thank you I fixed the issue I didn't realize that billyy's had an invis pack that was supposed to be used with actual objects and I uninstalled that.
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