Jump to content

Recommended Posts

Posted (edited)
6 hours ago, ShimizuModding said:

 

what isnt working with SL utility ? ill see how difficult it is to accommodate SL utility plus

 

build tongues and adjust their position in body slide

 

 

SLU+ has in its install instructions to have Sexlab installed first, then SLSO, then SLU+ overwritting both.  Which seems to works well/as normal for SLSO.

 

But when I add Hentairim on top of that as you seen in my load order, it seems like the normal function of SLSO in terms of enjoyment and progress bar to orgasm gets broken.  The PC (or maybe whoever is the receiver/victim in the scene) starts the scene with -300% enjoyment, and the bars to orgasm both start nearly full but never really move around.  The "game" from original SLSO also doesn't work (ie the M1/M2 buttons with modifier to change PC/partner pleasure, with no changes to magika/stamina when I press them).  


This is the conflicts for SLU+ in that load order above if thats helpful

 

image.png.c388a1f60bc220edfdc8c1c8ac90ec90.png

 

Edited by no_way
Posted
On 6/27/2025 at 1:16 PM, ShimizuModding said:

 

by default the volume are max out for both. no configurable option yet. i even edited the female voice clips to have higher db.  generally if the voice is played from the PC should be louder, while sound played by an actor from a smaller distance should be softer. its rather mind boggling that you face the opposite of this.

Oh, that's probably because I wasn't satisfied with the ENG options so I've been making my own voice pack. The volume is comparable to base SL voices, but I suppose that's too low. That said, having a configuration setting for its volume and that of the SFX addon is a mus have addition, and I greatly look forward to it!

As for the voice overlap, it largely happens during scenes with 3+ actors from what I've observed. I'll try to record it next time it happens.

As for the NPC tongues stuff, I can definitely do that and likely will. But having a setting that is race distribution instead of individual NPCs would be a huge timesaver. Definitely less of a priority than volume sliders though.

Posted (edited)

Noticed that in the google doc for tags has "chancetocommentononblowjobstage" but in the config it's "chancetocommentonblowjobstage" (the guide has an extra "on") which i assume is the correct is the config just thought you should know.

 

The same also applies to "hugeschlongppsize" in the guide which is "hugeppschlongsize" in the config, this i'm not sure but i assume is also correct 

Edited by friendlygaint
Posted

Heyyo, ArmorSwapping used to work, but since the latest version, it will swap armors if the Bodyslot being checked has an armor equipped, but the moment it sees a Bodyslot that is equal to NONE, it skips the rest of the Bodyslots it is supposed to check.

 

In the BodySwitchtoLewdArmor() function, the code below is causing the script to skip the rest of the while loop which might be causing the issue:

 

Quote

if BaseArmor == none
            return
  endif

 

Posted

First of all, thank you for your work.😘 Secondly, I really hope to update the feature for adjusting voice volume. During the animation process, my main character's voice is sometimes loud and sometimes very quiet, which troubles me greatly. I don't know why this happens.🤒

Posted

The sound is very noticeable when it is low, because the heroine's voice can still be heard clearly screaming, but the volume is close to inaudible, like the total volume of the computer suddenly turned down at that moment

Posted
On 6/29/2025 at 3:06 PM, fadwadwa089 said:

Heyyo, ArmorSwapping used to work, but since the latest version, it will swap armors if the Bodyslot being checked has an armor equipped, but the moment it sees a Bodyslot that is equal to NONE, it skips the rest of the Bodyslots it is supposed to check.

 

In the BodySwitchtoLewdArmor() function, the code below is causing the script to skip the rest of the while loop which might be causing the issue:

 

 

im not sure when its added, but that line of code isnt there currently

Posted
On 6/29/2025 at 5:10 PM, zzzwer said:

First of all, thank you for your work.😘 Secondly, I really hope to update the feature for adjusting voice volume. During the animation process, my main character's voice is sometimes loud and sometimes very quiet, which troubles me greatly. I don't know why this happens.🤒

 

 

the volumes are max by default, and adjusting probably wont help with your weird inconsistencies of audibility. 

 

if the voice volume inconsistencies is with the Male actor its understandable, but if it is with PC it is always played from the PC actor hence it is always max volume with no degradation. 

 

AFAIK skyrim engine dont "normalize" sound clips apart from some volume dropping from distance. Perhaps you can try this script, it basically forces all IVDT sound to play through the player. see if it helps. replace this in script folder

 

IVDTControllerScript.pex

Posted

I suppose I should clarify, are there any plans to introduce volume settings for the SFX, Male, and Female voices? It would be an amazing feature to have.

(SL Utility support would also be great as it makes base SL so much more efficient.)

Posted

Need help with armor swapping json.  

