Skip to content

SLO VE 0.3.0

Choose a tag to compare

@crajjjj crajjjj released this 25 Jul 11:50

SexLab moans are now handled for you, orgasm voice lines stop being cut off, and SLO VE yields the face to other ahegao mods.

New

  • Auto SexLab moan suppression. SLO VE now silences SexLab's own moan engine for every actor in a player scene so you no longer get doubled voices, and restores it when the scene ends. On by default (director.suppresssexlabvoice = 1); set it to 0 to let SexLab moan too. Fails open — if the AudioUtil DLL is missing, SexLab's moans are left on so scenes are never dead-silent.
  • Yield to external ahegao mods. When another mod is driving an actor's ahegao face, SLO VE pauses its own expression writes so the two don't fight (drops the tongue, hands back the mouth, resumes when the signal clears). It watches three signals: SexLab Survival's built-in ahegao event (always on), worn item forms (director.ahegaoitems), and StorageUtil keys (director.ahegaostoragekeys — default catches the Artsick Ahegao mod's TongueOn). Both lists are empty-safe and cheap to poll.

Fixed

  • Orgasm voice lines no longer get cut off. Scene-end used to hard-stop every audio group the instant the scene ended — including the climax cry that was just starting on the same stage — which is why the Orgasm folder often seemed silent. The ambient/mundane groups now stop immediately while the climax groups ring out for a short grace before stopping.
  • Reliable scene-end. Ending now also keys off SexLab's AnimationEnd, not only the OnUpdate poll (which can be dropped by save/load or script lag and strand a scene "running" forever, blocking every future scene). A self-heal re-adopts on a new thread id if an end was missed.
  • No double scene-end. The end-scene teardown now claims its guard flag before any audio call, so the poll and the AnimationEnd hook can't both run it and fire a duplicate SLOVE_SceneEnd.
  • Silent PullOutGape. The pull-out gape squelch requested on the voice path now resolves and plays.

Docs

  • Getting-started clarifies that moans are auto-managed; only SexLab's facial expressions still need turning off in its MCM (and its voices too, only if you set suppresssexlabvoice = 0).

Both the P+ and classic-SexLab script sets are updated.

Install: FOMOD archive (P+ default, classic-SexLab option). Update over the previous version; no clean save needed.