Jump to content

Recommended Posts

Posted
2 hours ago, crajjjj said:

Hi @ShimizuModding

Big fan of your mods.

I was looking inside the scripts and I see you have some functions that have if statements with returns but sometimes without  "else" like in the slso voice script. This generates warnings in papyrus and errors when condition fails to trigger. (like tag not found on anim) 

Another one is armor swapping error when pc is nude (base armor == null).

And when SOS is not installed (tng is used) 

I've sent you some fixes.

Please let me know what you think and if you need it in another format or smth. 

I'm investigating freezes during sl scenes now and cleaning what can clog the engine for context. 

Seems like long running scenes without advancing stages are the cause... 

 

 

thanks ill have a look and incorporate the fixes where relevant

Posted (edited)
1 hour ago, ShimizuModding said:
  • Apply Facial Expressions - disable
  • Auto Refresh Expressions - disable
  • Refresh Expressions Delay - 2.0x (doesnt matter if disabled)
  • Play Lip Sync Animation -disable

 

are you using UBE?

 

you can install the mod "More Informative console" and share a screenshot what are the MFG values at that point of time. also share what animation & tags at the stage.

 

while in sex scene, type "mfg reset" in console to see if the expressions almost instantly return to being exaggerated

 

 

Hey, so to answer your question, no I'm not using UBE.

 

When I type "mfg reset" in the console during a sex scene, the expression does indeed almost instantly returns back to being exaggerated.

 

Here's a screenshot of the MFG values via More Informative Console:

mfg_values.jpg.bd232494033a2878cbdf703f5336e197.jpg

 

The animation in this specific instance is "Leito Anal Reverse Cowgirl", and it's at Stage 1 (but it's the same for any animation and at any stage).

 

The tags for this are: 

         "addtag, Leito Anal Reverse Cowgirl, 1ASAC",
         "addtag, Leito Anal Reverse Cowgirl, 1BSDA",
         "addtag, Leito Anal Reverse Cowgirl, 2AFAC",
         "addtag, Leito Anal Reverse Cowgirl, 2BFDA",
         "addtag, Leito Anal Reverse Cowgirl, 3AFAC",
         "addtag, Leito Anal Reverse Cowgirl, 3BFDA",
         "addtag, Leito Anal Reverse Cowgirl, 4AFAP",
         "addtag, Leito Anal Reverse Cowgirl, 4BFDA",
         "addtag, Leito Anal Reverse Cowgirl, 5ASAP",
         "addtag, Leito Anal Reverse Cowgirl, 5BSDA",

 

I assume you wanted me to lookup the tags from SLATE_ActionLog.json? Because idk otherwise how to check scene tags in-game (I looked everywhere).

 

Please let me know if you require any additional information and I'll be happy to provide. Thank you!

 

Edited by Serenity_XXI
Posted
1 hour ago, ShimizuModding said:

 

thanks ill have a look and incorporate the fixes where relevant

Thinking out loud What also is kinda unimersive is that sometimes animation does not have time to reach climax. And autoadvance does not wait for that. Is that the same for victim/rape btw? 

I'd also change default lead in to default sex or some default configurable status, cause usually anims are not leadin and it's too slow. 

Posted
32 minutes ago, Serenity_XXI said:

 

Hey, so to answer your question, no I'm not using UBE.

 

When I type "mfg reset" in the console during a sex scene, the expression does indeed almost instantly returns back to being exaggerated.

 

Here's a screenshot of the MFG values via More Informative Console:

mfg_values.jpg.bd232494033a2878cbdf703f5336e197.jpg

 

The animation in this specific instance is "Leito Anal Reverse Cowgirl", and it's at Stage 1 (but it's the same for any animation and at any stage).

 

The tags for this are: 

         "addtag, Leito Anal Reverse Cowgirl, 1ASAC",
         "addtag, Leito Anal Reverse Cowgirl, 1BSDA",
         "addtag, Leito Anal Reverse Cowgirl, 2AFAC",
         "addtag, Leito Anal Reverse Cowgirl, 2BFDA",
         "addtag, Leito Anal Reverse Cowgirl, 3AFAC",
         "addtag, Leito Anal Reverse Cowgirl, 3BFDA",
         "addtag, Leito Anal Reverse Cowgirl, 4AFAP",
         "addtag, Leito Anal Reverse Cowgirl, 4BFDA",
         "addtag, Leito Anal Reverse Cowgirl, 5ASAP",
         "addtag, Leito Anal Reverse Cowgirl, 5BSDA",

 

I assume you wanted me to lookup the tags from SLATE_ActionLog.json? Because idk otherwise how to check scene tags in-game (I looked everywhere).

 

Please let me know if you require any additional information and I'll be happy to provide. Thank you!

 

 

this looks like the tongue out expression preset. try changing the the option enabletongue in config to 0

Posted
13 minutes ago, crajjjj said:

Thinking out loud What also is kinda unimersive is that sometimes animation does not have time to reach climax. And autoadvance does not wait for that. Is that the same for victim/rape btw? 

I'd also change default lead in to default sex or some default configurable status, cause usually anims are not leadin and it's too slow. 

 