I made a lewd version of TAWOBA Nordplate bikini 8 and thong 1, but I can't get them to swap out.  Here's a screenshot of the sseedit of the plugin I made with the new armours, and my config.  Where am I going wrong?

 

image.png.4ed272a437c09fb2b9c12e721a6da77e.png

Posted

The IVDT voice and sound effect works perfectly, but the Hentairim Enjoyment Expressions Traits seems completely broken —— No experssions during the sexlab sences, the SLSO enjoyment stuck at 0% and 2%,  and the new traits don’t appear in the SLSO weight.

 

Has anyone else has similar issue?

Posted
10 hours ago, DuskWanderer said:

I suppose I should clarify, are there any plans to introduce volume settings for the SFX, Male, and Female voices? It would be an amazing feature to have.

(SL Utility support would also be great as it makes base SL so much more efficient.)

WIP

Posted
6 hours ago, sofia55659 said:

The IVDT voice and sound effect works perfectly, but the Hentairim Enjoyment Expressions Traits seems completely broken —— No experssions during the sexlab sences, the SLSO enjoyment stuck at 0% and 2%,  and the new traits don’t appear in the SLSO weight.

 

Has anyone else has similar issue?

make sure the scripts are not overwritten by other mods

Posted
10 hours ago, no_way said:

Need help with armor swapping json.  

I made a lewd version of TAWOBA Nordplate bikini 8 and thong 1, but I can't get them to swap out.  Here's a screenshot of the sseedit of the plugin I made with the new armours, and my config.  Where am I going wrong?

 

image.png.4ed272a437c09fb2b9c12e721a6da77e.png

it doesnt look like your plugin is ESL.

 

in the SSEDIT right click on the plugin and choose to compact form id for ESL. then add ESL header. then copy the last 3 characters from the form id to the json file

Posted
1 hour ago, ShimizuModding said:

it doesnt look like your plugin is ESL.

 

in the SSEDIT right click on the plugin and choose to compact form id for ESL. then add ESL header. then copy the last 3 characters from the form id to the json file

I dont know what any of this means haha but I fixed it by adding one extra character before the 902/903.  

 

Lookin/working well, now I'll just stand by for that Sexlab Utility + patch!  :P

 

ScreenShot82.thumb.png.5a1ee22527c440e9e1488c09c6b7b5db.pngScreenShot81.thumb.png.7df61c6b55addc3b5fc8c37f55601f53.pngScreenShot80.thumb.png.aa74304fab281c295bf6e37c588ee725.png

Posted (edited)
On 7/1/2025 at 9:40 PM, sofia55659 said:

The IVDT voice and sound effect works perfectly, but the Hentairim Enjoyment Expressions Traits seems completely broken —— No experssions during the sexlab sences, the SLSO enjoyment stuck at 0% and 2%,  and the new traits don’t appear in the SLSO weight.

 

Has anyone else has similar issue?

I have the same issue

 

21 hours ago, ShimizuModding said:

make sure the scripts are not overwritten by other mods

Nothing is overwriting Hentairim IVDT or is SLSO supposed to overwrite Hentairim?

Edited by Cammy
Posted
50 minutes ago, Cammy said:

I have the same issue

 

Nothing is overwriting Hentairim IVDT


For anyone who is experiencing the expressions and SLSO features not working at all, there is a small formatting error in config.json within the enjoyment expressions traits mod. In line 88 of the file, there is a trailing comma after "npcintenseexpressionupdateinseconds". If you delete the comma, the file is able to be read properly, and things should start working as intended. Easy trick is anytime after modifying a .json file, use a json checker like at https://jsonlint.com/ to validate the file is properly formatted

Posted
30 minutes ago, EdwardV said:


For anyone who is experiencing the expressions and SLSO features not working at all, there is a small formatting error in config.json within the enjoyment expressions traits mod. In line 88 of the file, there is a trailing comma after "npcintenseexpressionupdateinseconds". If you delete the comma, the file is able to be read properly, and things should start working as intended. Easy trick is anytime after modifying a .json file, use a json checker like at https://jsonlint.com/ to validate the file is properly formatted

Nice catch! that solved the issue. I never wouldve thought it was a formatting error

Posted
On 5/17/2025 at 11:00 PM, Serenity_XXI said:

Try this fix:

Hello,
I'm having a constant freeze during animations too. A little less frequent with crajjjj's patch (after about the third scene instead of the first...).
I'm also using the new mfg ng update.
I'm playing with sl utility plus, but i let hentairim overwrite sslactoralias.
Were you able to resolve this freeze problem?
Is there a special configuration for the slso mcm?
I've reverted to the old ivdt version for now.

Posted

What would cause this issue? i don't think i'm missing a file

 

