Jump to content

SkyrimLL/DeepBlueFrog mods conversion to SSE


Recommended Posts

Posted
On 6/5/2026 at 2:48 AM, DeepBlueFrog said:

 

If I remember well, the poses are in a form list inside the esp file.

Making them a more realistic choice is something I wanted to do for a long time.

 

I don't see it.

 

Spoiler

Screenshot2026-06-10035142.png.1f27577b7b7542a184ae7404d67e26b6.png

 

Posted (edited)

I now have an animation bug in my game that makes it impossible to switch back to standing after kneeling. How can I reset the pose?

Edited by Omnishade
Posted
9 hours ago, Omnishade said:

I now have an animation bug in my game that makes it impossible to switch back to standing after kneeling. How can I reset the pose?

 

A few questions:

- Are you using OAR?

- Is your character wearing restraints or a collar?

Posted (edited)
8 hours ago, DeepBlueFrog said:

 

A few questions:

- Are you using OAR?

- Is your character wearing restraints or a collar?

 

Yes on both questions. I also have modesty toggle which could be the culprit but didn't dare remove it since it has a script. She's wearing a chain collar from SD+.

Something seems to have changed about the collar since I played SD+ last though. You are still enslaved even if you remove it with lockpicking or a restraints key?

Edit: It was a bug in one save only, probably after punishment. Going back to an older save fixed it.

Edited by Omnishade
Posted
3 hours ago, Omnishade said:

Or I thought it fixed it, but it comes back after a punishment scene...

 

Interesting.

The OAR addition is new. 

I will have to test what happens after a punishment on my game.

Posted
On 6/12/2026 at 4:51 AM, DeepBlueFrog said:

 

Interesting.

The OAR addition is new. 

I will have to test what happens after a punishment on my game.

 

I found a fix but it's not optimal. In the OAR menu there are three kneeling idles. The one that got stuck is kneeling 02, and disabling that after using safeword made it possible to stand up. So I could probably temporarily disable the idle in different situations, but would ofc prefer if you found a better fix.

Posted
1 hour ago, Omnishade said:

 

I found a fix but it's not optimal. In the OAR menu there are three kneeling idles. The one that got stuck is kneeling 02, and disabling that after using safeword made it possible to stand up. So I could probably temporarily disable the idle in different situations, but would ofc prefer if you found a better fix.

 

Interesting. 

Thanks for the detective work. I will add that to my notes.

Posted (edited)
On 3/6/2026 at 7:19 AM, az4cz0az1dnd2tx9 said:

Guys I don't know if someone have done this before, but I managed to apply the sliders of this ressource mod with Inflation Framework : 


Via a slight modification to the file of "SLIF Bodymorph setting", I don't have the og link to this file, but I can explain what I have done,
I installed the ressource mod with the instructions on the page obviously, then I have launched BodySlide, builded the Body, I use Unique Player 3.0 so I copied the files in the corresponding folder to apply it on my character body, then I used Outfit Studio to apply the sliders on the clothes that my character wear

Then, I opened the mod "SLIF BodyMorph setting", modified the file located in "SKSE\Plugins\StorageUtilData\SexLab Inflation Framework\lists" as followed:
- Under "000_morphs", at the end I added 

