Bastak21 Posted February 5, 2023 Posted February 5, 2023 (edited) I realized that some animations in SexLab doesn't show cum effect at the end of the final stage. I don't know the reason but been searching it for hours. Since I couldn't find any option in mcm menu except "apply cum effect" option. I was wondering if there is a manual way to set cum overlays on, at the end of the stages for various animations? Edited February 5, 2023 by bastak2341
Karkhel Posted February 5, 2023 Posted February 5, 2023 I do not know how this normally works as I have never used sexlab without separate orgasm, its just ruining immersion how orgasm is just set timer, with separate orgasm cum gets applied through cum overlay whenever partner cums respectign whether in went inside or not generally, also it adds a mini game to optionally edge or make your partner cum faster. I do not know if this will fix your problem, maybe you just don't have checked something about NPC always orgasming in the animation so they don't actually orgasm at the end? Idk, but try this one out But also just to be safe, are you sure your papyrus util isn't being overriten by some other mod with older ver of it? (will show up on mod organizer if you click on the mod), did you add extra overlays for the body etc so you have slots for it? You change that in the ini file if you wanna know how here are copied instructions from different mod description (being a cow) . Spoiler data\SKSE\plugins\nioverride.ini (LE) or skee64.ini (SE). Make sure you change those settings in the file: section [Overlays] bEnableFaceOverlays to 1 instead of 0 section [Overlays/Body] iNumOverlays to 30 instead of 6 section [Overlays/Hands] iNumOverlays to 20 instead of 3 section [Overlays/Feet] iNumOverlays to 20 instead of 3 section [Overlays/Face] iNumOverlays to 20 instead of 3
bnub345 Posted February 6, 2023 Posted February 6, 2023 22 hours ago, bastak2341 said: I realized that some animations in SexLab doesn't show cum effect at the end of the final stage. I don't know the reason but been searching it for hours. Since I couldn't find any option in mcm menu except "apply cum effect" option. I was wondering if there is a manual way to set cum overlays on, at the end of the stages for various animations? This is handled by the .json file for the animations. Look in the folders for any SLAL pack, open the SLAnim folder > json folder. This is where the .json files are, you can edit them with any notepad program. Each animation is listed and there should be a line like this "add_cum": 1, The number controls where the cum effect is applied, 1 is vaginal, 2 is oral and 3 is anal. If that line isn't present no overlay is applied.
Bastak21 Posted February 6, 2023 Author Posted February 6, 2023 (edited) 4 hours ago, bnub345 said: This is handled by the .json file for the animations. Look in the folders for any SLAL pack, open the SLAnim folder > json folder. This is where the .json files are, you can edit them with any notepad program. Each animation is listed and there should be a line like this "add_cum": 1, The number controls where the cum effect is applied, 1 is vaginal, 2 is oral and 3 is anal. If that line isn't present no overlay is applied. Thank you it worked. But ı cant see anyway to reach vanilla sexlab animations where can I find them? Edited February 6, 2023 by bastak2341
bnub345 Posted February 7, 2023 Posted February 7, 2023 20 hours ago, bastak2341 said: Thank you it worked. But ı cant see anyway to reach vanilla sexlab animations where can I find them? The default animations were all made before the advent of SLAL, so they are created in a sexlab script. You can find it in the folder scripts\source\sslAnimationDefaults.psc. Or it might be source\scripts on LE, I forget exactly which way it works. The line for each animation looks like this int a1 = Base.AddPosition(Female, Oral) Where the second word in the parentheses is the cum overlay slot. To change these, you would need to edit the script and then recompile it. All of the default animations might have looked decent in 2015, but by now they are pretty outdated and personally I wouldn't bother using any of them.
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