Spoiler


[41:11] Checking for Errors in [FE B00] HentairimMaleVoice.esp
[41:11] IVDTDescM1StrugglingSubtle [SNDR:E9009464]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM1StrugglingOvert [SNDR:E9009465]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM1Aroused [SNDR:E9009466]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM1PostNutRemark [SNDR:E900946A]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM1Orgasm [SNDR:E900946C]
[41:11]     SNDR \ GNAM - Category -> [E903C150] <Error: Could not be resolved>
[41:11] IVDTDescM1AboutToCum [SNDR:E9009473]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM1LoveyDovey [SNDR:E90099D8]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM1TeaseFemaleOrgasm [SNDR:E9009F3C]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM1AfterFemaleOrgasm [SNDR:E900AA0E]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM1StrugglingEarly [SNDR:E900AF74]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM1JokeAroused [SNDR:E900B4DA]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM1JokeAfterOrgasm [SNDR:E900B4DC]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM1MCMSampleSounds [SNDR:E900B4DE]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM2TeaseFemaleOrgasm [SNDR:E900B4E2]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM2StrugglingSubtle [SNDR:E900B4E3]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM2StrugglingOvert [SNDR:E900B4E4]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM2StrugglingEarly [SNDR:E900B4E5]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM2PostNutRemark [SNDR:E900B4E6]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM2Orgasm [SNDR:E900B4E7]
[41:11]     SNDR \ GNAM - Category -> [E903C150] <Error: Could not be resolved>
[41:11] IVDTDescM2MCMSampleSounds [SNDR:E900B4E8]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM2LoveyDovey [SNDR:E900B4E9]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM2JokeAfterOrgasm [SNDR:E900B4EA]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM2JokeAroused [SNDR:E900B4EB]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM2Aroused [SNDR:E900B4EC]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM2AfterFemaleOrgasm [SNDR:E900B4ED]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM2AboutToCum [SNDR:E900B4EE]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM3AboutToCum [SNDR:E900EADA]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM3AfterFemaleOrgasm [SNDR:E900EADB]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM3Aroused [SNDR:E900EADC]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM3JokeAfterOrgasm [SNDR:E900EADD]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM3LoveyDovey [SNDR:E900EADE]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM3MCMSampleSounds [SNDR:E900EADF]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM3Orgasm [SNDR:E900EAE0]
[41:11]     SNDR \ GNAM - Category -> [E903C150] <Error: Could not be resolved>
[41:11] IVDTDescM3PostNutRemark [SNDR:E900EAE1]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM3StrugglingEarly [SNDR:E900EAE2]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM3StrugglingOvert [SNDR:E900EAE3]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM3StrugglingSubtle [SNDR:E900EAE4]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM3TeaseFemaleOrgasm [SNDR:E900EAE5]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM3JokeAroused [SNDR:E900EAEB]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM4AboutToCum [SNDR:E900F0DB]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM4AfterFemaleOrgasm [SNDR:E900F0DC]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM4Aroused [SNDR:E900F0DD]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM4JokeAfterOrgasm [SNDR:E900F0DE]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM4JokeAroused [SNDR:E900F0DF]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM4LoveyDovey [SNDR:E900F0E0]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM4MCMSampleSounds [SNDR:E900F0E1]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM4Orgasm [SNDR:E900F0E2]
[41:11]     SNDR \ GNAM - Category -> [E903C150] <Error: Could not be resolved>
[41:11] IVDTDescM4PostNutRemark [SNDR:E900F0E3]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM4StrugglingEarly [SNDR:E900F0E4]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM4StrugglingOvert [SNDR:E900F0E5]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM4StrugglingSubtle [SNDR:E900F0E6]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM4TeaseFemaleOrgasm [SNDR:E900F0E7]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM5AboutToCum [SNDR:E901067E]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM5AfterFemaleOrgasm [SNDR:E901067F]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM5Aroused [SNDR:E9010680]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM5JokeAfterOrgasm [SNDR:E9010681]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM5JokeAroused [SNDR:E9010682]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM5LoveyDovey [SNDR:E9010683]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM5MCMSampleSounds [SNDR:E9010684]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM5Orgasm [SNDR:E9010685]
[41:11]     SNDR \ GNAM - Category -> [E903C150] <Error: Could not be resolved>
[41:11] IVDTDescM5PostNutRemark [SNDR:E9010686]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM5StrugglingEarly [SNDR:E9010687]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM5StrugglingOvert [SNDR:E9010688]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM5StrugglingSubtle [SNDR:E9010689]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM5TeaseFemaleOrgasm [SNDR:E901068A]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM1Aggressive [SNDR:E90116BE]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM2Aggressive [SNDR:E90116BF]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM3Aggressive [SNDR:E90116C0]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM4Aggressive [SNDR:E90116C1]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM5Aggressive [SNDR:E90116C2]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM1TeaseAggressivePartner [SNDR:E9011C2A]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM2TeaseAggressivePartner [SNDR:E9011C2C]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM3TeaseAggressivePartner [SNDR:E9011C2E]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM4TeaseAggressivePartner [SNDR:E9011C30]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM5TeaseAggressivePartner [SNDR:E9011C32]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM6AboutToCum [SNDR:E903C0F4]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM6AfterFemaleOrgasm [SNDR:E903C0F5]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM6Aggressive [SNDR:E903C0F6]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM6Aroused [SNDR:E903C0F7]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM6JokeAfterOrgasm [SNDR:E903C0F8]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM6JokeAroused [SNDR:E903C0F9]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM6LoveyDovey [SNDR:E903C0FA]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM6MCMSampleSounds [SNDR:E903C0FB]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM6Orgasm [SNDR:E903C0FC]
[41:11]     SNDR \ GNAM - Category -> [E903C150] <Error: Could not be resolved>
[41:11] IVDTDescM6PostNutRemark [SNDR:E903C0FD]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM6StrugglingEarly [SNDR:E903C0FE]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM6StrugglingOvert [SNDR:E903C0FF]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM6StrugglingSubtle [SNDR:E903C100]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM6TeaseAggressivePartner [SNDR:E903C101]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM6TeaseFemaleOrgasm [SNDR:E903C102]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM7AboutToCum [SNDR:E903C113]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM7AfterFemaleOrgasm [SNDR:E903C114]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM7Aggressive [SNDR:E903C115]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM7Aroused [SNDR:E903C116]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM7JokeAfterOrgasm [SNDR:E903C117]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM7JokeAroused [SNDR:E903C118]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM7LoveyDovey [SNDR:E903C119]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM7MCMSampleSounds [SNDR:E903C11A]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM7Orgasm [SNDR:E903C11B]
[41:11]     SNDR \ GNAM - Category -> [E903C150] <Error: Could not be resolved>
[41:11] IVDTDescM7PostNutRemark [SNDR:E903C11C]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM7StrugglingEarly [SNDR:E903C11D]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM7StrugglingOvert [SNDR:E903C11E]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM7StrugglingSubtle [SNDR:E903C11F]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM7TeaseAggressivePartner [SNDR:E903C120]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM7TeaseFemaleOrgasm [SNDR:E903C121]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM8AboutToCum [SNDR:E903C130]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM8AfterFemaleOrgasm [SNDR:E903C131]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM8Aggressive [SNDR:E903C132]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM8Aroused [SNDR:E903C133]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM8JokeAfterOrgasm [SNDR:E903C134]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM8JokeAroused [SNDR:E903C135]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM8LoveyDovey [SNDR:E903C136]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM8MCMSampleSounds [SNDR:E903C137]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM8Orgasm [SNDR:E903C138]
[41:11]     SNDR \ GNAM - Category -> [E903C150] <Error: Could not be resolved>
[41:11] IVDTDescM8PostNutRemark [SNDR:E903C139]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM8StrugglingEarly [SNDR:E903C13A]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM8StrugglingOvert [SNDR:E903C13B]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM8StrugglingSubtle [SNDR:E903C13C]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM8TeaseAggressivePartner [SNDR:E903C13D]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
[41:11] IVDTDescM8TeaseFemaleOrgasm [SNDR:E903C13E]
[41:11]     SNDR \ GNAM - Category -> [E903C14F] <Error: Could not be resolved>
 

 

 

Posted
On 7/3/2025 at 5:07 PM, alain31 said:

Hello,
I'm having a constant freeze during animations too. A little less frequent with crajjjj's patch (after about the third scene instead of the first...).
I'm also using the new mfg ng update.
I'm playing with sl utility plus, but i let hentairim overwrite sslactoralias.
Were you able to resolve this freeze problem?
Is there a special configuration for the slso mcm?
I've reverted to the old ivdt version for now.

I'm having the same issue with freezes after a couple of animations, except I use the original SL 1.63 for 1.5.9.7.

Posted (edited)

The new SLSO "Minigame" from Hentairim Enjoyment Expressions Traits is not compatible with Furniture Framework. The enjoyment game thing never goes up properly, only in very, very small increments, and left-clicking or right-clicking also does nothing, and neither the player nor the NPC can orgasm even after reaching over 150% enjoyment.

Edited by CrossDG
Posted

Hi, i'm using sexlab P+ and i've been getting this error:
image.png.08aca500254b9c5178f0923e139ee6fe.png
The animations won't play, i don't know what i'm doing wrong

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...