Jump to content

7 Screenshots

About This File

This mod adds anal gape morphs to female characters (PC or NPC) in a receiving position during SexLab anal intercourse. The gape size increases linearly with the duration of anal sex. The gape goes away some period of time after sex ends. If she starts anal again before she fully recovers, the current gape progress will be factored in. The timing and morphs can be tweaked with an MCM menu.

 

There is an optional wear-over-time mechanic. Wear makes gapes grow quicker during sex and is configurably affected by (1) Male Anal Proficiency, (2) Female Anal Proficiency, (3) Massive Schlongs from creatures like trolls and werewolves, (4) Male Arousal (optional integration with SexLabAroused), (5) Male Weight, (6) Female Weight, (7) Female Ass Size (optional integration with IndecentBitchesOfSkyrim--not yet released), (8) SexLab Stage.

 

 

Please note before downloading:

  1. This mod is meant to provide very simple functionality for gapes without any extra requirements or clutter. If you're looking for a more comprehensive wear and tear mod that still has gapes, check out Simple Wear & Tear.
  2. You must select the body you have in the MCM before gapes will work. There is built-in support for the CBBE 3BA and BHUNP bodies. If you have another body or want to morph other sliders, you can choose the "Other / Custom" body type and specify the sliders to morph.
  3. The "Build Morphs" checkbox has to have been ticked when you built your body in BodySlide in order for this to work.

 

 

Requirements:

  • Skyrim SE (I'm using V1.5.97)
  • SexLab (I'm using V1.63)
  • NiOverride or another mod that includes it like RaceMenu. NiOverride is the mod that makes morphs work.
  • SkyUI (I'm using V5.1 SE). Needed for the MCM menu.

 

 

For mod authors:

Spoiler

Other mods can optionally integrate (i.e. get the gape size of an actor without adding this esp as a master) with the following code:

;Returns the gape percentage of the actor 0-100
Int Function GetGapePercentage(Actor actorInQuestion)
   Form gapeFaction = Game.GetFormFromFile(0x00004897, "SexLabGapeMorph.esp")
   If gapeFaction == None
      Debug.MessageBox("SexLab Gape Morph V1.3+ is not installed.")
      Return 0
   Else
      Int gapePercentage = actorInQuestion.GetFactionRank(gapeFaction as Faction)
      If gapePercentage <= 0 ;Catches the case where -2 may be returned because the actor is not in the faction (because they have no gape)
         Return 0
      Else
         Return gapePercentage
      EndIf
   EndIf
EndFunction

 

 

Edited by L0rd0fT0rm3nt_
updating description for v1-3-0


What's New in Version 1.3.0

Released

V1.3.0:

  • Fixed bug where changing locations (and/or waiting long enough?) would cause the recovery system to break and never complete. To fix the bug on existing actors that have broken gapes, just make them have sex again and their recovery should work afterwards.
  • Expanded the max value of morph sliders from +100% to +300% (meaning bigger gapes).
  • Added optional wear-over-time mechanic.
  • Cleaned up the MCM and made it multiple pages.
  • Added support and settings for gapes from fisting and/or fingering.
  • Added option for minimum gape size when penetrated to simulate the displacement of the object in the anus. Different option for schlong vs fist vs finger.
  • Added option for whether stage 1 counts towards gapes.
  • Added option to remove all existing gapes from recovering actors.
  • If you're upgrading from a previous version: You may need to make a save with the mod disabled and load that save with the new version in order for the new options to come up. This forces the mod to do a full reset and not just a "hot swap".

 

V1.2.0:

  • Added "Other / Custom" body type option. This allows you to specify your own sliders if you want extra control or have a body that isn't listed.
  • If you're upgrading from a previous version: You may need to make a save with the mod disabled and load that save with the new version in order for the new option to come up. This forces the mod to do a full reset and not just a "hot swap".

 

V1.1.1:

  • Previously, I was adding gapes to any females during anal sex. Now it only adds gapes to females in a receiving position. So, futas doing the penetrating don't get the gape as well.
  • Previously, if you used Skyrim's "Wait" function to skip time longer than one recovery interval it would still only recover by one interval's worth. I now fixed it to take into account exactly how many interval's worth of time has passed since the last recovery update.

 

V1.1.0:

  • Added support for the BHUNP body.
  • The body type must now be selected in the MCM before gapes will show up.
  • Got rid of "Split Cheeks" checkbox and instead just gave direct access to all of the sliders it controlled.


×
×
  • 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