Jump to content

Regular Mods

These Skyrim: Special Edition mods are of a non-adult nature.

1129 files

  1. Vampire Assassin 3BA

    This is a port of the Bloofer Lady outfit from the Assassin's Creed series, converted to 3ba. Comes in 4 pieces, with the hood containing zap sliders. Prebuilt meshes for Obody, but Bodyslides are included if you don't use it.
     
    Requires something akin to AddItemMenu to obtain, and cannot be neither crafted nor upgraded. Be warned that extreme body shapes will have clipping, but more reserved ones seem to work well enough.
     
    I made this for personal use, but figured I should share it since there seems to be no other alternatives available online.
     
    Special Thanks to Crazy31139, who gave me permission to work with his release of this outfit on DeviantArt.
     
    All rights to the model and textures belong to Ubisoft Entertainment, and any requests for removal will be heeded immediately. I have simply ported it into Skyrim and chosen to share it, because I've wanted it for so long, and figured a few of you might as well. Enjoy.

    662 downloads

    Updated

  2. Mour SE - Fully Voiced Halfdragon Follower

    An SE conversion of Teylin's Mour follower mod.

    About this mod
    This is a fully custom voiced follower with own home~

    1373 downloads

    Submitted

  3. Acalypha SE - Fully voiced follower

    An SE conversion of Teylin's Acalypha follower mod.

    About this mod

    This is a fully voiced follower with small quests. For concept I took heartless witch with dark and sad story.

    1161 downloads

    Submitted

  4. Console Commander - Add and Execute Console Commands Through UI - SKSE Menu Framework

    A lightweight SKSE plugin that lets you add, save, search, and execute console commands directly from the SKSE Menu Framework without keyboard. No more typing long commands manually!
     
    Console Commander is a SKSE plugin that lets you add, save, search, and execute console commands directly from the SKSE Menu Framework without keyboard.

    Endorse if you like it.

    Features
     
    Console Commander 1.2.5
     -> Default key for SKSE Menu Framework is F1
     -> Config and Commands are saved in ConsoleCommander.ini [Data\SKSE\Plugins\ConsoleCommander.ini]
     -> Add console commands and control 'console close' behavior
     -> Reload config instantly
     
    Console Commander 2.1.2
     -> [New] Added custom tooltip function for additional information (Optional: Hover over Execute)
        -> Format: Name|ConsoleCommand|CloseConsole (1=yes, 0=no)|Tooltip (optional)
        -> Example: Add Gold - 100|Player.additem f 100|1|Adds 100 gold to player inventory

     -> [New] Added custom ini support. Modders can now add custom ini with console commands.
        -> Custom ini is saved in: Data\SKSE\Plugins\ConsoleCommander\ConsoleCommander_*.ini
        -> Add ConsoleCommander_[name].ini in ConsoleCommander folder with the commands. it will scan add the command in the UI.
        -> Format: ConsoleCommander_QAR.ini
        
    [ConsoleCommands]
    Quick Armor Rebalance|QAR|0|Open Quick Armor Rebalance UI
            
        -> Custom Commands will appear after user added commands in the Custom Commands tab.
        -> If no Custom Commands are present or all hidden, Custom Commands tab will not show up in UI.
        -> User can Hide/Unhide Custom Commands. A button 'Show Hidded/Hide Hidden' has been added to Show/Hide Hidden Commands. (Applicable for Custom Commands)
     
    Console Commander 2.2.2
     -> [New] Added support for execution of multiple commands at once.
        ->Separate multiple commands by adding , (comma) to execute the commands in sequence.
        ->Format: Name|Command1,Command2,Command4,Command4|CloseConsole (1=yes, 0=no)|Tooltip (optional)
     
    Console Commander 2.3.0
     -> [New] Added support for execution of commands with custom variable input when executing command.
        ->An option to add a command as variable command has been added in the 'Add Command'
        ->In the console command box: input a command without the last value. [Ex: player.additem f] it will add [#] to recognize the variable as variable command.
        ->Format: Name|Command [#]|CloseConsole (1=yes, 0=no)|Tooltip (optional)
        ->A popup will show up and ask for specific value before executing.
     
    Video Demonstration (Old)
    Console Command Showcase

    Source Code: Github
     
    Requirements
    - SKSE Menu Framework (required)
    - Kill Caps Lock NG (Optional)[Strongly Recommend][It keeps caps lock off only in console]

    Installation
    1. Make sure SKSE Menu Framework is installed and working
    2. Download and install the mod.

    How to use
    1. Open SKSE Menu Framework (default key: F1 or whatever you set)
    2. Go to "Console Commander"
    3. Click "Add Command" → enter name and console command → Add
    4. Select a command → click "Execute"
    5. (Optional) Edit Data\SKSE\Plugins\ConsoleCommander.ini manually and click "Reload Config"

    Notes:
    - It simulates keyboard key input to execute command so don't press any keys when executing the console command.
    - If Caps Lock behaves strangely in console → install Kill Caps Lock NG (optional)
    - Tested on Skyrim AE v1.6.1170 and v1.6.353. Confirmed to work on v1.5.97. Should work on all versions of Skyrim SE/AE.
    - ini file will be created after adding a command. or use the provided ini below.


    ConsoleCommander.ini config:

    ; Console Commander Config

    [Delays] ; in ms
    EscDelay=100 ; Delay to close SKSE Menu framework after executing
    OpenConsoleDelay=200   ; Delay to open console after SKSE Menu framework is closed
    TypingStartDelay=150 ; Delay before start typing
    CharDelay=30       ; Typing Speed
    EnterDelay=200    ; Delay to press enter after typing.
    CloseConsoleDelay=50     ; Delay after entering command to close console.

    [ConsoleCommands]
    ; Format: ; Format: Name|ConsoleCommand|CloseConsole (1=yes, 0=no)|Tooltip (optional)
    Example:
    Add Gold - 100|Player.additem f 100|1|Adds 100 gold to player inventory
     
    For multi command execution
    Format: Name|Command1,Command2,Command4,Command4|CloseConsole (1=yes, 0=no)|Tooltip (optional)
     
    For custom variable command execution
    Format: Name|Command(without value) [#]|CloseConsole (1=yes, 0=no)|Tooltip (optional)
    Example:
    Add Gold|player.additem f [#]|1|Adds x gold amout of gold in player inventory

    Console Commander - Default ini.zip
     
    Console Commander - Faster Execution ini.zip
     
    Optional Custom Command
    Opens 'Quick Armor Rebalance (QAR)' Menu
    Requirement
    Quick Armor Rebalance (QAR)
    https://www.nexusmods.com/skyrimspecialedition/mods/127967
    Console Commander - QAR ini.zip

    Uninstallation
    Disable/remove the mod in your mod manager.

    Bug Reports
    If you encounter issues, please report them through Github or support. Include 'ConsoleCommander.log' from Documents, description of the bug and steps to reproduce it.

    Credits

    * Mrowrpurr - for her amazing SKSE tutorials in YT (Skyrim Scripting)
    * SkyrimThiago - for SKSE Menu Framework
    * QTR-Modding - for SKSE Menu Framework 3 Example Template

    Permissions

    This project is licensed under the MIT License.
    You are not allowed to use this mod in any mods/files/modlists that are being sold for money.

    Enjoy faster console command execution!
    Check out my other mods!
    Execute Hotkeys - Without Keyboard Through UI - SKSE Menu Framework
    Simple Text Viewer - Create Open Edit Delete Text Files In-Game - SKSE Menu Framework

    827 downloads

    Updated

  5. Bless armor pack - HIMBO and CBBE bodyslide

    Hi! I did a bodyslide version
    of Bless armor pack by TEAM TAL.
     
    INCLUDE:
    5 MALE ARMOR
    1 FEMALE ARMOR
     
    ___________________________
     
    For HIMBO & CBBE
    Esl file
     
    Link on google drive since take a whileeeeeeeeee to submit here lol.
    Just clic on the download button from this post
     
    Enjoy:)
     

    1454 downloads

    Updated

  6. Angelika Follower ESL assassin And Racemenu preset (Redguard girl) Spanish English

    Racemenu preset for a redguard girl. And a follower using the same preset. She is in the drunken huntsman.(Whiterun)

    Un preset para racemenu para una guardia roja Y una seguidora que usa el mismo preset. Ella está en el cazador ebrio en Carrera Blanca
     

     
     
    --English--
    A preset of one of my characters
    And Angelika follower. She use the same preset and has the same appearance.
     
     Requirements 
    https://www.nexusmods.com/skyrimspecialedition/mods/6817?tab=files&file_id=46641
    https://www.nexusmods.com/skyrimspecialedition/mods/9141?tab=files&file_id=23215


    She use the assassin combat class.
    She is skilled in sneak, one handed, marksman and light armor.
    She doesn't affect stealth memter.
    She have Lightfoot
    Height: 1
    Weight: 100
    Armour: Forsworn
    Weapons: Daedric bow, daedric dagger (2) and daedric arrows (900)
    Help friends and allies
    Accept any crime than you do.
    Foolhardy and aggressive with the enemies.

    Download from https://www.nexusmods.com/skyrimspecialedition/mods/141701
     
    Enjoying.

    --Español--
    Un preset de uno de mis personajes
    Y una seguidora, Angelika. Ella usa el mismo preset y tiene la misma apariencia.

    Necesitas 
    https://www.nexusmods.com/skyrimspecialedition/mods/6817?tab=files&file_id=46641
    https://www.nexusmods.com/skyrimspecialedition/mods/9141?tab=files&file_id=23215

    Ella usa la clase de combate de asesino.
    Es experta en sigilo, a una mano, arquería y armadura ligera.
    No afecta a el medidor de sigilo.
    Tiene Pies Ligeros
    Altura: 1
    Peso: 100
    Armadura: Renegado
    Armas: Arco daédrico, daga daédrica (2) y flechas daédricas (900)
    Ayuda a amigos y aliados
    Acepta cualquier crimen que cometas.
    Es temeraria y agresiva con los enemigos. 
     
    Sitio de descarga https://www.nexusmods.com/skyrimspecialedition/mods/141701
     
    Espero que les guste.
     

    72 downloads

    Submitted

  7. Dynamic Traps SE (WIP)

    New in 0.2: Death Worms and Mimics from Traps NTR(Need Trappy Reality).
     
    Spawn traps in dungeons at random locations. Some traps can appear at chokepoints (doorways, narrow corridors), while others - on random walkable surfaces. Optional integration with Deviously Cursed Loot, Skyrim Chain Beasts, Devious Curses NG - activating a trap can trigger events from these mods. Mod in incomplete, I would like to test its core mechanics before adding new stuff.
     
    Available Traps:
     
    1) Fire, Frost and Shock Rune -  spawns on the ground, behaves like vanilla runes. Can be disarmed by firing a spell from safe distance. Can appear in narrow corridors and basically anywhere as long as the area has NavMesh. 
    2) Tripwire - spawns in doorways, in front of doors and narrow corridors. Can be disarmed by firing a spell or manually activating it (Warning: will still trigger a Basic Event).
    3) Death Worm - Requires "Traps NTR(Need Trappy Reality)" and "Dynamic traps - TNTR addon.esp" to be installed. A giant worm hides in the ground. Can spawn in narrow corridors, similar to tripwires. Triggers when walking over it.
    4) Mimic Chest - Requires "Traps NTR(Need Trappy Reality)" and "Dynamic traps - TNTR addon.esp" to be installed. A mimic that replaces large boss chests. Grabs Player when activated or when mad.
     
    more to come
     
    Trigger Events
     
    Trigger Events - events that fire when a trap is activated. NPCs and Followers can trigger only Basic Events - damaging explosions and poking spikes. Available Events for the Player depend on installed mods and settings.
     
    Basic Events - explosions and spears poking through the ground, similar to what vanilla traps do.
    Deviously Cursed Loot Events - requires Deviously Cursed Loot to be installed - will start an event as if the Player opened a cursed chest. Deviously Cursed Loot will choose what happens based on it settings.
    Chain Beasts - requires Skyrim Chain Beasts to be installed - will spawn a number of random Chain Beasts, pretty self-explanatory.
    Devious Curses - requires Devious Curses NG to be installed - will trigger a random Event.
     
    Special trap description
    Death Worms
    Death Worms can be spotted by a large pile of dirt on the ground. They will attack anyone that steps on it. Two possible outcomes:
    1) Death Worm will emerge from the ground and push away its target while dealing damage. Works on Player and NPCs;
    2) Death Worm grabs its victim and starts a QTE Struggle Event;
    Death Worm can be tricked into emerging by strafing left and right in front of the dirt pile. When it appears, damage the Worm with a spell to force it into hiding for a few minutes.
     
    Mimics
    Mimics replace large boss chests and will grab Player when they try to open it. To open a chest safely you need to appease the Mimic by giving it a treat. There are 3 types of Mimics that prefer different offerings: Meat dishes, Alcohol and Sweet Rolls. Drop a treat in front of the Mimic and if it's the right type of item, Mimic will gobble it up. If satisfied, Mimic won't attack when you click on it and will let you access the chest it's replacing. Although Mimics prefer different treats there is a certain item adored by all Mimics. Panties. Offering this specific item will satisfy any Mimic and will grant you rewards.
     
    QTE Struggle Event
    Being grabbed by Mimics and Death Worms will start a QTE Event.
    Fill the Struggle Bar by sequentially pressing the keys shown above the Bar. For example, A-D-A-D-A-D.
    Fill amount depends on your current Stamina Percentage. Struggling with full Stamina Bar is much more effective.
    Press and hold Left Shift to replenish Stamina, but deplete Struggle Bar.
    Pressing correct keys consecutively will grant you a small bonus to fill amount. Hitting the wrong key will reset this bonus.
    Struggle Bar passively depletes over time with increasing speed.
    Mimics will also damage your Magicka. Once Magicka is fully depleted, Mimic will cast a shock spell that will deplete some amount of your Stamina.
     
    Issues
     
    Some traps might will spawn at weird locations - inaccessible areas, under furniture or being partially submerged underground making them hard to notice. This happens because we are not spawning traps at pre-determined placed - I'm not placing traps manually in every cell. Dynamic Traps analyses dungeons and their NavMeshes, looks for specific items and structures, and tries to calculate suitable locations for traps. Unfortunately, technical limitations make it complicated to check for all possible circumstances. I will continue to look for ways to improve calculation methods, but there will always be some level of imperfection.
     
    Compatibility
     
    1) To prevent breaking other mods, Dynamic Traps won't spawn or trigger traps if the Player is considered to be enslaved by ZaZAnimationPack.
    2) Mimic are incompatible will O.M.N.O.M.S. Both mods are basically doing the same thing. If you would like to use O.M.N.O.M.S. than set the Mimic spawn chance in Dynamic Traps MCM to 0.
     
    Future plans
     
    1) Bug fixes, obviously;
    2) More trap variations - vanilla frost and shock Runes, explosive gas trap;
    3) Optional integration of Traps NTR, specifically Skeleton trap, Snare rope and Worms;
     
    SKSE Source Code (for mod makers):

    3752 downloads

    Updated

  8. (Female) NPC Overhaul Maker (Linux)

    Description:

    Turn those sexy generic follower mods into your own female NPC Overhaul in just 3 Easy Steps! (SteamOS / Linux Only)

    This will use the FACE, EYES, MOUTH, HAIR COLOR, and BROWS, from your follower mod, combine them with Modpocolypse NPCs v4's SMP hair using SkyPatcher.
     
    This works by creating a reservoir of NPC IDs from Modpocolypse Skyrim, and a reservoir of NPC IDs from your follower mods, smashing them together in an intelligent format.
     
    HOWEVER! To do this, we have to edit the .ESP from each follower mod to remove their hair. Then we have to remove the follower mods hair from their face gen meshes.
     
    Finally, we can create a skypatcher file that makes your very own NPC overhaul. Relax, once you watch the video, it looks a lot easier than it sounds.
     
    WARNING: This will render your followers unavailable in Skyrim. So make a backup.
     
    Important Notes:
    Choose followers that use your default skin color. (Most quality follower mods have this option) You start using this with UBE, Furry, Anime, or any other alien race, your skyrim will probably be cursed. Doesn't support argonian, khajiit, or children... probably. Video Tutorial is me doing the Western_Style (Long Format Sped Up) - Balance it with the reading the Written Directions. I urge you to rebuild the python library with the rebuild script in ./tools. It's simply best practice for safety. (Delete the python folder first)
    Written Directions:
     
    Questions:

    Requirements:

    My Custom Overhaul Examples:

    Eastern Style: [ Download ] - Pura Suka Skin v2 and BnP Teeth Overhaul
    Follower Mods:

    Western Style: [ Download ]  - BnP Skin or Diamond Skin and BnP Teeth Overhaul
    Follower mods:
     
    Known Bugs:
    Some AE CC NPCs might be bald?
       Maybe I'll mess with it some more and see if I can find a fix. Rarely, an NPC head may be half-distored.
        (Means that the ESP has headparts that don't match the head model)

    I was going to do a video to fix this, but it's really easy, either do one of 3 things:
     - Delete the mod associated with the NPC (Ctrl + F skypatcher files for NPC base id code) (easiest but restores the default face)
     - CTRL+F npc id code in skypatcher files, swapping the npc edit to another face, then delete offending mod (second easiest)
     - Fix headparts in xEdit to match their headparts in their .esp FaceGen Folder wherever their mod folder is located (Best way)  
    If you find a bug / error, let me know in comments. I'll try and fix it.

    193 downloads

    Updated

  9. Beware of the Eggs

    Open Pandora's box !
    Open a chest, pick a flower, harvest a mushroom, switch a dwarven lever, check a barrel and more.
    You never know what happens next.
    New chars and weak PC set chances to 0, at least for the start.
    Lot's of new spells, cast on NPC to raise the arousal, chast yourself to raise arousal, trink a potion.
    Books, recipes distributed among adventure engagements.
     
     
    harvesting eggs (spider or chaurus) triggers Estrus Chaurus.
    The tentacle chance remains for setting in Estrus Chaurus.
    I am aware, there is a mod doing it, but this one has a completely different approach.
    It casts the spell "poison spit" to trigger. This has an area, followers nearby will be hit, too.
    CHANCE TRIGGER SPELL IS INDEPENDED FROM ESTRUS CHAURUS/DWEMER TENTACLE CHANCE.
    Estrus Chaurus/Dwemer handles the spell hit like it comes from a Chaurus oder Dwemer spider !
     
    Without Estrus Chaurus, it's a normal poison hit.
     
    Hard Depencies:
    From V7.0 on SKSE required !!!!
    plus
    MCM Helper
    https://www.nexusmods.com/skyrimspecialedition/mods/53000
     
     
    Soft depencies:
    Estrus Chaurus
    Estrus Dwemer (spells won't work to trigger those events)
    Twisted Rings (without lots of spells based on arousal won't work), here you need SLEN, SL, SLA as masters.
    Succubus Initiaion Ritual (without the random spawning NPC will not rape you)
    Defeat (for a knockout bone)
    DAR soft requirement (Float Animations Faerie)
    https://www.nexusmods.com/skyrimspecialedition/mods/33746
    CBBE 3BA and requirements
     
    For LE the no MCM Version should work, however, will not keep this updated.
    Seting Globals here, one needs edit (see screen)
     
     
    It uses Skyrim and Update as masters.
     
    Credits:
    PandeaWork ( https://www.pixiv.net/en/users/619064 )
    Morika/PandeaWork
    Firestarfan12 Morika Vuk40
    Ks Hairdos
    Sunspot2 and Anton
    for the wonderful Animated Fairy Wings and the permission to use it in own mods.
    Link to the mod:
    https://www.nexusmods.com/skyrim/mods/62612
    Acro748
    fo CBBE 3BA
    https://www.nexusmods.com/skyrimspecialedition/mods/30174?tab=description
    Shizof
    for CBPC
    https://www.nexusmods.com/skyrimspecialedition/mods/21224
    Ousnius and Caliente
    for Bodyslide/Outfit Studio
    https://www.nexusmods.com/skyrimspecialedition/mods/201
     
    V2.0
     
    NOTHING will be save anymore !
     
    Included 2nd script and attached to swamp fungus pods and Nirnroot for testing)
    There is a chance of 30% to trigger a magical discharge. If it hits you (very likely), this discharge will trigger
    Estrus Dwemer if you have it installed.
    This can be attached to evrything, well, I would not do it on teleport activators.
    But every plant, chopping block, lever, can be dangerous now, if you interact (harvest e.g.)
    I will think a little bit, what will make sense.
    Test it at Sarethi farm 
     
    Special thanks to @t.ara
    She allowed me to use a mesh from her ZAZ 8+
    Thank you t.ara !
     
    V5.1 USEEP
    more sliders, MCM more informative.
    Every chance can be set now (chests, dwemer levers, eggs).
    fix: recompiled a script I forgot before
    Update, cells need be new loaded.
    I do it by entering blackreach and back. Worked always.
    2 craftable spell tomes.
    Nirn spell
    Corsican cheese spell (Asterix and Obelix visit Corsicans)
    Transmutes hostile NPC into Chef's
     
     
     
     

    21277 downloads

    Updated

  10. DEUS VULT (PBR Support)+ Stendarr, Dawnguard Replacer Addon)

    The Costume consists of:
    2 Surcoat mail (Normal and Damaged) from Each of the three famous knightly orders Variation (Knights Templar, Hospitaller, Teutonic Knight)
    2 Color of HDT Cloaks
    3 Variation of Ailettes
    2 Chainmail Gloves (Normal and mitten)
    1 Chainmail sabatons
    3 GreatHelm(Crusader, Hospitaller, Teutonic)

    Also Support Bodyslide for female mesh

    Include 
    Stendarr and Dawnguard Armor Replacer Plugin (Templar of Stendarr.esp)

     
    -Only Can get with
    AddItemMenu Things(https://www.nexusmods.com/skyrimspecialedition/mods/17563)
    or
    SearchUI (https://www.nexusmods.com/skyrimspecialedition/mods/155713)
     
    If you wanna Support my work
    Ko-fi.com/outlawer

    548 downloads

    Submitted

  11. Tifa Lockhart for COtR definitive edition

    You can use "COtR" mod and "High Poly Head" together because COtR uses a
    custom race and therefore does not affect vanilla races like High poly.
    if you like the mod, plz endorse it! (just one clic for more visibility)

    roadrunner22 MADE AN EXCELLENT TUTORIAL about character creation
    I suggest you go and consult it. ❤️

     
       


    Last update of Skyrim special edition (1.5.97) not AE edition
    Latest SKSE64 for Skyrim SE (version 2.0.20)
    The presets can 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  
    The Eyes Of Beauty SSE
    COtR x The Eyes of Beauty - Updated Patch (esl version)
    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).

    Optionnal if you want to apply my presets into any unique NPC:  PROTEUS

    All the entire description with video support in my Discord channel


    Special Thanks to Ryan Reos who made the armor  with smp hair ❤️
    Ported to Skyrim SE by NecrosisZA, Daymarr, Sumugi, Odd and xxxODDxx. (thanks to them)

     
    Smartco
    swefrida
    m4mk203
    Caenarvon
    CoralineKoralina
    expired6978
    Dint999
    Xp32/Groovtama
    HydrogensaysHDT
    ousnius
    DenisWinter
    TMPhoenix
     LogRaam
    docteure
    PixelsSquared
    phenderix
    samirloon
    and all the communauty of modding  

    2099 downloads

    Updated

  12. Summer Lady - 3BA BHUNP UBE ESL

    
    
                  
          
                                          
    
     
    

    
    Multi Colour Choices
    Solid & Transparent Tops
    Custom Ground Mesh
    ESL flagged
    

    BODYSLIDE
    3BA
                    BHUNP (Optional)
                    UBE (Optional)
    BEES
    ADD ITEM
     


    Rhoshari
    Maljinn
    Rewjii
    TheWheel
    Panie RenardNYA
    ILngary
    Kokan
    Rayzar
    


    

    

    1045 downloads

    Submitted

  13. Basic Bags of Holding

    Bags of Holding, exactly as you would expect them to be!
    A completely SFW, non-adult mod.
    I've also posted this over on Nexus Mods, but I have more of a presence here so why not put it where people will see it?

    These Bags of Holding are just that- items you hold in your inventory, and open to access their inventories. That's it.
    They come in 4 different sizes, and there's 24 scattered around Skyrim.

    You can:
    -Rename them so you can sort them in your inventory
    -Drop them, sell them, give them to followers, throw them in a lake- they're actual items
    -Customise how much weight each bag size can hold in the MCM, if you don't like the limits I set

    You can't:
    -Use a Bag of Holding while in combat (unless you enable that in the MCM)
    -Put a Bag of Holding in a Bag of Holding (that way madness lies)
    -Permanently lose them and all your stuff- the MCM has a button to recall any of the bags to your inventory in case you really mess up

    And that's all you need to know!

    _________________________________________________________________________________________________________________________________________

    The four sizes of bag are:
    -Tiny: 10 carry weight
    -Small: 25 carry weight
    -Large: 50 carry weight
    -Huge: 100 carry weight
    These limits can be customised in the MCM.

    _________________________________________________________________________________________________________________________________________

    The smaller the bag, the more exist in the world, and the easier they are to find.
    Tiny bags are found in the Hold capitals, in various places.
    Small bags are found in dungeons.
    Large bags are found in huge dungeons.
    Huge bags are found in mythical locations.

    Want detailed spoilers on where to find them? Fine, here:
     
    Installation:
    Grab the correct download for your version of the game, or the ESL if you're so inclined. Just remember, .esl files cannot be updated mid-save- if I release an updated version of the mod and you're using the .esl version, you will need to start a new save file to use the update.
     
     
    I have a Ko-Fi tip jar! If you want, you can use it to toss me a few coins!

    456 downloads

    Updated

  14. Summer Lady - 3BA BHUNP UBE WIP


    BODYSLIDE
    Heel Sound 2025
    3BA
                    BHUNP (Optional)
                    UBE (Optional)
    BEES
    ADD ITEM
     


    Rhoshari
    Maljinn
    Rewjii
    TheWheel
    Panie RenardNYA
    CAT047
    ILngary
    Kokan
    LiLy
    Linh
    Rayzar
    Yang


    

    
     

    959 downloads

    Updated

  15. Beyond Reach + Luminosity Patch (SkyPatcher)

    This is a SkyPatcher mod which converts Beyond Reach's interior lighting parameters to match the defaults of the Luminosity Lighting Overhaul.
     
    What is it for?
    The Luminosity Lighting Overhaul mod creates beautiful and rich interior lighting for vanilla Skyrim, but tends to make modded interiors look a bit dull. This mod attempts to address that for Beyond Reach.
     
    How does it work?
    This mod uses SkyPatcher to override the lighting in all Beyond Reach's interior cells. SkyPatcher uses SKSE to edit the cells on the fly at game start and thus does not need an .esp and will not conflict with most other mods that edit Beyond Reach. It's also completely safe to add and remove this mod at any time in your playthrough, for example, if after a while you decide that you don't like how it changes the look of Beyond Reach's interiors.
     
    Important Limitations
    Beyond Reach is a lovingly crafted mod with stunning visuals. It also features custom lighting for some places, which installing this mod will override. In short, all cells that use vanilla Skyrim lighting will likely look better with this mod, but some of those with custom lighting might look worse. Egos Interlude (the big cave near the Divide) is an example of the latter.
     
    Requirements
     
    Beyond Reach version 4.61.
    https://www.nexusmods.com/skyrimspecialedition/mods/3008?tab=description
    Most of it will probably still work with the latest version 4.8, but I have not tested this.
     
    Luminosity Lighting Overhaul:
    https://www.nexusmods.com/skyrimspecialedition/mods/16830
     
    SkyPatcher:
    https://www.nexusmods.com/skyrimspecialedition/mods/106659
     
    Installation
     
    Install with the mod manager of your choice. Remember that there is no .esp in this mod; it's just a config file for SkyPatcher/SKSE.
    It's safe to install at uninstall at any point during your playthrough.
     
    Compatibility
     
    This should be compatible with almost everything, except for mods which alter the lighting settings in Beyond Reach's interior cells. Thanks to SkyPatcher, this does not overwrite any cell records directly and is thus compatible even with mods that change interior cells in Beyond Reach.
     
    Recommended other mods:
     
    SkyPatcher for all vanilla Skyrim cells. Removes the need to use .esp patches or manually patch conflicts with other mods that edit vanilla cells:
    https://www.nexusmods.com/skyrimspecialedition/mods/150532
     
    Skyrim Community Shaders for even better lighting and many other goodies:
    https://www.nexusmods.com/skyrimspecialedition/mods/86492
     
     

    37 downloads

    Submitted

  16. Simple Text Viewer - Create Open Edit Delete Text Files In-Game - SKSE Menu Framework

    Simple Text Viewer is an in-game text file viewer/editor for Skyrim SE / AE with the help of SKSE Menu Framework.

    Features

    *  Browse text files from SimpleTextViewer folder (Location: SKSE\Plugins\SimpleTextViewer)
    *  Open and edit files in-game thanks to SKSE Menu Framework
    *  Edit and Save changes
    *  Create new text files
    *  Rename existing files
    *  Delete text files
    Tested on Skyrim AE v1.6.1170 and v1.6.353

    Supported File Types

    * .txt, .ini, .json, .log, .md, .xml, .yaml, .yml, .toml, .csv, .psc

    Usage

    1. Open the 'Simple Text Viewer' menu from SKSE Menu Framework
    2. Browse files in the Notes tab
    3. Click a file to open it in the viewer/editor
    4. Edit text freely
    5. Use the 'File → Save' menu to save the file

    Notes

    * Maximum size for text files is 1MB for stability reasons. It should be more than enough for simple notes. 
    * Files larger than '1 MB' will display a warning in editor. It will not view all the contents.
    * Do not save files larger than '1 MB' or you will lose contents of the file.
    * Unsupported files are ignored/hidden
    * Supports All standard ASCII characters. Does not support Non-ASCII / extended Unicode. 

    Compatibility

    It only works on the 'SimpleTextViewer' folder. So, no compatibility issues.

    Bug Reports

    If you encounter issues, please report them in github. Include 'SimpleTextViewer.log' from Documents and description of the Bug and steps to reproduce it.

    Source Code
     
    Permissions

    This project is licensed under the MIT License.
    You are not allowed to use this mod in any mods/files/modlists that are being sold for money.

    Enjoy viewing/editing your notes without leaving Skyrim 





    86 downloads

    Updated

  17. Execute Hotkeys - Without Keyboard Through UI - SKSE Menu Framework

    Execute key or key combo through UI without keyboard to launch your mods or MCM hotkeys. You don't need to remember all the key combo anymore. Add hotkeys with the name to the list to execute without keyboard.
     
    We've all been there. Setting endless hotkeys for our favorite mods just to forget what it was. Now, with the help of Execute Hotkeys, you don't need to remember the hotkeys anymore. Just add the key or key combo to the list and execute it through UI to launch your mod or MCM hotkey. After adding and selecting a hotkey from the list, SKSE Menu Framework will close and execute the key combo. F1 hotkey is all you need to remember now.

    Tested on Skyrim AE v1.6.1170 and v1.6.353. Confirmed to work on v1.6.640

    Video Demonstration: Youtube
    Execute Hotkeys v1.1.0
    Execute Hotkeys v1.2.1

    Features:
    * Execute key or key combo through UI with the press of a button without using keyboard. 
    * New: Ability to hold down hotkeys
    * New: Ability to search for saved hotkeys
    * Add, remove, and manage hotkeys in SKSE Menu framework in Execute Hotkeys section.
    * Configuration is saved in `ExecuteHotkeys.ini`. It will be created when a hotkey is added.
    * You can use the UI or edit the ini to add hotkeys. Format(v1.2): Name|DxCode|LCtrl|LAlt|LShift|RCtrl|RAlt|RShift|IsPress(1=Press/0=Hold)|HoldMs
    * Use DXScanCodes listed here. Do not use invalid DXScanCodes in ExecuteHotkeys.ini. Only Keyboard DXScanCodes supported. Edit: Mouse keys support added.
    * Since SKSE Menu Framework supports controller. You can technically use controller to execute Keyboard shortcut. (Testing needed)
     
    Inspiration: I can't remember 20+ key combos for the mods I use.

    Source Code

    Bug Reports

    If you encounter issues, please report them in github. Include 'ExecuteHotkeys.log' from Documents, description of the bug and steps to reproduce it.
     
    Compatibility

    No compatibility issues.

    Permissions

    This project is licensed under the MIT License.
    You are not allowed to use this mod in any mods/files/modlists that are being sold for money.

    Enjoy executing hotkeys without keyboard.

    179 downloads

    Updated

  18. Mod Manager Text (MMT)

    Hello everyone i made this tool for personal use but its a great thing for every modder

    ----- Description --------------------------------------------------------------
    MMT: the basic idea was an app that will enable you to organize all of your mods including merged ones and being able to share it with others using a "Jason" file so if someone wants your mod list not only you can give it to them real fast but also they can see it 2D view and also with incredible customization (not  only theme but function)
    I made it to solve one of my biggest problem with modding trying to find the problematic mods and overall organizing  my mod list using folders in folders in windows (something that i know you are all know) 
    I'm not a programmer and i did made this using AI (please don't kill me i simply don't have enough time next to school and work to learn to code at a higher level) and it did took me 3 days and over 50 revision to make it work
    ----- Basic Installation Procedure ------------------------------------------
    the "MMT_Unlimited-master.rar" is a beta and new approach and any feedback will be welcome (it is the code with the launcher and a bat to create launcher after changes to code)
    the online version requires you to make your own Firebase and connect it (should work), and the AI integration its at the moment just a concept.
      
    its just a web based app you need to lunch it once to Cache some stuff if you don't have them (theme and other code stuff) and then you can use if offline 
    you can export your build and import others  be it if you want to make it your self or help someone solve a problem
    ----- Credits -----------------------------------------------------------------------
    Gemini (AI)
    me (:D)
    ----- Small note-----------------------------------------------------------------------
    if you are an experience Programmer or you can actually upgrade the tool you are welcome to adopt this mod  upgrade it with more feature and make the code better (since its by AI i cant say how good it is) only Requirement  is to keep in Loverslab  community and link people here to get it
    ----- Permissions -----------------------------------------------------------------
    you are welcome to share it anywhere but i do want it credited to Loverslab.com this site and people here gave me a lot of fun time and helped me a lot with modding coding and great discord servers

    Love all guys (and Gals)
     

    147 downloads

    Updated

  19. Nurse - 3BA BHUNP UBE ESL

     
                         
                                           
       
    Squeeze Addon
    Smooth & Uniboob Versions
    Custom Ground Mesh
    ESL flagged
    
    BODYSLIDE
    3BA
                     BHUNP (Optional)
                    UBE (Optional)
    BEES
    ADD ITEM
     
    BBA_Skyrim
    All Credits Goes To Him
    
    RJ-Predator
    Maljinn
    Rewjii
    TheWheel
    Panie RenardNYA
    CAT047
    ILngary
    Kokan
    HWABE
    Makaron
    LiLy
    Rayzar
    Yang   

    802 downloads

    Submitted

  20. Queen Bikini - 3BA BHUNP UBE ESL

    
    
                  
          
                                          
    
     
    

    
    Thigh Squeeze
    3 Colour Choices
    Custom Ground Mesh
    ESL flagged
    

    BODYSLIDE
    Heel Sound 2025
    3BA
                    BHUNP (Optional)
                    UBE (Optional)
    BEES
    ADD ITEM
     


    Rhoshari
    Maljinn
    Rewjii
    TheWheel
    Panie RenardNYA
    CAT047
    ILngary
    Kokan
    LiLy
    Linh
    Rayzar
    Yang


    

    

    995 downloads

    Submitted

  21. 90'S celebrities Denise Richards

    
     
     
     


    Last update of Skyrim special edition (1.5.97) not AE edition
    Latest SKSE64 for Skyrim SE (version 2.0.20)
    The presets can 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  
    LDD - Levi's Choice - Aretuza Eyes VANILLA-HPH-COTR-UBE !!!NEW!!! (download the COtR patch in the options)
    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 
    Daxoss facepart (made by Smartco) install after all the requirements and overwrite when asked.
    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).

    Optionnal if you want to apply my presets into any unique NPC:  PROTEUS

    All the entire description with video support in my Discord channel  
     
     


    Smartco
    swefrida
    m4mk203
    Caenarvon
    CoralineKoralina
    expired6978
    Dint999
    Xp32/Groovtama
    HydrogensaysHDT
    ousnius
    DenisWinter
    TMPhoenix
     LogRaam
    docteure
    PixelsSquared
    phenderix
    samirloon



    929 downloads

    Updated

  22. YoRHa 2B for COtR

    https://www.patreon.com/daxosscontent
    

      You can use "COtR" mod and "High Poly Head" together because COtR uses a
    custom race and therefore does not affect vanilla races like High poly.
    if you like the mod, plz endorse it! (just one clic for more visibility)
     
    Last update of Skyrim special edition (1.5.97) not AE edition
    Latest SKSE64 for Skyrim SE (version 2.0.20)
    The presets can 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  
    LDD - Levi's Choice - Aretuza Eyes VANILLA-HPH-COTR-UBE (download the COtR patch in the options)
    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 
    Daxoss facepart (made by Smartco) install after all the requirements and overwrite when asked.

    .....................................................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).



    Optionnal if you want to apply my presets into any unique NPC:  PROTEUS
    All the entire description with video support in my Discord channel
    aBSoLuTly ReCoMMaNdED (NoNSeNSe WiTHouT THeM)

    YoRHa 2B Attire - TBD (install first)
    YoRHa 2B Attire - CBBE 3BA - BHUNP (use bodyslide)
     

    SPeCiaL CReDiT
    themilkdrinker anD xxxODDxx FoR MaKinG THe aRMoR

    Smartco
    swefrida
    m4mk203
    CoralineKoralina
    expired6978
    Dint999
    Xp32/Groovtama
    HydrogensaysHDT
    Caenarvon
    ousnius
    DenisWinter
    TMPhoenix
     LogRaam
    docteure
    PixelsSquared
    phenderix
    samirloon
    and more

    All my celebrities presets here

    1651 downloads

    Updated

  23. Granado Espada Sylvestia set | BHUNP - 3BA

    Booba squeeeezeeeeeeee 😍

    Sylvestia Set ported from Granado Espada. There is a BHUNPv4 and 3BA version. Build in Bodyslide and enjoy.
     
    Build the set in Bodyslide ( [Rand] Granado Espada ... ) and use AddItemMenu or similar to get the Set ingame.
    If problems arise please let me know.

    Property of IMC Games
    I do not own anything.
     
    Thank you for the screens:
    TheWheel xcopterx namtar55 Nuuwei

    1927 downloads

    Updated

  24. [Melodic] Indian Jewels Armor Edits

    Adds unique ground meshes and changes all the equipment type to clothing.

    Also changed the Belt equipment slot from 52 to something else.
     
    Requires the original mod : https://modbooru.com/mods/melodic-indian-jewels.147

    83 downloads

    Submitted

  25. !Maidens of Darkness

    !Maidens of Darkness
     
     
    Version 2.0a
    No Sexlab required
    ~~~Please refer to Installation below~~~
    New Game Required
    A lot of updated assets
    Cleaned/tweaked areas and armors

     
    Required:
    Fast HDT-SMP (or similar) - Need for certain outfits
    CBPC compatible 
    My Home is your Home (strongly recommended so the maidens won't wander back to their dungeons)
    Relationship Dialog Overhaul - Otherwise High Elves won't join you
    Zaz 8.0+ Cbbe HDT 2023 (SexLab is not needed, though it will work with it.)

    *Any issues checkout the Trouble Shooting section near the bottom of this page.*
     
     
    What's included:
    3BA body and armors The "Squeeze" added to bikini armors New Outfits and armors added 5 new Dungeons added, 3 new world areas  New followers added Revamped looks Issues tweaked  
    What to know:
    Most previous maidens are still at their old locations, others have moved Some maidens are not placed in the world, but my be summoned with console, see list below. Cat girls do have a neck seem. I haven't blended them yet. Still on my to do list. Just give them a gorget for now Strigoiya has no skills or perks at the moment as she is the first of a new type of follower. Look forward to the next update  
    List of new maidens that aren't placed in the world, you can console command in:
    Ingrid - nord
    Madeevah - Dark elf
    Arina - Imperial
    Alexandria - nord
    Cyndala - Vamp half elf
    Sophia - Half elf
    Callistra - Vamp daedra
    Sarafina - half Khajiit
    Daija - Half Khajiit
    Ramona - nord
    Aradia -nord
    Silk - Ghoul maiden
    Torga - Petiet nord
    Raquel- Half Khajiit
    Strigoiya - Crypt maiden
    Marishka - Fallen Valkyrie
    Beatrice - Imperial
    Tyneisha - Orc
    Andora - Nord
    Katarina - Nord
    Misaki - Nordish
    Scout - WoodElf
     
     
              * Not all new maidens are setup to be followers. Feel free to use them for screen archery

    Yes, Obody works with it according to testers. I don't use it so can't help ya there.
    Also if you don't care for the body, change the mesh. I will be adding an option on a later update that will use the players body but their own textures. To those who still want to complain, allow the following as my rebuttal; 
     

     
     
    Recommended
    Make your maidens more immersive with Young Lovers mod.
    Young Lovers - Voice Overhaul (SE) V .11a at Skyrim Special Edition Nexus - Mods and Community (nexusmods.com)
     
     
     
     
    Installation
    Preferred Load Order of Maiden mods
    Be sure to say "Yes to Overwrite all" on each load
    Load Maiden Resource Pack Load Maidens of darkness Kelly 2.0 Finally, Daedric Maidens  
    Use your favorite mod manager. However should you encounter a neck seam or getting close to one of the ladies causes it crashes, Or Unlucky Pete does not show up, do a manual installation. Reports of mod managers not installing all the textures needed.
     
    To begin your hunt!
    Look in your inventory for a crumpled note.


    New Skin
    PB's Tenacious Thunder Thighs by PepperoniB01 (Awesome skin! followers look amazing hot now!)
    -I will be adding a more softer version for less muscled maidens, such as Tytiana.
     


     
     
    Trouble Shooting
    Q. I have the mod installed and nothing shows up?!
    A. This is most likely due to the version # of the mod getting changed.
     
       Fix:
    First you'll need SSEEdit.      (Or let me know ASAP, this is a constant fight with updated CK and games) Run SSEEdit Double click the mod in question, let it run. When done click the mod on the left side and look at it's version #, if it says 1.710000 change it to this 1.700000, by clicking on the number. (this will cause the mod to work with all versions of skyrim) Close SSEEdit, hit "Ok" when prompted, Done.  
    Q. I get CTD when entering an area that has a maiden.
    A. The manager you used to load the mod didn't load everything, (textures 80% of the time)
     
        Fix:
    Install the mod manually, make sure the plugin is turned on in the mod manager of your choice.  
     
     
    To change their outfits with NFF (Nether's follower framework) tell them I'd like to create an outfit, 
    choose any option such as standard. Then exit. Now trade items and they'll done them normally. Rember to
    keep an eye out for those chests
     
    Here's a video I made to show how to manually install the textures if you need a visual.
     
    How to install textures manually to Skyrim Se

    Recommended;
    Gunslicer's profile at Skyrim Special Edition Nexus - Mods and Community (nexusmods.com)
    DAR Random Sexy Female DualMagic Idle Animations at Skyrim Special Edition Nexus - Mods and Community (nexusmods.com)
    (used in the above gifs)
     
     
    With out an ENB the girls will appear paler as shown below.


     
     
    I DO NOT give permission to upload my mods to other sites or use their assests freely. Please be respectful.
     
     
     
    Credit given to awesome modders:
    Themilkdrinker - TBD body. Thanks again for permission!!
    juicypepper - DX conversion to tbd, thank you!
    s4rms - Binibini Skin
    auburnsred - CN's Fantasy & Demonic Eyes SE
    arta14 - for Arta glasses, thanks again!
    Ousnius -  BodySlide and Outfit Studio
    Shiva182 - Maevan2's Eye Brows SE
    DomainWolf - Skin Feature Overlays SE (Freckles)
    Nazeen - Improved Eyes Skyrim
    r1goodwin - Diamond skin
    Lersy - Awesome nord preset which was a good jumping point to make these ladies. Thanks Again!
    Spongeman131 - RANs HeadMesh Sliders for RaceMenu
    expired6978 - creating RaceMenu
    Kalilies - KS Hairdos SSE
    Nisetanaka & TheAbstract17 & JSPumpkinKing & VtheHeretic (and all others who helped) - The Amazing world of Bikini Armors and conversions, you guys rock.
    DeserterX - DX Armors
    Kala's Eyes  and Elf eyes - guidethisonekalaheria
    Black Vipers will - redtox, soereide93, and Fanfy along with all others.
    Champion of Azura - by egilvar, bodyslide by AmberHarmony
    HHaleyy - Fair Skin
    Daymarr - Demoniac Skin
    Bethesda
    PepperoniB01 - Thunder Thighs Skin
    ContentCat - Armors and Outfits
    Caenarvon  - Outfits
    Kofman77 - Bikini armor
     







    48021 downloads

    Updated


×
×
  • Create New...