About This File
SexLab Miscellaneous Features
Brief description:
Fixing small annoyances I have with SexLab Framework:
- Option to hide HUD during SexLab animations
- Option to select the PC's and NPCs' SexLab gender
- SexLab animations with a female aggressor and male victim use sensible animations
Requires:
Skyrim SexLab - Sex Animation Framework and all its requirements
Installation:
Copy all files expect the folder "00 Docs" to your Skyrim data folder.
I recommend the use of a mod manager like Mod Organizer and/or Wrye Bash.
Upgrading:
From 1.01:
Deactivate the mod, wait until the MCM menu disappears, save, then activate the new version
Uninstallation:
Deactivate the mod in the MCM menu, then uninstall.
Description:
- Adds a MCM option to hide the HUD during SexLab animations
Adds a hotkey to hide the HUD anytime; default is [P]
Note: You have to press the key for around one second! - Adds a MCM option to set the player character's SexLab gender to either default, male or female
Adds a MCM option to add or remove the SexLabGender spell to the players spellbock; the SexLabGender spell allows the player to change the SexLab gender of NPCs
Note: A NPC's SexLab gender is not changed if the SexLabGender spell is removed from the spellbook! - Adds the tag "AggressiveFemale" to the following animations: Arrok Cowgirl, Reverse Cowgirl and AP CowgirlAdds the tags "AggressiveFemale" and "Pegging" to all animations with the tags "Aggressive" and "Anal"
MCM menu gives the option to enable/disable the mod, tag/untag the above mentioned animations, and change the likelihood of cowgirl and pegging animations
If the animation switch option is set the mod forcefully changes the animation to one of the above when the aggressor is female and the victim is male
.
For Modders:
If this mod has tagged the animations other mods can select them with:
sslBaseAnimation[] animations = SexLab.GetAnimationsByTags(2, "AggressiveFemale,Cowgirl")sslBaseAnimation[] animations = SexLab.GetAnimationsByTags(2, "AggressiveFemale,Pegging")orsslBaseAnimation[] animations = SexLab.GetAnimationsByTags(2, "AggressiveFemale")
Note the the last command will more likely return a pegging animation than a cowgirl animation because they are more numerous.
You can also use a function of this mod to select an animation:
SexLabMiscellaneousFixes property SLMF autosslBaseAnimation[] animations = SLMF.getAnims("FM")
This returns a "AggressiveFemale" animation while taking into account the settings the player made in this mod's MCM menu.
(Don't forget that you have to link the property to "SexLabMiscellaneousFeaturesQuest" in the Creation Kit!!!)
Known issus:
- It takes about one or two seconds until the HUD reappears after a SexLab animation
- When the animation is forcefully changed sometimes the female completely redresses
- If the animation switch option is set the mod also forces a new animation even if the used one was sensible
Credits:
Ashal - For making SexLab and answering my questions.
What's New in Version 110
Released
- === 14/02/01 - Version 1.10
- - Added feature: Hide HUD during SexLab animations
- - Added feature: Select PC's and NPCs' SexLab gender
- - Cleaned up the MCM menu
- =
- === 14/01/16 - Version 1.01
- - Fixed one line that broke the entire mod
- =
- === 14/01/16 - Version 1.00
- - Initial release