Select a subcategory to view available files.
Files From Subcategories
-
[SE] Team Tal's DM BDOR Caroxya SMP 3BA
By em486
This is converting Team Tal's DM BDOR Caroxya from LE to SE and hdt-pe to hdt-smp.
This file's body is CBBE and provide 3BBB amazing body.
Also, CBBE Uniboob patch applied.
Highly recommeneded AdditemmenuSE.
This outfit will support 2 texture by FOMOD-Team TAL's two texture.
Requirement
CBBE
3BBB (Latest version will be fine)
Bodyslide
HDT-SMP
Credit
DM BDOR Caroxya by Team Tal
110274 downloads
Submitted
-
[SE] Team Tal's DM BDOR Vedirdate SMP 3BA
By em486
This is converting Team Tal's DM BDOR Vedirdate from LE to SE and hdt-pe to hdt-smp.
This file's body is CBBE and provide 3BBB amazing body.
Also, CBBE Uniboob patch applied.
Highly recommeneded AdditemmenuSE.
This outfit will support 4 texture set-2 of them is original Team TAL's one and the other is retextured by Pinipini.
If you want to change another texture of Team TAL, then just overwrite of this armor.
And then change the name of new cubemap "Metal_1_e.dds" to "Metal_3_e.dds", or just change armor's nif on nifscope.
Requirement
CBBE
3BBB Advanced(3BA; if you want to use 3BBB bodyslide, latest is best)
Bodyslide
HDT-SMP
CBPC Physics
Credit
DM BDOR Vedirdate by Team Tal
196256 downloads
Updated
-
SMP Hoop Earrings
By lapolla
Legacy hoop earrings ported to SSE and as bonus added HDT-SMP physics.
Use AddItemMenu
or via console:
help hoop
player.additem <#######>
Kudos to HydrogensaysHDT.
Feel free to edit, modify, port to other games...
7096 downloads
Updated
-
Serial Strip & Serial Stripper SE
By nomkaz
Serial Strip & Serial Stripper SE
I did NOT create this mod. I simply converted it to use with Skyrim Special Edition.
Antono is the creator and this conversion was uploaded with his express permission so that I can share it with you all!
The following is copied from Antono's original LE upload page:
About This File
Now we are also stripping your bras and panties!
Also stripping both PC and NPC!
Description
The SerialStrip plugin brings improved stripping functionality to Skyrim. No more will clothes and armor instantly disappear from the actor when he/she undresses. Instead, with SerialStrip the actor will methodically go from weapons to gloves, to helmet, to boots, to cuirass etc, removing each group of items in turn and playing appropriate stripping animations by aqqh!
The plugin works both for vanilla and modded items. It is designed to look for the "NoStrip" keyword to avoid stripping un-strippable items and will even try to resolve multi-slot issues and slot-keyword mismatching in modded armor. Also, if the user has SexLab installed and has configured some slots as unstrippable, SerialStrip will take it into account.
Thanks to Shinji72 who reviewed our mod you can see SerialStrip in action:
Also thanks to MMOxReview to review our mod on his out:
Modders can easily integrate SerialStrip into their mods: they only need to send a specific ModEvent and SerialStrip will automatically activate and strip the actor.
SerialStrip is a modders' resource: on its own, it does nothing. It needs other mods to activate it, e.g. SerialStripper
Serial Stripper
The SerialStripper plugin is a companion plugin for SerialStrip. It can activate it, it offers an MCM menu to configure it and provides the ability to initiate player stripping on keypress! Single taps will just remove one group of clothing whereas a prolonged keypress will completely undress the player. Needless to say, it needs SerialStrip to work!
Beta
Beta releases include new functionality but they may also contain some bugs. Please let us know if you find any
Most importantly, we are interested in getting feedback about any items you may find that don't strip properly so that we can improve on our stripping algorithm.
Features under beta testing currently: NPC stripping support.
Requirements
Skyrim Sctipt Extender 64 (SKSE64)
SkyUI SE
Fores New Idles in Skyrim SE (FNIS)
PapyrusUtil SE(This is also bundled with SexLab. So, you don't need to install it if you have SexLab.)
Recommended Mods
Auto Unequip Ammo : There doesn't seem to be an SE version, but I did not need it myself -NOMKAZ
SexLab SE: allows configuring the slots that will be stripped and offers something to do after removing those clothes!
Updating
Before updating, use the SerialStripper's Uninstall command from the MCM menu to uninstall both SerialStrip and SerialStripper. Then save your game, quit, remove the mods and install the new versions.
Credits
Coding: Antono, Heromaster
Animations: aqqh
Original idea: CGi, Heromaster
German translation: CGi, Heromaster
French translation: Narsilien80
Extra special thanks to aqqh for his animations and all the help he provides to the APPS team in general!
If you enjoy my conversion work and would like to toss a coin to my coffee fund, you can visit my Patreon ~ Nomkaz
Changelog
SerialStrip v1.1.4
- Restores initial order of arguments in SendSerialStripStart() for backwards compatibility (API broke in v1.1.3).
- Modders: if you used to use this plugin but the API broke for you in v.1.1.3, please re-compile your scripts with this v1.1.4. You shouldn't need to edit your code but a re-compilation is necessary as SerialStrip's code has changed (no of arguments in SendSerialStripStartEvent()).
v1.1.3
- Fix: Player/actor will no longer lock-up when attempting to strip while weapons/spells are drawn/readied.
v1.1.2
- Strip NPCs (only one at a time - no multithreading yet) (feature from beta).
- added: SerialStrip now has its own MCM menu. Uninstall button can be found here.
- added: Debug mode: Turn on to have SerialStrip output debug messages to the log, turn it off to reduce log spamming.
- added: New argument in SendSerialStripStartEvent() and OnSerialStripStart(): asSlotOverrideList. A modder can pass here the name of a PapyrusUtil Int array (stored on the form of his mod) to override the user's configuration and define what slots to strip. On the Int list, 1 would mean "Strip" and 0 "DontStrip".
- added: New argument in SendSerialStripStartEvent() and OnSerialStripStart(): asExceptionList. A modder can pass here the name of a PapyrusUtil Form array (stored on the form of his mod) to define specific items which, if they are found, they will not be stripped.
- Requires SKSE 1.7.3 and PapyrusUtil 3.2.
v1.1.1-beta
- Brings functionality for stripping NPCs (only one at a time - no multithreading yet).
v1.0.4
- Stable.
- Added uninstall functionality in the code. Modders can use it by calling the Uninstall() function.
- Localized to English, German and French.
v1.0.3-beta
- Easier and safer update path: values and arrays are initialized on each game load.
v1.0.2-beta
- Improved underwear detection: now will ignore main-body keywords if they are found on underwear, thus avoiding detecting bras and panties as main-body armor.
- Will now detect if rings are worn along with gloves and, if so, they will be removed first. Otherwise they will be removed at a later stage.
- Fixed animations mix-up (removing panties was animating like bras and vice-versa).
v1.0.1-beta
- Fixed issue with animations not playing if SS was started when sneaking/jumping/sprinting etc: now SS will not kick in unless player is in default state.
- Fixed issue where NoStrip keyword was ignored.
- Fixed issue where unrelated items were stripping during main-body (cuirass) stripping.
- Fixed issue where SexLab stripping configuration was not enforced.
v1.0-beta
Initial beta release.
SerialStripper v1.1.4
- Updated to work with SerialStrip v.1.1.4.
v1.1.2
- Updated to work with SerialStrip v1.1.2.
v1.1.1-beta
- Makes use of SerialStrip's functionality for stripping NPCs. Just put the NPC in your crosshairs and press the button. If there's nothing under the crosshairs, the PC will strip.
v1.0.4.2
- Corrected French translation by Narsilien80.
v1.0.2
- Stable.
- Added uninstall options in the MCM menu. The parent mod SerialStrip can also be uninstalled through there.
- Localized to English, German and French.
v.1.0
- Initial beta release.
What's New in Version v1.1.4
Released May 25, 2016
SerialStrip v1.1.4 - Restores initial order of arguments in SendSerialStripStart() for backwards compatibility (API broke in v1.1.3). - Modders: if you used to use this plugin but the API broke for you in v.1.1.3, please re-compile your scripts with this v1.1.4. You shouldn't need to edit your code but a re-compilation is necessary as SerialStrip's code has changed (no of arguments in SendSerialStripStartEvent()). v1.1.3 - Fix: Player/actor will no longer lock-up when attempting to strip while weapons/spells are drawn/readied. v1.1.2 - Strip NPCs (only one at a time - no multithreading yet) (feature from beta). - added: SerialStrip now has its own MCM menu. Uninstall button can be found here. - added: Debug mode: Turn on to have SerialStrip output debug messages to the log, turn it off to reduce log spamming. - added: New argument in SendSerialStripStartEvent() and OnSerialStripStart(): asSlotOverrideList. A modder can pass here the name of a PapyrusUtil Int array (stored on the form of his mod) to override the user's configuration and define what slots to strip. On the Int list, 1 would mean "Strip" and 0 "DontStrip". - added: New argument in SendSerialStripStartEvent() and OnSerialStripStart(): asExceptionList. A modder can pass here the name of a PapyrusUtil Form array (stored on the form of his mod) to define specific items which, if they are found, they will not be stripped. - Requires SKSE 1.7.3 and PapyrusUtil 3.2. v1.1.1-beta - Brings functionality for stripping NPCs (only one at a time - no multithreading yet). v1.0.4 - Stable. - Added uninstall functionality in the code. Modders can use it by calling the Uninstall() function. - Localized to English, German and French. v1.0.3-beta - Easier and safer update path: values and arrays are initialized on each game load. v1.0.2-beta - Improved underwear detection: now will ignore main-body keywords if they are found on underwear, thus avoiding detecting bras and panties as main-body armor. - Will now detect if rings are worn along with gloves and, if so, they will be removed first. Otherwise they will be removed at a later stage. - Fixed animations mix-up (removing panties was animating like bras and vice-versa). v1.0.1-beta - Fixed issue with animations not playing if SS was started when sneaking/jumping/sprinting etc: now SS will not kick in unless player is in default state. - Fixed issue where NoStrip keyword was ignored. - Fixed issue where unrelated items were stripping during main-body (cuirass) stripping. - Fixed issue where SexLab stripping configuration was not enforced. v1.0-beta Initial beta release. SerialStripper v1.1.4 - Updated to work with SerialStrip v.1.1.4. v1.1.2 - Updated to work with SerialStrip v1.1.2. v1.1.1-beta - Makes use of SerialStrip's functionality for stripping NPCs. Just put the NPC in your crosshairs and press the button. If there's nothing under the crosshairs, the PC will strip. v1.0.4.2 - Corrected French translation by Narsilien80. v1.0.2 - Stable. - Added uninstall options in the MCM menu. The parent mod SerialStrip can also be uninstalled through there. - Localized to English, German and French. v.1.0 - Initial beta release.47019 downloads
Updated
-
Skate fast eat ass Coin Replacer
By Diabetox
I was bored waiting for a file, made this in like 10 minutes and maybe someone as stupid as me will find this funny (like i do every time that i see it in game), Enjoy?
73 downloads
- just for fun
- not lore-friendly
- (and 1 more)
Submitted
-
Vampiric Thirst - small patches
By phillout
Vampires Don't Leak patch
For now I just publish a small modification of the VT main script that decreases the "leakage" of the blood pool depending on your age. I used to keeping this on my cloud drive, I don't see a reason not to publish it here.
The reason I made it is simple - while VT increases your blood pool as you age, the idle loss of the blood is still high enough to force you into daily feedings all over and over again even if you don't use blood magic at all, and it gets kinda annoying having to run looking for someone to feed on when you're high level. At least it was for me, so I've fixed it. The speed of idle blood pool leakage is the same as the vanilla when your age is "fledgling", it's 1/2 at the "child" age, 1/3 at "neophyte" age etc. All other mechanics is left untouched - the blood magic still costs you the same amount of blood as it was originally.
The installation procedure is simple - if you use MO2, place the mod low enough in the left pane so it will override any playervampirequestscript.pex instances. including those added by patches (like the Requiem patch). The source is included. This patch will work on both LE and SE, since it's only a script.
Playtested - a lot. I didn't find any problems and it works as it supposed for me. If you have any problem with the patch - let me know.
The licensing of VT is unclear to me, but since Requiem Patch Central also includes this script and distributes it on Nexus as a part of Requiem - Vampiric Thirst patch, I guess I can do this too.
The reason for choosing the name of the downlooad is that I may add a couple of other patches in the future. I like VT, I don't always play vampires, but when I do - I use Vampiric Thirst (the most interesting vampire in Tamriel)
288 downloads
Updated
-
Sheep Flocks patch for MNC SE
By Husky1o1
This patch will add schlongs to "Sheep Flocks" from MihailMods for MNC.
This patch requires the original mod to be installed.
Please visit Nexus and check out the description.
Other than the original mod there are no hard requirements. However, as the whole point of this patch is to make it useable for MNC, you will want to have SexLab and More Nasty Critters installed.
The patch adds schlongs to the dogs and to the rams. I did not go into the trouble of creating the logic for aroused and unaroused meshes, so they will always show their erect schlongs.
Install:
After the installation of the original mod- which is excellent in itself -, install one of the three different patches from the files download, in the load order behind it:
Sheep Flocks Patch For MNC Use
This patch will only add schlongs to the dogs and rams - nothing else. The sheep (the majority of the flock) will remain as they are, female. Note: You may want to set up SexLab to use gender-specific creature animations. Otherwise you will see some dry humping with the schlong-less sheep. Note: At the same time, with that setting, as there are few (or none?) animations for these females, you will not see any action at all from them.
Sheep Flocks Patch For MNC Use - Rams for Sheep
This patch adds schlongs to the dogs and rams. It also gives sheep ram meshes. This way, all sheep will look like rams with schlongs, they will however still be registered as female. Note: You may want to set up SexLab to not use gender-specific creature animations (= regard all as males). Otherwise you won´t see any action from the females.
Sheep Flocks Patch For MNC Use - Goats for Sheep
This patch adds schlongs to the dogs and rams. It also converts all sheep into goats. It essentially becomes a goat flock with some rams. But all these animals will be male. Note: Therefore, SexLab settings around gender-specific ainmations don´t matter in this case.
Hope you enjoy.
1382 downloads
- sexlab
- more nasty critters
- (and 2 more)
Submitted
-
Xenomorph for MNC SE
By Husky1o1
This will allow you to summon a Xenomorph to your game, ready to fight and ready for more.
This is an MNC adaption of the original mod "Summon_Xenomorph".
You will be able to buy a spell tome in Riverwood (or use console commands to get it (help xeno + player.additem)).
The Xenomorph is based on the werewolf skeleton and behavior, it uses the werewolf animations, combat and sounds.
Changes to the original mod:
Modified conjure spell so that the Xenomorph will remain persitant. Using "Follow Me For Sex" you can make it follow you. Changed stats to make it more resilient, it will also adjust to the player level Added scripts and JSON file to get Xenomorph into the list of allowed races for animations Added an aroused mesh which will get triggered via MNC Changed idle sound to that of the Xenomorphs
Install:
Install using your prefered Mod Manager. If you want to have the Xenomorph always erect, also install the patch after this mod. Important: Once installed and the game is loaded you need to reset the animation registry in SexLab to get the race registered, or else no sex animations will run. Open SexLab in MCM, go to "Rebuild & Clean" and click "Reset Animation Registry" This function will re-register all your animations (of course skipping your ignored ones). This will take 5-10 minutes depending on the number of animations you have installed. While this is happening you should not run any animations, you may risk a CTD. You can open the console and watch the progress and see when it finishes, don´t just trust the notification which pops up. Fortunately, this only needs to be done once.
Known Issues:
I couldn´t figure out how to give it the proper follower dialogue options, even though it´s maked as a potential follower. It would probably need some dialogue topics I guess ... If someone would like to pick up this task, please give it a shot. As it uses the werewolf animations, the corresponding sounds are all hard-wired into the werewolf havok file. I have created a beautiful Xenomorph attack sound loop and a Xenomorph death scream, both included in the mod, but all my attempts to make them play have failed. I left the pieces in the mod, if someome is able to make them work, that would be awesome. For now, we have to live with werewolf sounds. I couldn´t figure out how to force an update of only just the race list in SexLab. Resetting the animation registry (as mentioned above) does it implicitly, but it also re-registers all animations and takes forever. I wish there was a more elegant way - again, if someone is a script wizard, feel free to give it a go.
And finally, I would like to shout out a HUGE THANKS to MadMansGun - without his patience and help this would never have worked. ☺️?
Cheers, mate!
5243 downloads
- sexlab
- more nasty citters
- (and 3 more)
Updated
-
LazyBikiniArmor
By LazyGirl
TLDR: Configurable in-game applicator of armor from The Amazing World of Bikini Armor and Bikini Ascend SE mods.
Note - New version for The Amazing World of Bikini Armor REMASTERED can be found here.
DISCLAIMER: This mod manages about 500 pieces of armor all added and set up manually. Testing every possible combination isn't possible so please consider it a very work-in-progress WIP project with no guarantees or warranty regarding safety or function. Make sure to read the entire description before deciding to use it and do not run it on that super important save you have no backups for or expect the mod to be uninstallable without problems either immediately or down the road.
Quick start
Install mod That's it
Now whenever you encounter random female enemies like bandits most of them will be wearing bikini armor. If you want to make it so fewer has it or remove certain parts read on below.
Configuration
Setting bikinization outfit chance to 100% issues everyone matching the criteria (see "Npc Selector below") bikini armor, set it lower if you want it to be more rare.
Increasing a slot's risk to 100% means the pieces covering that area will never be applied, useful to disable helmets to show faces or manage slot conflict with other mods like Devious Devices or Schlongs of Skyrim.
Outfit variety
The mod selects a random piece from all the available options for each slot. Combined with the risk of a piece missing entirely this assures encountering two NPCs wearing the exact same outfit is very low.
Excluded items
Four or five full coverage chest pieces and helmets
The steel "bunny ears" headgear
NPC Selector
The mod has three different modes
Enemies only = Only non-unique NPCs hostile to the player are outfitted.
Non unique only = Only non-unique NPCs hostile OR not are outfitted
ALL = Everyone including named NPCs, followers, their sisters and that distant cousin they no longer talk to. USE WITH CAUTION, WILL REMOVE EXISTING WORN ARMOR
Besides the above a few extra checks are done to make sure only the right people get to look absolutely fabulous
NOT in combat (prevent outfit switching mid-fight)
HAS one of the default female voicetypes (excludes custom/important NPCs + makes sure the armor is only applied to females)
HAS at least one armor piece worn with the ArmorLight, ArmorHeavy or ArmorClothing keywords
Armor matching
Mod will replace the worn armor with a matching bikini based on what they're wearing on the body/slot 4 (generally chest piece) location. E.g, someone wearing steel cuirass, iron gloves, elven boots and leather helm would get a steel bikini set.
There are a couple of exceptions though:
Only Nords get Nord plate Only Orcs get Orc armor Only NPCs in the Thalmor faction get Thalmor clothing * Only NPCs in the Blades faction get Blades armor ** Only NPCs in the Companions faction get Wolf armor ** No one might get Falmer armor since AFAIK there are no female NPCs wearing it in the vanilla game
* - Only works if the player is an enemy to the Thalmor faction or "Enemies only" is unchecked
** - Most if not all (?) NPCs in these factions are unique so bikinis may never be assigned
As of 0.11.0 there is also the option "Default outfits" that assign a standard outfit to NPCs wearing armor that doesn't have a true bikini equivalent. There are two exceptions however, Imperial NPCs will always get steel outfits. Stormcloaks nord armor. If you have a mod that add custom gear to either of these it's recommended to turn this option off to avoid unbalancing it.
Notes
NPCs that have been scanned can't be scanned again until the player has left the area and the game unloaded them from memory. This to prevent situations where leaving and immediately returning to an area makes someone appear to changed an entire suit of armor in seconds. If you want to test your settings there are NPCs included for each armor type. Just type "help mjoll" in console and pick whichever clone of her you want to test. Tip - run "resurrect" on the NPC to randomize a new outfit. A full set of bikini armor will cover most of the available slotmasks so make sure any other mod reserving one or more are properly configured to avoid issues such as armor being removed/hidden or the body turning invisible. The outfit is assigned directly to the NPC, not the ActorBase it's spawned from so anyone else placed by it will not "inherit" the outfit. The NPC selection is done with the _TAWoBANPCScanner quest so if you want to remove or add restrictions it's easy to do in the CK or with SSEEdit by just changing the conditional checks on the aliases it contains. The only thing modified on the NPCs are their outfits, no scripts are attached, no factions modified etc. Worst case if things fail is ending up with a bunch of armed, angry and naked females charging at you. Mod actions are prefixed with "TAWoBa" in the papyrus log.
Known issues
The outfit-check is triggered whenever the player is switching cells OR location. If the NPCs aren't present when this happens due to script lag or spawn quests still working they wont be processed. NPC already assigned bikini armor from other mods will still have an outfit assigned (there's no ArmorBikini or similar keyword to check for the NPC selector). Make sure to verify any problems with the test NPCs, in an unmodded game if necessary, to rule out interference from other mods.
Might do's
Levelbased assignment - Settings are modified on level up making both outfits and parts more common (and enemies tougher) automagically.
Boss or boss chest loot only option - Provided there's a simple way to detect/add it to them
Manual option - Hotkey to assign a bikini outfit to targeted NPC without restrictions
Credits
Nisetanaka, Kofman77, Andreis and everyone else making and porting mods to make Skyrim SE a better game.
No rights reserved, if you want to change, add or use something from this mod knock yourself out
6100 downloads
- outfit manager
- npc
- (and 1 more)
Updated
-
BsamaNieto.esp
By gnerd
Femboy follower for Femboy Race Reborn, found in the Bee and Barb Tavern, in Riften
568 downloads
Submitted
-
MHW Banbaro Armor - CBBE-TBD SE
By Daymarr
--- Description ---
An armor mod featuring the Banbaro armor from Monster Hunter World: IceBorne. The outfit comes with CBBE SMP (3BBB), CBBE 3BBB, and TBD SMP bodyslides support
--- Requirement ---
CBBE body textures
XP32 Maximum Skeleton Special Extended - XMPSSE
CBBE SE (3BBB), CBBE 3BBB, or TBD SMP
HDT-SMP SE or CBPC
BodySlide & Outfit Studio
--- How To Get ---
The outfit can be obtained via crafting at any forge or by using AddItemMenu - Ultimate Mod Explorer
MHW Banbaro Armor A MHW Banbaro Armor B MHW Banbaro Boots MHW Banabaro Gauntlets MHW Banbaro Helm A MHW Banbaro Helm B MHW Banbaro Helm C (NIOPA supported via PA Hat) --- Credits --- Modsfortesv for giving me permission to convert and share this mod to you guys.
Sexybono, Starkhark, and AreTotti for testing and their awesome mod page screenshots!
24228 downloads
- skyrim
- elder scroll
- (and 6 more)
Updated
-
Just4u.FF7RE Cloud Strife - SE
By just4u37
SLE version
-Description-
Ported from Final Fantasy 7 Remake, Cloud Strife's equipments.
Cloud's battle armor, Buster Sword and Zack's battle armor included.
p.s. This outfit is built in the shape of SAM, but SOS body can wear it as well.
SOS user will find that the UV layer is dislocated when equipping with the upperbody-naked variants.
Cloud's head is not included in this mod, the screenshots are taken with ShinglesCat's standalone Cloud race, you can support SC on patreon to get early access or just wait for its public release.
The screenshots are brought to you by my dear friend Luceian, check his twitter for more high quality Skyrim artworks XD
-To be done-
Refit the outfit to SOS body shape
-Requirements-
XPMSSE
AdditemMenu
-Permission-
Do whatever you want to this file, but ensure you credit Square Enix : )
-Credit-
All assets belong to Square Enix Co.
Humus - for providing cubemaps
ShinglesCat - for providing high quality head ports, and suggestions on texture editing
Luceian - for amazing showcase screenshots
KouLeifoh&Vector - for SAM Body
2607 downloads
- final fantasy 7
- special edition
- (and 1 more)
Updated
-
NiOverride Pose Adjustments + Objects SE
By Daymarr
NiOverride Pose Adjustments + Objects SE
A utility mod that allows you to adjust poses directly while you play skyrim!
- Requirements -
XPMSSE
Racemenu SE
PapyrusUtil SE
UIExtensions SE
- Installation -
1. Download and install this mod (automatically, using NMM or MO2, or Vortex, or if manually then extract the file into SkyrimSE's Data folder).
2. Let the mod overwrite XPMSSE's skeletons nif files.
If your character use a custom race like YgNord, please overwrite 4 skeleton*.nif of that custom race with skeleton*.nif in this file.
skeleton.nif
skeleton_female.nif
skeletonbeast.nif
skeletonbeast_female.nif
- How To Use -
Before Adjustments
After Adjustments
- How to change posture of NPC -
1. Register to member list
- Get and use “Spell Tome: Add to list - NIOPA” (AddItemMenu etc.)
- Cast magic to NPC and register to member list.
-The maximum registration number is 100.
2. Select target from registered members
- Select the NPC you want to adjust from the member list
- You can adjust posture of NPC you selected like your character.
- Regardless of life and death you can adjust.
- Posture save data is common to all characters.
3. Remove unnecessary members from the list
- Please remove NPC whose posture adjustment is unnecessary from member list.
-Please select NPC to be removed from member list from the menu.
-Players can not be removed from member list.
-When removed from member, selected NPC will return its posture to default.
-When removing NPC in operation from member list, NPC will be deleted from member list and operation return to player from NPC.
-If NPC can not be found for reasons such as uninstallation or outside the area, NPC will be removed from member list without posture being reset. If you modify it, please register NPC to member list once and then reset.
-When uninstalling this mod, please remove all but player from member list. (to restore posture to default)
- How to search NPC nearby the player -
-Select “Search NPC Nearby” from member list in menu.
-After a while, NPC will be displayed as a list.
-If NPC whose attitude you want to adjust is on list, please select that NPC.
-That NPC will be registered in member list and can be adjusted.
*Caution*
NPC on member list will not be displayed in this list.
NPC that are using unsupported skeletons will not be displayed in this list.
Disabled NPC will not be displayed in this list.
Some NPC will not be displayed due to unknown reasons. In that case please register using spell.
- Objects -
Use AddItemMenu SE to get the items.
Description of each item shows armor slot and name of bone to operate with NiOPA.
Equip item and operate the designated bone with NiOPA, you can move the equipped object.
- Credits -
Sesamin for providing screenshots and giving me permission to share this with you guys!
Please don't bother Sesamin via his own page about this SSE port!
166653 downloads
Updated
-
cosplay SSE kizuna AI Costume
By Outlawer
well honestly
I don't know much about kizuna ai
just sawed few time
anyway costume is seperated to 6 parts(2 upper, lower, hairband, riddon, boots)
upper clothes got an 2 variation one is normal and the other one is skimpy
well wish i could make hair wig too
but hair model is too low quality and got an shading bug issue
soo i decide to remove that
Also support bodyslide morph(except hairband)
if you wonder how do get this
item Only can get with console Type 'kizuna 4' or just use additemmenu SE
i always highly recommend additemmenu SE
2680 downloads
Submitted
-
The Amazing World of Bikini Armor - CBBE 3BBB Bodyslides
By jjabrams420
Download this lovely lady's version instead,
https://sunkeumjeong.wixsite.com/mysite/post/the-amazing-world-of-bikini-armors-remastered
CBBE 3BBB conversion for The Amazing World of Bikini Armor - CBBE SE and Bikini Ascend SE.
I only converted parts that would actually change (abs, bikini tops/bottoms, breastplates, etc). These were all done using 3BBB uniboob reference.
Most breastplates have wonky physics, I'll get around to them eventually, maybe... probably not.
Requires
CBBE 3BBB
The Amazing World of Bikini Armor - CBBE SE
Bikini Ascend SE
If there's a bikini armor mod in this style for the missing materials (Stalhrim, Glass, Daedric, etc) lemme know in the thread and I may convert it.
Feel free to do whatever with this mod.
12109 downloads
Updated
-
Patch - SunJeong's Ninirim Ported Mods for SE and Schlongs of Skyrim/SlexLab Aroused Redux
THIS PATCH IS NO LONGER SUPPORTED FOR THE 6.0 VERSION. IF I HAVE TIME IN THE FUTURE TO CREATE A NEW PATCH FOR 6.0 I WILL UPDATE THIS PAGE.
This is patch enables SunJeong's Ninirim Ported Mods to work with Schlongs of Skyrim (for women/futa) and SexLab Aroused.
Example
Requirements:
SexLab Framework SE SexLab Aroused Redux SE Schlongs of Skyrim SE ERF's Horse Penis Redux SSE or SOS Equippable Horse Cocks (or any other SOS addon that gets ported in the future) SunJeon's Ninirim Ported Mods - full pack version 5 - NO LONGER AVAILABLE BodySlide with CBBE morphs
What this patch does:
Most skirts/pants/lower parts are now on armor slot 52 Overlapping armor pieces (skirts over pants, belts, etc.) had their slots swapped with the lower parts to avoid conflicting with slot 52 SOS_revealing tag was added to all chest pieces for compatibility with slot 52 EroticArmor tag was added to slutty/damaged/revealing chest pieces for compatibility with SexLab Aroused New BodySlide nifs were built with the new corresponding armor slots
Installation:
Install all of the requirements and their requirements Install SunJeong's Ninirim port full pack version 5 Install this mod and let it overwrite any conflicting nifs; load after SunJeon's mod in MO2/Vortex and load the esp after his in your load order Run BodySlide on SunJeong's Ninirim outfits In-game, equip a female schlong
IMPORTANT: "Clean Schlongified Armors" in the SOS MCM before equipping one of Nini's outfits.
Updates:
I plan to update this whenever SunJeong adds a new armor from Nini to the full pack. The ESL for this patch has his ESP as a master, so the full pack is required. I will not be supporting individual outfits.
2577 downloads
Updated
-
Blush When Aroused v1.3 SE
the original conversion for SE was deleted some time ago
This is that same conversion, nothing different.
I do not take credit for this conversion
Original Mod if you want to know what it does
126112 downloads
Updated
-
sos Bread Armors for SOS
By nakano52
DESCRIPTION
This is SOS Outfit files for Bread Armors and Bread Armors LE.
Please read Nexus page for more details.
CREDITS
Thank you for your assets!
Vector Plexus Smurf b3lisario Dragonjoe69157 downloads
Updated
-
Bodyslide Preset - Solid Gal
By chooo
An athletic, just slightly beyond realistic, BodySlide preset that I usually crank up 100. CBBE Body Physics was used. Should work with any CBBE.
To my eyes it looks really good in the 20 - 80 range that most vanilla NPCs fall in to.
All the in game screenshots are at 100 weight - sorry the composite images are a little dark, it was ashy that day.
Enjoy! Don't repost it anywhere.
Cheers!
Update: Just added more screenshots.
2553 downloads
Updated
-
Forsworn Women Topless SE
By nomkaz
I highly recommend going to nexus and downloading THIS SE VERSION, it includes a LOT of fixes, thank you for downloading my version if you already have ❤️
Forsworn Women Topless SE
I did NOT create this mod, I merely converted Erundil's mod for Skyrim Special Edition, and shared it according to the permissions they gave me. I CANNOT give any perms not specified on the original upload page for this mod. If you wish to alter, edit, or otherwise make changes and upload them anywhere, please refer to the permissions (if given on upload page) by the original author or contact them directly.
If you enjoy this mod, go to the Author's page and give Erundil some love!
I optimized the textures and compressed them to BC7 Format for best compatibility with Skyrim SE.
The following is copied Original Download Page:
--------------------------------------------------------------------------
"YOU ARE NOT ALLOWED TO USE MY WORK IN PAID MODS.
This mod was inspired by UNP Forsworn Topless (which was UNP-only). I've stumbled upon some issues with it (mostly textures being bad and done in a noobish way), so I decided to do everything from scratch. While doing it, I discovered that everything can be done on texture level, so there is no need to use UNP.
So here it is - my mod will work with any body (UNP, CBBE, CBBE+Bodyslide, any other you can think of). It will even work with vanilla body. The only thing is - vanilla body texture has no nipples so it looks stupid... If you prefer to stay with vanilla armor meshes, I recommend UNP body texture. See screenshot, you'll know why. Also you can use armor mesh replacer of your choice, so far I know about UNP Female Armors by Exeter and CBBE Vanilla Armors by Caliente. From those 2 I also recommend UNP version, since it has nipples modeled. But my mod will work with any armor mesh there is, so feel free to experiment."
If you enjoy my conversion work and would like to toss a coin to my coffee fund, you can visit my Patreon ~ Nomkaz
6326 downloads
Updated
-
SOS - Futanari CBBE SSE - Small Version Preset
By Husky1o1
A preset for a smaller SoS Futanari CBBE
This is a BodySlide preset for SOS- Addon - Futanari CBBE SSE
Personally, I like it petite, ass, breasts and Futanari schlongs. The original Futanari schlong, while excellent, was already to large and not delicate enough for my taste.
I am sharing here my preset for BodySlide. You see the settings in the picture. I use the same schlong settings for either end of the weight scale. There are a couple of negative values - you need to type them in manually, as the sliders won´t allow it.
You can also download the preset xml, remember though, it contains some other slider settings too, which you obviously need to adjust or override with your other personal BodySlide settings.
I hope someone enjoys.
2443 downloads
Submitted
-
Billyy's SLAL Animations - RAPE REDUX 3.2
By Ero Sama
This is a customized and reduced SLAL Pack made by Billyy.
Original link
By Nymra
I was just convert the mod for Skyrim SE enjoy all
104756 downloads
Updated
-
Mini Bikini - CBBE-TBD SE
By Daymarr
Mini Bikini - CBBE-TBD SE
A bikini mod featuring over 46 unique bikini and accessories for Skyrim SE
- WHAT'S INCLUDED -
Mini Bikini
Mini Bikini 01 Black
Mini Bikini 01 Blue
Mini Bikini 01 Flower
Mini Bikini 01 Pink
Mini Bikini 01 Red
Mini Bikini 01 White
Mini Bikini 01 Yellow
Mini Bikini 02 Black
Mini Bikini 02 Blue
Mini Bikini 02 Pink
Mini Bikini 02 White
Mini Bikini 02 Yellow
Mini Bikini 04
Mini Bikini 05
Mini Bikini 07 Black
Mini Bikini 07 Gold
Mini Bikini 07 Red
Mini Bikini 07 Silver
Mini Bikini 07 White
Mini Bikini 09 Black
Mini Bikini 09 Blue
Mini Bikini 09 Pink
Mini Bikini 09 Silver
Mini Bikini 09 White
Mini Bikini 10 A
Mini Bikini 10 B
Mini Bikini 10 C
Mini Bikini 10 Silver
Mini Bikini Caviar Black (From Doa3X)
Mini Bikini Caviar Purple (From Doa3X)
Mini Bikini Caviar White (From Doa3X)
Mini Bikini CaviarNet Black (From Doa3X)
Mini Bikini CaviarNet Purple (From Doa3X)
Mini Bikini CaviarNet White (From Doa3X)
Mini Bikini Yorimitsu Bra Black
Mini Bikini Yorimitsu Bra Purple
Mini Bikini Yorimitsu Bra White
Mini Bikini Yorimitsu Pants Black
Mini Bikini Yorimitsu Pants Purple
Mini Bikini Yorimitsu Pants White
Mini Bikini Heart Bikini 01
Omake
Omake Anklets
Omake Anklets Alt
Omake Armlets
Omake Bracelets
Omake Bracelets B
Omake C-string
Omake C-string B
Omake Collar
Omake Glasses Black
Omake Glasses Black B
Omake Glasses Blue
Omake Glasses Blue B
Omake Glasses Pink
Omake Glasses Pink B
Omake Gold Accessories Armlets
Omake Gold Accessories Neck
Omake Gold Accessories Pierce A
Omake Gold Accessories Pierce A Body
Omake Gold Accessories Pierce B
Omake Gold Accessories Sandals
Omake Gold Accessories Thigh L
Omake Gold Accessories Thigh R
Omake Gold Accessories Thighs
Omake Gold Accessories Wrist Rings
Omake Head Phones 01
Omake Head Phones 02
Omake Head Phones 03
Omake Head Phones 04
Omake Head Phones 05
Omake Heels
Omake Heels 2
Omake Hutomomo Accessory
Omake Nippless 01
Omake Nippless 02
Omake Nippless 03
Omake Pierce A
Omake Pierce B
Omake Rings
Omake Tattoo Choker Ankle
Omake Tattoo Choker Neck
Omake Tattoo Choker Wrist
OmakeTshirt 01 A
OmakeTshirt 01 B
OmakeTshirt 02 A
OmakeTshirt 02 B
OmakeTshirt 03 A
OmakeTshirt 03 B
OmakeTshirt 04 A
OmakeTshirt 04 5
OmakeTshirt 05 A
OmakeTshirt 05 B
OmakeTshirt 06 A
OmakeTshirt 06 B
- REQUIREMENTS -
CBBE SMP (3BBB) or Touched by Dibella SMP
HDT physics compatible skeleton (Groovtama's XPMSSE)
The latest Bodyslide (Optional)
HDT-SMP or CBPC (For Boobs and Butt Jiggle)
- INSTALLATION -
1. Download and install this mod (automatically, using NMM, MO2, or Vortex if manually then extract the file into SkyrimSE's Data folder).
2. Obtain in-game via crafting at any forge (elven smiting perk required), using console command or by using AdditemMenu SE
3. The default body is CBBE Curvy or TBD Zero Sliders. If you wish to customize your shape then read on.
4. Download and install the Bodyslide and Outfit Studio utility.
5. Open the BodySlide utility. Search for "CBBE SE - Goma's..." or "TBD SE - Goma's..."
6. Tweak the sliders to your liking, or use a preset that you have already created.
- Credits -
Gomaperopero for the permission to share this with you guys!
SexyBono, AreTotti, Musiclover542, and KuroShiro for testing and the awesome mod pages images!
Please don't bother Gomaperopero via his own page about this SSE port!
103388 downloads
Updated
-
nudity Nude World Order
By jyotai
Nude World Order makes your entire Skyrim nude. All vanilla torso armor will become invisible unless further altered by a later mod in your load order. This will not give you a nude model for male or female - you will need another mod for that or everyone will be in their underwear.
The mod has been configured to work with the male props of 'schlongs'.
There is no 'Legendary' version as I do not own the older game. But you are welcome to back port the mod if desired.
I highly recommend using a mod like 'Everybody's Different' alongside this. Once clothing is removed the people can get a little repetitive. So mods that randomly alter skin and body shape can be very useful.
This mod changes all vanilla torso armor to have no 3D model inworld. This was done by deleting the model reference. Where items where a combo of torso and head armor pieces (like hooded robes), the item was changed to a hood, and should now be marked with "(Hood)" in the name. The keyword: SOS_Revealing has been added to all torso pieces. It should NOT be present in anything that was converted to a hood (this is a bug report if you find a case of that). 7 helmets now have 'invisible' versions that canbe crafted by using the normal version as the 'crafting mat'. They should be: Hide, Elven, Dragonscale, Iron, Steel, Orc, Dragonplate.
- I chose these 7 to give a broad spectrum across armor values. Obviously if you have the set items perks and your set it not in this list, you won't benefit... But I hope these represent the 7 sets most people would likely end up using. If not, please leave a comment and I will make an update. Sets the global WICommentChanceNaked to 1 - so NPCs no longer frequently comment about nudity. Change from original version to mod, was previously at 0, and suspected that was causing an issue.
**************************
Requires:
Skyrime Special Edition
Unofficial Skyrim Special Edition Patch.esp
Schlongs of Skyrim - Core.esm
***************************************
Known issues:
Some mods alter vanilla armor. Some other mods 'check in an update' to Vanilla armor without changing it at all.
- in both of these cases if such a mod appears after this mod in the load order, they will undo the changes this mod has made.
One known example: Amazing Follower Tweaks SE.
- AFT 'checks in a dirty edit' to Thieves Guild Variant Armor used by the NPC Sapphire (she leans against a wall in the main inn in Riften, and the first time you ever visit Riften she is outside harassing another NPC over a bad deal). If you use AFT, she wil not be nude unless you place this mod AFTER AFT in your load order... I am not certain if the change to the armor in AFT is truly dirty (no update, just a check in), or if it toggled a setting like 'playable' and then never documented. It is a bad edit either way BECAUSE it does not appear in the documentation for that mod...
Possible bugs:
When I first started making this mod, I tested a few pieces by renaming them so I could find them easily... I undid all of those renamings... But if I didn't, please report that in the comments. My pattern for doing this was to do something like change 'Fur' to 'Fur P'... a single letter on the end. It is always possible I missed a piece of armor or a keyword somewhere. I am pretty confident that I got it all, and properly... but there is always room for a mistake. Please report it if you find one.
Mods by Jyotai - general statement about work I have or intend to upload
*****************************
My mods follow a basic set of patterns:
If I have added anything new, it can be found in the esp by searching for 'jyotai' If I have modified an existing record, I can't so easily rename it, so I will describe it in the readme. I try to avoid any 'hidden surprises'. Nothing is worse than wondering why your thing is broken, because some mod author made an undocumented
change. If you find one of these, report it to me. I welcome feedback on bugs, and won't get snippy about it. I am a professional developer not an amateur so I am used to finding, reporting, and fixing
bugs - and I know that nothing makes development worse than a developer
with an attitude. Bugs happen. If they happen in my stuff, I welcome
finding out about them so I can fix them. I won't even get snippy if it turns out the bug report was not correct - that somebody else's mod caused it. That too is useful for everyone to find out so it
can be reported properly.
A side story: if you ever interview at a company like Google, at some point in the interview they trick you
into messing up, doing something wrong. The test here is not to see you
fail - but to see if you have 'ego' when they tell you... Ego kills good
development.
My mods are ALWAYS full open-source. This means 2 things: You do not need to ask permission to use my mod in your own mod. Just credit what you got from where. Your choice to tell me or not. This is
important in case someday I 'vanish' from the community - people could
take up anything I did and keep pushing it forward. Any mod you put out that uses ANYTHING from me, has to stay as open or even more open in permissions than I had. So it must be free, it cannot require
people to ask permission to use it in their own mods, it cannot deny
anyone permission. If you don't like those terms, do not use my stuff.8328 downloads
- adult
- not lore-friendly
- (and 4 more)
Updated
-
KSHairdos SMP Wigs - SexLab No Strip Patch
By blau3r
This is a simple ESL file patch that edits the Wigs from KS Hairdos - HDT SMP to stop them from being stripped when a SexLab animation starts.
If KS Hairdos - HDT SMP gets updated to include more wigs this mod will need an update to include the new wigs.
Requirements:
KS Hairdos - HDT SMP (KSWigsSMP.esp) V1.3
SexLab
Credits:
Kalilies for KS Hairdos
Ousnius for KS Hairdos - HDT SMP
Ashal for SexLab
Make sure to endorse these awesome mods and check out their other creations!
2857 downloads
Updated