N.Gamma Posted August 6, 2020 Posted August 6, 2020 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?
Dorabella Posted August 6, 2020 Posted August 6, 2020 1 hour ago, AreaGamer said: can only be washed off the skin? I use this method: I lengthen the time in which the sperm remains visible, then I make her swim and disappear, as if it had been washed away . Maybe because I use this together with Dirt and Blood R.A.S.S. Rain Ash And Snow Shaders - Wet Frost Cold Dust
Guest Posted August 6, 2020 Posted August 6, 2020 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.