Jump to content

Skyrim: Special Edition

Sub Category  

Select a subcategory to view available files.

Files From Subcategories

  1. [IDY] Prolapsed Uterus

    If you love the uterus prolapse, test it and fill your desire
     
    This MOD enable you to get equippable prolapsed uterus. It can make to use Cooking pod.
     
    This mod requires:
    3BBB(3BA)
    HDT-SMP
    XP32 Maximum Skeleton Special Extended - XPMSSE
     
     
    Q. Can I use this mod or mesh of this mod as a material for my own mod?
    A. You can use it if you want. But please write down your MOD page about used this mod.
     
    It is not necessary for you to tell me that you used it, but I would be happy to know that you use.
     
    Credit:
    https://www.pixiv.net/artworks/86337069 (it used at GND texture part.)

    9209 downloads

    Updated

  2. Ava Taylor - Follower - SE

    Ava Taylor - Follower
     
    She's at the Drunken Huntsman, in Whiterun.

    It's an experimental project..
    This is SE version.
    -----------------------
     
    The Requirements:



    ------------------------------  
    Thanks & Credits:



    ------------------------------  
    Some Notes & Suggestions:



    ------------------------------
    Have Fun...

    & & & ...

    Thanks,

    Nehaberlan...

    ------------------------------
     

    282 downloads

    Updated

  3. Tera Patrick - Follower - SE

    Tera Patrick - Follower
     
    She's at the Bannered Mare, in Whiterun.

    It's an experimental project..
    This is SE version.
    -----------------------
     
    The Requirements:



    ------------------------------  
    Thanks & Credits:



    ------------------------------  
    Some Notes & Suggestions:



    ------------------------------
    Have Fun...

    & & & ...

    Thanks,

    Nehaberlan...

    ------------------------------
     

    227 downloads

    Updated

  4. Sex Grants Experience

    Description
    I use the Experience mod and decided I would like to gain some experience when engaging in sexual acts. I originally had created a simple version of this using SL Triggers, but  the file I made for it was getting difficult to maintain as I added support for more tags, and I wanted to gain exp from OStim scenes as well (I've mostly switched to using OStim for all human-only scenes and SexLab for creature ones). So this is a simple mod that grants experience whenever the player character engages in a sex scene.
     
    The amount of experience granted is based on the tags (SexLab) or action types (OStim) associated with animations that are played. This is configurable in a json file. A default configuration is included for reference.
     
    For SexLab I only grant exp based on the animation that was playing when the scene ended, as generally only one animation is played.
    For OStim I detect every change and evaluate them separately, then take the maximum value over all actions and grant exp from that.

    There is also an MCM to control a few settings.
     
    MCM Settings
    MCM is called "Sex Grants Experience". It contains:
     
    Two flags indicating which of SexLab and Ostim were detected - not configurable, just informative No Match EXP - A base amount of experience granted if the animation doesn't match any entries in the config file Creature Multiplier - A multiplier applied to any scene involving at least one creature. Setting e.g. 0.25 results in a 25% increase in EXP from the base amount determined from the config file. Setting this to 0 results in no additional EXP Per Actor Multiplier - A multiplier applied to any scene involving more than actors than the configured threshold. Setting e.g. 0.1 results in a 10% increase in EXP per actor (other than the player character) involved. So with that configuration and the default threshold of 3 a threesome would result in a 20% increase in EXP. Solo scenes or scene with just one other actor do not apply this multiplier. Per Actor Threshold - How many actors are required in a scene for the per actor bonus to be applied. Setting this to 3 (the default) means only threesomes or higher apply the bonus. Per Actor Behaviour - how the per actor bonus should be calculated. Three options: Count all actors - in this case, assuming a threshold of 3 and multiplier of 0.1, a threesome would result in 30% more exp than a two-person scene Count all actors except player - in this case, assuming a threshold of 3 and multiplier of 0.1, a threesome would result in 20% more exp than a two-person scene. This was the behaviour prior to v1.7, and is the default Count actors at/above threshold - in this case, assuming a threshold of 3 and multiplier of 0.1, a threesome would result in 10% more exp than a two-person scene The two multipliers are added together - so a threesome with a creature in it results in a 45% increase (0.25 + 0.1 + 0.1) with the example settings As a complete example: let's say we set Blowjob to 20 exp, and perform a scene where the PC and another actor give a blowjob to a horse. Then the total exp granted will be 20 * (1 + 0.25 + 0.1 + 0.1) = 29 EXP is always rounded down, as the final value cannot contain a decimal EXP Loss - Toggle for EXP loss system. EXP is lost if the framework decides that you were a victim in the scene, based on the usual exp calculation with an additional multiplier described below. Allow Negative EXP - whether lost exp should allow going below 0 progress in the current level. Note that levels will not be lost, but if your exp is negative it may appear that you aren't gaining any until you go back above 0 EXP Loss Multiplier - a multiplier applied to exp when it is being lost. At 0 this eliminates exp gain instead of losing, at 1 it would cause you to lose the same amount of exp that you would have otherwise gained if you were not a victim in the scene Cooldown - Toggle for whether there should be a cooldown between granting of EXP Cooldown Hours - Number of hours after being granted EXP during which no more EXP will be granted There is currently no UI for indicating your cooldown status. If you have the debug messages enabled and no EXP is granted as a result of being in cooldown, it will display a message of the form "No EXP granted, still under cooldown until MM/DD/YYYY HH:MM", with appropriate values filled in. Require Orgasm - Toggle for whether an orgasm is required for EXP to be granted. If true, only scenes where at least one actor orgasms will grant EXP to the player. If false, all scenes will grant EXP. Solo scenes grant EXP - Toggle for whether solo scenes should grant EXP. If false, only scenes involving at least two actors will result in EXP being granted. And two options controlling where debug messages are displayed, if at all  
    Configuration File
    The configuration file is located at SKSE/Plugins/SexExp/config.json. It is a simple key/value association, assigning a tag or action type a specific experience value. Note that it is case sensitive. There is a file included, but as an example you can write something like this:
    { "Masturbation": 10, "Blowjob": 20, "Vaginal": 30, "vaginalsex": 30 } If multiple tags / action types match, it chooses the highest value. So with this config if a scene that is tagged with both "Blowjob" and "Vaginal" is performed it will grant 30 exp. The order in the config file is irrelevant.
     
    Requirements
    SkyUI - for the MCM
    Experience
    JContainers
    PapyrusUtil
    SexLabFramework - if you want it to grant exp for SexLab scenes - soft requirement
    OStim Standalone - if you want it to grant exp for OStim scenes - soft requirement
    And all requirements of these mods
     
    This has only been tested on Skyrim SE v1.5.97, because that's all I have installed. My code is all Papyrus, so it may work if all the requirements work on newer versions.

    10654 downloads

    Updated

  5. Chloe Cherry - Follower - SE

    Chloe Cherry - Follower
     
    She's at the Bannered Mare, in Whiterun.

    It's an experimental project..
    This is SE version.
    -----------------------
     
    The Requirements:



    ------------------------------  
    Chloe Cherry's Light Sabers:



    ------------------------------
    Thanks & Credits:



    ------------------------------  
    Some Notes & Suggestions:



    ------------------------------
    Have Fun...

    & & & ...

    Thanks,

    Nehaberlan...

    ------------------------------
     

    181 downloads

    Updated

  6. Fit Girl Body CBBE 3BA Bodyslide Preset

    A fit body for your female character.
     
    Is your character into fitness? Then this preset is for you!
     
    To install, use your method of choice. To use, open Bodyslide and you'll find drop-down menus in the top-left. Click the bottom one, and you'll see your presets. It's going to be labelled "Fit Girl." Select it, and then batch build everything by clicking the button in the bottom-left corner. Alternatively, you can build whatever to this preset.
     
    This is my first mod since losing my modding setup. To celebrate getting it back up and running, I made this!
     
    Requirements
     
    BodySlide and Outfit Studio
     
    CBBE 3BA (3BBB)
     
    My mods are only uploaded to Nexus or LoversLab. If they are anywhere else, then they were uploaded without my permission.
     
    Gifs
     

    697 downloads

    Submitted

  7. Killer905 Poses LE/SE/AE

    Hi!
    I'm killer905 and i try created a Pose Mod.
     
    Note:
    Please keep in mind I'm new to this also please be understanding in the comments!
     
    I'm taking the suggestion for in pose form, but animated ones I plan to do too, and even with objects.
     
    Remember that in your body type, the limbs may go into the body or be too far away from the body.
     
    Current Poses:
    Standing: 17
    Kneeling: 1
    Objects: 6
     
    Requirements for LE:
    FNIS - https://www.nexusmods.com/skyrim/mods/11811
    Poser Hotkeys Plus - https://www.nexusmods.com/skyrim/mods/90896
     
    Requirements for SE/AE:
    FNIS - https://www.nexusmods.com/skyrimspecialedition/mods/3038
    Or
    Pandora Behaviour Engine Plus - https://www.nexusmods.com/skyrimspecialedition/mods/133232
    Poser Hotkeys Plus SSE - https://www.nexusmods.com/skyrimspecialedition/mods/17743
     
    Credits to:
    @NCK30 for his help and guide
    @pornphile for his rigs and guide
    @BREADPIG for better rig
    @Bottlefield II for objects guide

    311 downloads

    Updated

  8. Lana Rhoades - Follower - SE

    Lana Rhoades - Follower
     
    She's at the Bannered Mare, in Whiterun.

    It's an experimental project..
    This is SE version.
    -----------------------
     
    The Requirements:



    ------------------------------  
    Thanks & Credits:



    ------------------------------  
    Some Notes & Suggestions:



    ------------------------------
    Have Fun...

    & & & ...

    Thanks,

    Nehaberlan...
     

    357 downloads

    Updated

  9. Export Mod SLA Keywords for Keyword Item Distributor

    Background
    Have you spent years curating your own esp/esl file of SLA keywords for BaboDialogues and want to migrate to Keyword Item Distributor? Well this...
     
    Primary File - [KID] SLA Keyword to KID.pas
    SSEEdit script to export existing SLA keywords for KID (https://www.nexusmods.com/skyrimspecialedition/mods/55728)
    Right click an esp in SSEEdit and select "Apply Script" Run the downloaded PAS (either copy to SSEEdits script folder or copy/paste contents into a new script) Copy the output in Messages tab to a _KID.ini file per the mods instruction.  
    Script is script, it's my first attempt at an xEdit script and was for my own edification. This may already exist, but I could not find it XD.
     
    Secondary File - SLA_Keywords_KID.ini
    My own export of keywords for accumulated clothing mods:
     
     
    In support of...
    And Keyword Item Distributor: https://www.nexusmods.com/skyrimspecialedition/mods/55728

    446 downloads

    Submitted

  10. Luis Royo Sexy Loading Screens

    Pretty simple *sexy* loadscreen mod. 

    Couldn't find anything I liked for loadscreens so I made this.
    Contains 78 AI upscaled images, all pulled right from Luis Royo's Gallery and stuck into upscayle.
    All images are already cropped properly to 16:9 aspect ratio in standard version, ultrawide are cropped to 21:9.
    (NO STRETCHING. That bothered me in so many loadscreen mods rip.)

    Select the aspect ratio in mcm according to what you have most will be 16:9.
    Pick ONE main file and overwrite with "textures" if you want the higher res.
    Doesn't require better loadscreen colors, tbh I just don't know where to remove that :3

    Skills replacer is in previews and main menu is the sideways woman.
    Main Menu Music is "Kowal - Black Opium" Got it from here but not required: https://www.nexusmods.com/skyrimspecialedition/mods/82575?tab=description

    Full gallery here: Gallery| LUIS ROYO OFFICIAL WEBSITE
    Made using this: Easy Loading Screen Generator at Skyrim Special Edition Nexus - Mods and Community (nexusmods.com)
     
    1.6 Should be my last update for a long time. Works on LE SE and AE, used a better upscaler this time, and I've got my ultrawide covered. Not sure what else to do lol.
     
     

    3011 downloads

    Updated

  11. RowdyD's Flipped Hairs

    RowdyD's
    Flipped Hairs
    Who doesn't like more hair options?
    In this mod 69 (Did not plan to end on that number), of KS hairs have been "flipped" to the other side of the face for more options for your character or followers. Simply load with favorite mod manager, hop into racemenu and enjoy.
    All I did was just flipped the meshes in Outfit Studio
    Required: KS Hairdo's (saves on space by using it's textures)

    Want to use them for your making followers? Go right ahead! 👍 Just shoot some credit to me and the original authors
     
    Q. Will you add more hair?
    A. Yes, I just choose personal favorites for the initial upload.

    Q. Will you do other hair mods? Like Holiday hairs 1 & 2?
    A. Yes. Reversing the hairs also gives me more options for the followers that I work on as well.

    Q. Can we make requests?
    A. At the moment I'm not taking requests as I'm busy with the 3 revamps of my main mods; Maidens of Darkness, Star Shadow Coven, and Lilith Maidens. Keep a watch here or on my profile as I'll let you guys know when I will.
     
    Q. The hair is clipping?
    Q. Yeah, it's a pretty busty preset that I used.
     
    Q. Is the Blonde model a follower as well?
    A. Yes. Yolanda will appear in Star Shadow Coven when I revamp it with the primary screen shot hair.  


    KS Hairs can be found here:
    KS Hairdos SSE at Skyrim Special Edition Nexus - Mods and Community
     
     
    Credits
    Kalilies - For KS hairs
    Ousnius - Outfit Studio
    Orginigal makers of the hairs

    1130 downloads

    Updated

  12. SL Beastess SE Patch

    I started this years ago and never finished up to now. That's the reason, the esp name does not match the mod name.
     
    What it does:
     
    1. remove overwrites to original vanilla spells and created new spells. They start with Beastess. Like Beastess Calm and so on.
    craftable smelter 1 iron ore.
     
    2. created facegen meshes/tint for the daedric beastess followers. (no more white face)
    you may find in the facegen folders a subfolder with nif and facetint. This is for the beastess follower. I moved those, because I use my ownn replacer.
     
    3. set dialogues to higher priority, so they show up on top position
    Hint: If you use SLAC, deactivate the communicate to creatures/horses until you finished the Beastess quest. Activating this SLAC feature might block the Beastess dialogue menue..
     
    4. Horse(s)
    a tricky thing, as you mount on activate a horse. This blocks the Beastess quest from andvancing. Fixed this by making the Beastess Horses not rideable.
    So you cannot mount those horses in a regular way. Here SLAC talk to horses MUST be disabled ! Otherwise the Beastess dialogue will be blocked.
     
    5. Set wolf (last Beastess creature in the quest) from current follower faction 0 to -1.
     
    6. Some Beastess creatures won't talk. First try activate a second time ("E"). If still not talking, there is an additional download, "speaktoanimals".
    It's a toggle. I needed it for the saber and spider. This feature is not restricted to Beastess creatures. Use on on your own risk for other creatures.
    It's a shout. so low distance needed.
     
    I tested all the way to wolf and finished the quest.
    One thing to mention.
    The werewolf is near a bandit camp. He might fight and has his health below 0. Just use a healing spell and you can proceed.
     
    Hope I got everything now.

    3831 downloads

    Updated

  13. Sexlab Body Search Revocalized

    No xVASynth here. This mod adds voice lines to Body Search. These are the best-sounding and most accurate voices I’ve been able to create.
     
    Sexlab Body Search - Revocalized
     
    This mod is meant to be a proof of concept that AI voice mods don't have to be xVASynth garbage (you heard me).
    I did Sexlab Body Search because it's a small mod, and a good demonstration of proper AI voicing.
     
    This mod comes with an .esp file. MAKE SURE IT OVERWRITES 'BodySearch.esp'!
    The mod's original lines were written in horribly broken English, so I’ve corrected their grammar.
     
    LISTEN TO PREVIEW (Click):
    FemaleNord
    MaleGuard
    MaleNord
    MaleNordCommander
    MaleSoldier
    FemaleCommander
    MaleCommander
    MaleUniqueGalmar
    MaleUniqueUlfric
    --------------------
     
    Requirements
     
    Sexlab Framework
    Sexlab Body Search
    RohZima's Body Search Animations (SLAL)
     
    --------------------
     
    I'm open to any ideas for what I should voice-patch next. Feel free to post.

     

    6598 downloads

    Updated

  14. Summon Nasty Critters

    Summary
    This provides two spells that can be used to summon creatures. Both spells are added to the player. The nice version has all the "friendly" creatures from CreatureSummoner_MNCSEv15. Nasty only those I was able to run in SexLab. For now there is no MCM, but there does exist a Control spell you can get with AddItem. You shouldn't need it.
     
    Spells:
    Summon Critters Nasty: spawns a creature by the target, starts sex between the target and the creature, and then has all allies of the target attack the creature. If the target is a DOM slave, it will allow the player to select a punishment reason, tag that reason for the rape, and not start combat between the creature and the slave's allies. Hitting the creature a second time, will dispel it. Summon Critters Nice: spawns the creature by the player  
     Issues I would like Help with
    Improved creature grouping (groups.yaml): Animation packages that will increase the number of supported creatures.  
    Requirements
    Utils   SKSE   Address Library for SKSE Plugins   Unofficial Skyrim Special Edition Patch  UIExtensions  JContainers  SkyUI SE  PapyrusUtil SE  Alternate Start (nice, but not needed) nude body (not required)   Scholongs of Skyrim SE   Caliente's Beautiful Bodies Enhancer -CBBE- or BHUNP SexLab   Sexlab Framework   OSL Aroused Reborn]   SL Animation Loader Animation  Pandora  Pandora Output (recommended to store Pandora's output)  XP32 Maximum Skeleton Special Extended (XPMSSE)  Fores New Idles in Skyrim SE  FNIS Creature Pack SE (only this)   More Nasty Critters (must have all 3 files below) CreatureFramework...7z CreatureSummoner_MNCSE...7z MoreNastyCrittersSE_....7z animations (you might be able to get away with less ... )   Anub   Billyy   BakaFacrtory   FunnyBizness SummonNastyCritters   SummonNastyCritters (this mod) Setup
    Run Pandora (will need to rerun with each change in animations) Start skyrim with SKSE Go into the MCM and start SexLab After SexLab has loaded, go back in to SexLab and enable creatures (top right) Go into the MCM and SL Anim Loader Click on Rebuild SexLab Anim Registry, wait a bit, exit to the game Click on Register Animations, wait a bit, exit to game Click on Enable All  
     Mods Supported : 

    4015 downloads

    Updated

  15. Terre's 4K Fur Textures for CoverKhajiits (SoS Patches)

    These are the SoS patches for Terre's 4K Fur Textues for CoverKhajiits. Male only. Download only SoS light or full, whichever you're using. BC7 compressed, so they don't work with LE.
     
    Screenshots coming later.

    2401 downloads

    Updated

  16. SexLab Enchantress Redux

    SexLab Enchantress Redux
     
    About This Mod
     
    Sexlab Enchantress Redux adds several illusion spells and item enchantments focused around using sex as a distraction or weapon.  Originally intended as an expansion to Liuli's Sexlab Enchantress, I ended up creating this mod from scratch with the idea of creating a sneaky illusionist play-style focused around sex.  While the original focused on creatures and putting the player character into animations, this mod focuses on putting others into sex animations and with more focus on non-creature targets.  This mod is fully compatible with the original SexLab Enchantress.
     
    Add spell tomes/enchanted items to your inventory from the MCM.
     
    SE and LE versions are now available.  Please make sure you download the correct one for your game!
     
    Version 1.1.0 is currently only available for SE as I'm not yet sure on compatibility concerns with SKSE plugins.  Version 1.0.3 will be left up for anyone who can't run the SKSE plugin.
     
    Spells
     
    Tantalize - Increases the targets arousal over time
    Desensitize - Numbs the target, decreasing their arousal.
    Insatiate - Puts the target into an insatiable state of lust
    Self Indulgence - Makes the target masturbate
    Lure - Calms and lures the target to you for nefarious purposes.  An additional option is available at high arousal.
    Excite - Makes the target seek out someone to have sex with
    Free Spirit - Makes the target invite everyone around them to have sex
    Prey - Makes the target hallucinate imaginary beasts to ravage them, and offers creatures an enticing distraction
    Xenophobia - Makes the target hallucinate a group of Khajiit/Argonians/Dark Elves to gangbang them
    Ego Death - Gain control over the target's mind
     
    Enchantments
    Enchantments mostly mimic their spell counterparts.  Any enchantments which show a power x/180 activate every 180 seconds - the enchantment magnitude.  So an enchantment that shows 60/180 will activate every 120 seconds.  Increasing the power over 180 will have no additional effect.
     
    Perks
    I didn't want to create a custom perk tree.  Maybe I will in the future.  Currently Perks are controlled through the MCM and are based on the player's skill level.
     
    Illusion:
    Stifled Moans - After having sex with an NPC under the effects of Lure, grants a buff to Sneak.  Requires level 30.
    Voyeur - After inducing others to have sex, grants a buff to sneaking movement speed.  Requires level 40.
    Reverie - Any NPCs caught in the effects of your Self Indulgence, Excite, or Free Spirit spells with be calmed after finishing if their arousal was high enough.  Requires level 50.
    Unbearable Pleasure - Hostile targets will will suffer a fatal orgasm if their arousal is high enough.  Requires level 75.
     
    Pickpocket:
    Slippery Fingers - Rings and amulets with SLER enchantments that are reverse pickpocketed onto NPCs will be equipped.  Requires level 35.
     
    Requirements
    This mod requires Sexlab Framework and Sexlab Aroused and all dependencies of them.
     
    Creature and group sex animations are highly recommended.
     
    Conflicts
    There shouldn't be any conflicts as nothing in this mod relies on base assets, but that's apparently not the case, though I have not tested this myself.
     
    This mod is not compatible with:
    Succubus Heart (reportedly) Sexlab Separate Orgasms  
    There are also potential edge cases I'll include just in case someone encounters weird bugs.
     
    Lure adds dialogue to non-interactable enemies such as falmer or draugr.  The check to add this can only check the base race settings as far as I could tell.  There is a possibility of a mod or other custom enabled creature that has dialogue enabled which might then be disabled when Lure is used on them and wears off.  I don't currently know a good workaround for this.
     
    Some spells spawn hallucinations (Prey and Xenophobia).  I encountered some instances where hostiles will target the hallucinations.  There's no real negative other than this wasn't how I intended the spell to function.  I think I've fixed this issue, but I haven't tested every possible scenario.  Let me know if you run into this and what type of enemies were involved.
     
    Mods like Sexlab Separate Orgasms change how Sexlab events trigger which can break spells like Lure.
     
    Balance
    These spells can be quite powerful.  I will continue to look into better balancing, but this might be more of an RP focused set of spells.  That said I think these spells offer an interesting new play-style even if it has the possibility to trivialize some things.
     
    Improvements
    Spell projectiles are a bit wonky.  This is another area I intend to improve, but I'm currently doing it this way to work around projectile detection issues that will cause enemies to go into searching, even with quiet casting and other noise reduction perks.
     
    Searching and sorting actors for Excite and Free Spirit could use some improvements, as well as animation sorting.  This is a work in progress.
     
    I'd like to add a better way to acquire the spell tomes rather than spawning from MCM.
     
    Updating
     
    Should be as simple as overwriting the old mod with the new mod.  Nothing special needs to be done.
     
    LE Compatibility
     
    Thanks to Hex Bolt, there is now a LE compatible version!  I have not tested, nor will I directly support LE because I don't play on that version, but it reportedly works.  Try at your own risk, but I will include an LE compatible version with all releases unless I hear it's really broken.
     
    Thanks
    Any feedback would be greatly appreciated!  This is my first mod and I have several ideas for new spells, perks, and other interesting RP and utility I could add to this mod.
     
    Also thanks to Liuli for creating the original Sexlab Enchantress and inspiring the idea for this mod.
     
    Linthar's More Informative Console mod was instrumental for helping me learn SKSE development.
     
    Tome Locations
     
    If you don't want to scour all of Skyrim, here are some hints.
     
    Hints:
     
    Spoilers:
     
    Version History
     
     

    6898 downloads

    Updated

  17. Butt Enchanting... Undressed

    I love BananaManiac's Butt Enchanting, but... I really need to see that butt... naked.
     
    All this does is it strips the NPC before opening the stash and re-dresses them on closing it. Okay, also lingers a tiny bit longer on the wiggling.
     
    I put it together quickly and it works for me. I probably won't do much to support this, since I need to get back to my bigger perv project.
     
    Requires:
     

    954 downloads

    Submitted

  18. Cum Alchemy Addon - Vial Collection

    Description
    Cum Alchemy Remastered comes with a configuration for SL Triggers that give vials of cum on the completing of scenes. This is great, but has two issues with it that make it not ideal for my use anymore
    There are a bunch of reports of people having trouble setting up the triggers properly or them not working for whatever reason They only work for SexLab  
    This mod can be used as a replacement for those triggers, implementing the same logic in Papyrus and hooking into both SexLab and OStim events to give vials. Vials are only generated for scenes that the player is involved in and always given to the player, never to NPCs. It should work for both human and creature (SexLab only) partners.
     
    MCM Settings
    MCM is called "Cum Alchemy Vial Collection". It contains
    Two flags indicating which of SexLab and Ostim were detected - not configurable, just informative
    OStim: Give vials on orgasm - If checked, for OStim scenes a vial will be generated whenever an orgasm by an appropriate actor occurs (possibly more than once per scene). If unchecked vials will be generated for each actor when the scene ends.
    SexLab scenes always have the latter behaviour, as the SexLab orgasm event does not seem to indicate which actor orgasmed, only that one occurred.
    Give vials from males only - If checked, vials will only be generated for male actors. If unchecked, vials are generated for each actor in the scene.
    If SexLab is installed and enabled then this is based on the actors SexLab gender (even for OStim scenes), otherwise it is based on the sex of the actor.
    Give vials from self - If checked, vials will be generated for the player character if they meet the previous criteria. If unchecked, vials will only be generated for partners.
    Vials per orgasm - Number of vials generated per orgasm.
    And two options controlling where debug messages are displayed, if at all
     
    Requirements
    SkyUI - for the MCM
    Cum Alchemy Remastered - v1.6.6 ESPFE is required
    JContainers
    PapyrusUtil
    SexLabFramework - if you want it to generate vials for SexLab scenes - soft requirement
    OStim Standalone - if you want it to generate vials for OStim scenes - soft requirement
    And all requirements of these mods
     
    This has only been tested on Skyrim SE v1.5.97, because that's all I have installed. My code is all Papyrus, so it may work if all the requirements work on newer versions.
     
    I have tested this with some races, but not all of them - let me know if you encounter any that don't work and I will investigate. I believe I copied in the mapping correctly from the triggers but could have introduced errors.

    2944 downloads

    Updated

  19. True Scarlett for COtR

    True Scarlett for COtR

    Complete rework of the face, now you can play with the true Scarlett Johansson.

    Requirement:
    Last update of Skyrim special edition (1.5.97)
    Latest SKSE64 for Skyrim SE (version 2.0.20)
    The presets work on AE and LE version if you can find the same requirements.

    .....................................................FACE.....................................................

    Racemenu
    RaceCompatibility for Skyrim Special Edition
    COtR - HQ Characters creation addon
    BnP - Female Skin 
    BnP - COtR faces  
    Eye Normal Map Fix SSE
    Charmers of the Reach (CotR) - Racemenu Warpaints Tattoos Patch and Eye Fixes and Presets  
    Even More Brows - HPH - COtR (COtR version)
    Koralina's Makeup for COtR
    Koralina's Face Details for COtR 
    KS Hairdos

    .....................................................BODY(optionnal).....................................................

    Caliente's Beautiful Bodies Enhancer -CBBE-
    Female Hands Redone (use bodyslide to apply the sliders).
    NecDaz Feet (use bodyslide to apply the sliders).
    XP32 Maximum Skeleton Special Extended - XPMSSE
    FSMP - Faster HDT-SMP 
    CBPC - Physics with Collisions for SSE and VR
    CBBE 3BA (3BBB)
    My preset Bodyslide based 3BA "BomBassbody" (use bodyslide to apply the sliders).

    All the entire installation description with video support in my Discord channel

    Optionnal if you want to apply my presets into any unique NPC:
     PROTEUS (tutorial too)

    Credit:
    ALL THE COMMUNAUTY!
     

    1021 downloads

    Updated

  20. Damsels in Distress and other mods Botoxed

    This is a botoxed version of a few wonderful mods by @Pyreite all praises should go to them.
     
     
    In the download section you'll find botoxed meshes and textures for the damsels and female NPCs in the following mods:
     
    Damsels in Distress - (0) - Follower collections. Damsels in Distress - (1) - Spoil of War. Damsels in Distress - (2) - The Caged Rose. Damsels in Distress - (3) - Breeding Slaves. Damsels in Distress - (x) - Snow Elf Follower Rayva. Riza Moongazer - Your Every Need. The Queen's Cure. Dibella's Blessed Random NPC Replacer (Simple Generic NPC Replacer).  
    If you want the new meshes, without the makeup version of the textures, only install the meshes directory.

    Requirements are your mod(s) of choice and Botox for the hair textures.
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     

    6365 downloads

    Updated

  21. Karita7000

    As simple as possible.
    On the way back from High Hrothgar she should be there.
     
     
    TLTR:
    As I want to keep it as simple as possible, I did not add the potential follower faction.
    This would require editing the NPC either way.
     
    The quest deletes her unfortunately, so it requires a new game.
     
     
    PS:
    The image is just an image I found.

    433 downloads

    Updated

  22. UBE Bimbo Preset & BodySlide

    


    
    Racemenu. BodySlide. Sayble Skin for UBE 2.0 Ultimate Body Enchancher 2.0. Even More Brows + UBE Patch. Even More Makeup + UBE Patch.  Tulius Hair 3 SMP2  (Install Texture, then Big Head Meshes and Fixed ESP in this order) (Added new link to fixed ESP. Old one died.) Pubic hair Overlay Collection (Not required but was used in this preset. If body has a blue tint, just go to bodypaint and remove this.)
    Important notice:

    When dealing with UBE, it is important that the patch loads AFTER the main mod in your load order!




    
     
    NMM/MO/Vortex: load it up and let that program do the work (Bodyslide preset must be placed manually!) Manual RaceMenu preset: Place the preset in Skyrim Special Edition>Data>SKSE>Plugins>CharGen>Presets. Manual BodySlide preset: Place the preset in Skyrim Special Edition>Data>CalienteTools>BodySlide>SliderPresets.
     
    A big thanks to all the wonderfull people making the mods used in this preset!
    The ENB used in the screenshots is PI-CHO ENB.
    Do not use my work in Paid Mods!
    Mods are free and should remain free, for now and ever!
    
    -------------------------------------------------------<3----------------------------------------------------
    ------------------------------------

    531 downloads

    Updated

  23. COtR Grace Jones for fun

    COtR Grace Jones for FUN
     
    For this preset choose Redguard DZ race
     
    ....................................................FACE.....................................................
    Racemenu
    RaceCompatibility for Skyrim Special Edition
    COtR - HQ Characters creation addon
    BnP - Female Skin 
    BnP - COtR faces  
    Eye Normal Map Fix SSE
    Charmers of the Reach (CotR) - Racemenu Warpaints Tattoos Patch and Eye Fixes and Presets  
    Even More Brows - HPH - COtR (COtR version)
    Koralina's Makeup for COtR
    Koralina's Face Details for COtR 
    KS Hairdos
    .............................................BODY(optionnal)..........................................
    Caliente's Beautiful Bodies Enhancer -CBBE-
    Female Hands Redone (use bodyslide to apply the sliders).
    NecDaz Feet (use bodyslide to apply the sliders).
    XP32 Maximum Skeleton Special Extended - XPMSSE
    HDT-SMP (Skinned Mesh Physics) SE version not AE
    CBPC - Physics with Collisions for SSE and VR
    CBBE 3BA (3BBB)
    My preset Bodyslide based 3BA "BomBassbody" (use bodyslide to apply the sliders).
     
    All the entire installation description with video support in my Discord channel

    Optionnal if you want to apply my presets into any unique NPC:
     PROTEUS (tutorial too)

    Credit:
    ALL THE COMMUNAUTY OF MODDING
    All my celebrities presets here
     

    117 downloads

    Updated

  24. Sexy Bandit Captives Botoxed

    This a botoxed version of the popular Sexy Bandit Captives mod by @Blackbird Wanderer
    Proper screenshots incoming...
     
    Installation:
    Download the installer from this page and install over Sexy bandit Captives. This mod only contains facegen meshes and textures. You can choose to install either or both the meshes and textures. Install the meshes if you want the Botox faces instead of Skyrim vanilla potatoes. Install the textures If you want the Botox makeup.  
    Requirements:
    Sexy Bandit Captives, obviously. Botox for Skyrim or you will be missing some hair textures. If you don't want the default Botox faces, only install the hair textures from it. KShair or you will be missing most hair textures.  
     
     

    2566 downloads

    Updated

  25. Conan Soundtrack Overhaul

    Replaces all the base vanilla Skyrim soundtrack with Basil Pouledouris' music featuring in Conan the Barbarian (1982) and Conan the Destroyer (1984).
     
    NOTE #1: This mod employs No_Aardvarks_Allowed's mod called Personalized Music from the Nexus. I may release a secondary mod that is similar to this one but employs Faxo76's mod BYOS - Build Your Own Soundtrack instead and see which one is superior.
     
    NOTE #2: If the soundtrack seems to be constantly repeating itself or doesn't play, simply reload the save. That ought to fix the issue.
     
    NOTE #3: We need to a Conan the Conqueror film before Arnold passes away.
     
    NOTE #4: 
     

    259 downloads

    Submitted

×
×
  • Create New...