{
    "morph_lists" :
    {
        "000_morphs" :
        [
            "Breasts",
            "BreastsFantasy",
            "BreastsGone",

            [etc...]
            "HipsUpperWidth",
            "Oviposition_1",
            "Oviposition_2",
            "Oviposition_3",
            "Oviposition_4",
            "Oviposition_5",
            "Oviposition_6"
        ],


Then, under "006_belly_morphs", I added:
 

        "006_belly_morphs" :
        [
            "Belly",
            "BigBelly",
            "PregnancyBelly",
            "TummyTuck",
            "Oviposition_1",
            "Oviposition_2",
            "Oviposition_3",
            "Oviposition_4",
            "Oviposition_5",
            "Oviposition_6"
        ],


Saved the file, and then go in the other json located in "SKSE\Plugins\StorageUtilData\SexLab Inflation Framework\bodymorphs\" at line 446 I added:

        "LegsThin" :
        {
            "reverse" : "False",
            "values" :
            [
                0,
                0,
                1,
                1,
                10,
                10,
                1,
                1,
                20,
                20
            ]
        },
       "Oviposition_1" :
        {
            "reverse" : "False",
            "values" :
            [
                100.0,
                0,
                0,
                0,
                10,
                10,
                1,
                1,
                20,
                20
            ]
        },
        "Oviposition_2" :
        {
            "reverse" : "False",
            "values" :
            [
                100.0,
                0,
                0,
                0,
                10,
                10,
                1,
                1,
                20,
                20
            ]
        },
        "Oviposition_3" :
        {
            "reverse" : "False",
            "values" :
            [
                100.0,
                0,
                0,
                0,
                10,
                10,
                1,
                1,
                20,
                20
            ]
        },
        "Oviposition_4" :
        {
            "reverse" : "False",
            "values" :
            [
                100.0,
                0,
                0,
                0,
                10,
                10,
                1,
                1,
                20,
                20
            ]
        },
        "Oviposition_5" :
        {
            "reverse" : "False",
            "values" :
            [
                100.0,
                0,
                0,
                0,
                10,
                10,
                1,
                1,
                20,
                20
            ]
        },
        "Oviposition_6" :
        {
            "reverse" : "False",
            "values" :
            [
                100.0,
                0,
                0,
                0,
                10,
                10,
                1,
                1,
                20,
                20
            ]
        },


Then I saved the file, launched the game, Modified the morphs in the MCM for the Oviposition, infected me with the option of Estrus Chaurus +, and boom, ovi effect:
image.png.688034134f778e00c6d972bc140ddbe1.png

Obviously, it do not make any difference between a normal inflation and an egg inflation, so if you have for exemple Fill Her Up, and you are inflated from Human sperm, you will get an OVI effect

Hope it satisfy someone else here, I managed to do that after like 3 hours of investigation in the files of my game, sorry in advance if I do not post this on the right spot, This is literally the first time I send anything on this site

 

I have news about this thing that I have done on march 6, I found that Unique Player 3.0 make my game crash at random places like the dungeon where you fetch the book for the academy, I enter the first part of the dungeon, the game load and then black screen for ever, forced to end the game task anyway.
So I had to uninstall it and make a new game, the great news is, this method work with basically any body mod, I installed this mod for exemple : https://www.nexusmods.com/skyrimspecialedition/mods/80089
Made the modification like explained in my precedent post, needed to apply the sliders with outfit studio on the body, etc...

(I will maybe show how to do it some day but for the moment I don't remember how to do it, so it'll wait sorry)

Then I added the ovi sliders to my armors and clothes, and my game take into account the ovi effect in any scenario

The only problem, I am forced to apply the ovi sliders on every single clothe and armor I use in the game manually, fortunately, I don't use every single armor in the game, so I did this on the few armor piece I use

For the exemple I will use a dress from magecore, start by loading the whole project in Outfit studio from bodyslide or manually, then select load reference :
image.png.0697fdb8de6f881d036af3cc2a54c9a4.png

Then select your body (with the ovi sliders) :
image.png.3ead2a26ca57e2fd3d4fb43a994f30e1.png

Your load reference window should look like this :
image.png.0a0e9e966b15640c250102f6af92e667.png

Hit ok and then, in the main interface of Outfit studio unselect any object, by pressing ctrl + click on any highlighted object here :
image.png.0f01edec2fcf26690b9e7497882fe1ed.png

In my case I will ctrl + click on 3BA_Vagina to unselect it, it is just to make sure the next step don't apply only on this object, now go to the menu "Slider" and hit "Conform All" :
image.png.a7b80d9ccc55240e5a85e8cd5ab2aeba.png

You should now see a progression bar in the botton right corner of the window, when it is full, you can search for the oviposition sliders here:
image.png.9b3df67ac374fe131aca5558c090fc54.png

Play with them to see if it work, if it is in fact working you can ctrl + s (save) and quit, build with body slide, then go in the game, find the outfit, equip it, get infected, wait until the ovi effect manifest, and enjoy.

Edited by az4cz0az1dnd2tx9
Posted (edited)
22 minutes ago, az4cz0az1dnd2tx9 said:

I have news about this thing that I have done on march 6, I found that Unique Player 3.0 make my game crash at random places like the dungeon where you fetch the book for the academy, I enter the first part of the dungeon, the game load and then black screen for ever, forced to end the game task anyway.
So I had to uninstall it and make a new game, the great news is, this method work with basically any body mod, I installed this mod for exemple : https://www.nexusmods.com/skyrimspecialedition/mods/80089
Made the modification like explained in my precedent post, needed to apply the sliders with outfit studio on the body, etc...

(I will maybe show how to do it some day but for the moment I don't remember how to do it, so it'll wait sorry)

Then I added the ovi sliders to my armors and clothes, and my game take into account the ovi effect in any scenario

The only problem, I am forced to apply the ovi sliders on every single clothe and armor I use in the game manually, fortunately, I don't use every single armor in the game, so I did this on the few armor piece I use

For the exemple I will use a dress from magecore, start by loading the whole project in Outfit studio from bodyslide or manually, then select load reference :
image.png.0697fdb8de6f881d036af3cc2a54c9a4.png

Then select your body (with the ovi sliders) :
image.png.3ead2a26ca57e2fd3d4fb43a994f30e1.png

Your load reference window should look like this :
image.png.0a0e9e966b15640c250102f6af92e667.png

Hit ok and then, in the main interface of Outfit studio unselect any object, by pressing ctrl + click on any highlighted object here :
image.png.0f01edec2fcf26690b9e7497882fe1ed.png

In my case I will ctrl + click on 3BA_Vagina to unselect it, it is just to make sure the next step don't apply only on this object, now go to the menu "Slider" and hit "Conform All" :
image.png.a7b80d9ccc55240e5a85e8cd5ab2aeba.png

You should now see a progression bar in the botton right corner of the window, when it is full, you can search for the oviposition sliders here:
image.png.9b3df67ac374fe131aca5558c090fc54.png

Play with them to see if it work, if it is in fact working you can ctrl + s (save) and quit, then go in the game, find the outfit, equip it, get infected, wait until the ovi effect manifest, and enjoy.

Now for the body, I'll try to redo what I have done to apply the correct sliders to my body

So of course as mentioned in the precedent post, I use succubus race, so I will show how to do it with this specific mod, if you are using some other mod or no mod at all, you can follow the steps of the original ovi body ressources.

So, start by loading your chosen body in Outfit studio, here you want to load the file located in "Succubus Race - with horns and SMP tail - Main - test\CalienteTools\BodySlide\SliderSets\Succubus Body 3BA.osp"

Now like we have done it for the clothes, load a reference and browse "3BA Ovibody\CalienteTools\BodySlide\SliderSets\[Erin] CBBE 3BA.osp", do not select "SE 3BBB Amazing.osp"

Then unselect "3BA_Vagina" like we have done it for the outfit, go to the "Slider" Menu and select conform all, wait fot the progress bar to finish, then play with the oviposition sliders and see if it works, then save your body, build it in body slide and enjoy

 

Edited by az4cz0az1dnd2tx9
Posted
53 minutes ago, herbert_mcsos said:

so anyone know where i get the 3ba conversions for parasites?

 

 

The link is on the download page for the SE version. 

Posted
2 hours ago, RAAMPEAK said:

for the plot thickens quest how do you procced with the quest when it's says investigate the otherworldly vision 

 

Can you remind me which mod is that from?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...