Jump to content

Recommended Posts

The default setting in SexLab is that sperm on the skin of a character will automatically disappear after 120 seconds.

But now I have installed the mod "Dirt and Blood - Dynamic Visual Effects" which makes it possible that blood and dirt only disappear from the skin when you wash yourself or swim.

I would like the sperm to behave exactly like that. Is there a way that sperm can only be washed off the skin?

Link to comment

Uh... that's already how the cum effect works.

event OnUpdate()
	if ActorRef.IsSwimming() || GetTimeElapsed() > Timer
		Dispel()
	else
		RegisterForSingleUpdate(5.0)
	endIf
endEvent

The effect itself has a duration of two REAL days and the maximum amount you can set via SexLab's MCM is 12 REAL hours, which I believe is quite enough.

If you need more than 12 real hours, open up your save with ReSaver, search for "sslSystemConfig" and select the SCRIPT INSTANCE. Look for the "CumTimer" property and it should have the current value (in seconds) you've set in-game, simply change it to your desired value and save; just remember that the effect itself will only last for 172800 real seconds, anything above that will be the same as setting it to 172800.

Link to comment

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

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use