as of now there are options and behavior for auto advance to wait if the actor who is appears to "control" the scene if is close to orgasm. usually victim of a rape scene is not controlling the scene so it wont wait for the victim to cum first, usually only the aggressor. 

Posted
14 minutes ago, ShimizuModding said:

 

this looks like the tongue out expression preset. try changing the the option enabletongue in config to 0

You were right, changing the enabletongue setting to 0 solved the problem. It looks like the expressions are working as intended now.

 

But tbh I would like to be able to use the tongue feature as well... any idea why it got stuck on that expression all the time? Is there any way to make it work correctly?

Posted
1 hour ago, Serenity_XXI said:

You were right, changing the enabletongue setting to 0 solved the problem. It looks like the expressions are working as intended now.

 

But tbh I would like to be able to use the tongue feature as well... any idea why it got stuck on that expression all the time? Is there any way to make it work correctly?

 

i removed some unnecessary conditions that detects whether if it is wearing tongue. you can try the latest updates

Posted (edited)
4 hours ago, ShimizuModding said:

 

i removed some unnecessary conditions that detects whether if it is wearing tongue. you can try the latest updates

Hey @ShimizuModding, I tried the newest update, but it doesn't seem to have made a difference. If I have enabletongue:1 set, then that's the only expression my character gets. It's like the chance is set to 100% in any scenario. But only for the PC. NPCs have normal behavior with expressions. Hope this gives some kind of useful clue...

 

 

Edited by Serenity_XXI
Posted

Any chance of a patch for sexlab util +?  That mod is much better than basic sexlab and needs to overwrite slso to be compatible 

Posted
On 5/11/2025 at 12:43 PM, crajjjj said:

Hi @ShimizuModding

Big fan of your mods.

I was looking inside the scripts and I see you have some functions that have if statements with returns but sometimes without  "else" like in the slso voice script. This generates warnings in papyrus and errors when condition fails to trigger. (like tag not found on anim) 

Another one is armor swapping error when pc is nude (base armor == null).

And when SOS is not installed (tng is used) 

I've sent you some fixes.

Please let me know what you think and if you need it in another format or smth. 

I'm investigating freezes during sl scenes now and cleaning what can clog the engine for context. 

Seems like long running scenes without advancing stages are the cause... 

 

Hey @crajjjj just wondering, have you by chance made any progress in figuring out the problem with the freezes? I encounter this problem myself often enough that it gets pretty frustrating.

Posted
3 minutes ago, Serenity_XXI said:

Hey @crajjjj just wondering, have you by chance made any progress in figuring out the problem with the freezes? I encounter this problem myself often enough that it gets pretty frustrating.

Not yet. I'm getting ssl thread errors now in the log and suspect slso in general but it's tough with freezes 

Posted
37 minutes ago, crajjjj said:

Not yet. I'm getting ssl thread errors now in the log and suspect slso in general but it's tough with freezes 

Gotch'a! Thanks for the update. I hope you can figure it out, good luck... 🙏🤞😅

Posted

Great mod, but I have a question.
I understand that the expression part doesn't work with Sexlab p+ but shouldn't the IVDT mod work just fine with SLP+? I've installed SLATE and it's patch and imported the tags but when I apply them the tags don't appear in Sexlab. Is SLATE incompatible with SLP+ or am I doing something wrong? 

Posted

Is it normal that default slab sounds play time to time ? its not annoying but can i use slab sound replacer to get rid of that annoying sound so it'll match with this one ? i'm not talking about moaning sounds or voices . others :)

Posted
On 5/4/2025 at 11:03 PM, ShimizuModding said:

 

for now the original SLSO game keys interactivity are disabled , until there is an idea on what to do with with interaction keys

what about doing what Hakkey's slso does?

Posted

Looks like an improvement of the original mod, congrats.

However, with the SLSO game now gone, am I the only one where excitment of both actors do not raise ?

Whenever my PC enters a sexlab scene, both actors have bars filled (resistance if i'm not making a mistake), but % does not increase at all, even when scene advances stage.

I checked, and I think I have the correct load order.

Posted (edited)
On 5/13/2025 at 10:59 AM, Serenity_XXI said:

Gotch'a! Thanks for the update. I hope you can figure it out, good luck... 🙏🤞😅

 try this one

 

@ShimizuModding It's a bit too much load on the Expression system . Please don't call it that often

RegisterForSingleUpdate(utility.randomfloat(0.2,0.5)) --> RegisterForSingleUpdate(utility.randomfloat(0.81))
Update : fixed later in the thread

 

Edited by crajjjj
Posted
5 minutes ago, MettleKnight said:

I keep freezing during animations. No CTD just freeze and I have to alt tab and end task via manager to exit. I am using UBE not sure if thats a problem or not.

 

I have UBE too, I don't have that issue (probably another mod/LO or who knows on your end).

 

As far as the mod, I'm a big fan of it. All the things it tries to add are welcome additions.  My only gripes (if any) the enjoyment system between actors need a bit more polishing (raises too slow). I'm trying to play with config files to see a good compromise for my taste. 

Posted
10 hours ago, kirara said:

Hello

I already using the hentai tag using SLATE but there's no proper tag of hentairim present?

 

image.png.0c06743ec62a5f5b3619c03d13c54b61.png

 

Did you both import the action list and run the actions?

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...