Jump to content

SexLab Inflation Framework


Recommended Posts

Posted

Hi i was wondering if you possible could add in a feature that based on bellysize (maybe breast aswell?) your characther would get reduced movementspeed. Some mods lets you get gigantic bellys (like egg factory) without it affecting your charather in any way but visually, so i belive in a mod that handles scaling of all mods it would be a somewhat fitting feature if you have to time and want to include it.

Sure, I could, I will see, what I can do.

 

Hi. I have a problem. SLIF does not work with NPC. After changing the location, my follower has an inflated belly and breast, but after a while the size is reset to normal. Can anyone suggest a solution?

That may happen, if you are transitioning from NiNodes to BodyMorphs and your followers body type does not support BodyMorphs or you haven't generated the body correctly.

post-24276-0-06290200-1497878530_thumb.jpg

 

 

I have been trying to update to newer versions but I end up reverting back to 1.09 because I can't seem to get any of the NPCs to demonstrate any kind of inflation other than by coincidence.

 

Not sure if anyone saw my post.

 

I have seen the post, but I forgot to answer sorry.

The problem is, in the Papyrus log is little information and the debug log doesn't look out of the ordinary and it looks like my mod is doing it's job.

Make sure you have set up everything correctly and if you are using BodyMorphs, that you have generated the body correctly with BodySlide.

post-24276-0-06290200-1497878530_thumb.jpg

Posted

Whew, modding again for the first time in quite a while. Pretty neat to see some of the mods I was missing out on, but pretty damn disappointed that SKSE for Special Edition is still not up. Anyway, ignore my blogposting for a sec.

 

I'm not sure what's going on, but after installing SLIF, the Bodymorphs tab is nearly blank. It looks like all SLIF has access to is the vanilla NiOverride sliders, (breasts P1-3, you know, etc.) and it's missing all the breast and belly shape sliders I actually need.

 

For clarification, I have all of the necessary mods installed and have built everything using Bodyslide, just like I used to.

Posted

Whew, modding again for the first time in quite a while. Pretty neat to see some of the mods I was missing out on, but pretty damn disappointed that SKSE for Special Edition is still not up. Anyway, ignore my blogposting for a sec.

You are not the only one man, it's one of many things that keep me from porting this mod to special edition. (even if SKSE64 will be out, it will take quite some time until mods, who depend on SKSE, will be able to support Skyrim SE)

 

I'm not sure what's going on, but after installing SLIF, the Bodymorphs tab is nearly blank. It looks like all SLIF has access to is the vanilla NiOverride sliders, (breasts P1-3, you know, etc.) and it's missing all the breast and belly shape sliders I actually need.

 

For clarification, I have all of the necessary mods installed and have built everything using Bodyslide, just like I used to.

Have you checked out the new menus?

post-24276-0-39821800-1497955919_thumb.jpg

Posted

The new menus are all blank as far as I see. Eh, I'll have to play around with it a bit.

Yeah, confirmed something must've been wrong with my installation. I uninstalled all SLIF-related anything, then reinstalled them all and it worked.

Sounds like Bodymorphs.json wasn't generated correctly. Did you update from an older version or did you make a new game? (not that it normally should matter)
Posted

It was completely new, plus a brand-new Skyrim installation.

Well, at least it worked the second time I guess smile.png

 

in the requirements i didnt see anywere saying it need a custom body that supports belly scaling...so i can use it in my old cbbe body that dose not suport belly scaling?

Yes, it just won't have belly scaling then? Do you mean doesn't support BodyMorphs? Try NiOverride then, if you want belly scaling at all.

 

is milk economy no longer supported by inflation system? i cant see that option during the installation of inflation system.

Take a look at the supported mods post: supported mods.
Posted

Is there a link to he Sexlab Framework mod?

Well, yeah, if you click the link in the requirements.

Should also be easy to find on the downloads page (hint: it's the pinned download).

 

i want bodyscalling on my old cbbe body that dose not support bodyscaling cause it is old and i canot remake it!! smile.png

Sorry, I do not possess the knowledge on how to add bodyscaling support to old bodies.

My advice would be to update to the newest CBBE version and to make a preset with BodySlide, that's similar to the body you are using.

Posted

yes i know it is impossible i jas kinda kiddin :P  i tried with new version of cbbe but i cant remake exactly the old boy... i also dont have the preset of the old body :/ so i am stuck with no body-scaling!

Posted

yes i know it is impossible i jas kinda kiddin tongue.png  i tried with new version of cbbe but i cant remake exactly the old boy... i also dont have the preset of the old body :/ so i am stuck with no body-scaling!

What body are you using?
Posted

 

yes i know it is impossible i jas kinda kiddin tongue.png  i tried with new version of cbbe but i cant remake exactly the old boy... i also dont have the preset of the old body :/ so i am stuck with no body-scaling!

What body are you using?

 

just a cbbe body with breast physics but not belly scalling or but physics...its   a little bit old

Posted

just a cbbe body with breast physics but not belly scalling or but physics...its   a little bit old

I mean, what body exactly? Can you post a download link?
Posted

wow remember reading a post a few days ago and changed it so inflation is using pregnancy look instead of making the belly stick out (looks weird after a while) had SLIF installed for long time but never really touched the other setting in case i messed something up!

 

anyway cool feature that i only just realised! haha, does the percentage mean the max inflation belly will scale?

Posted

wow remember reading a post a few days ago and changed it so inflation is using pregnancy look instead of making the belly stick out (looks weird after a while) had SLIF installed for long time but never really touched the other setting in case i messed something up!

 

anyway cool feature that i only just realised! haha, does the percentage mean the max inflation belly will scale?

Here the calculation:

value is for example the value for the belly aka the value shown under the modus "values" for the mod "All Mods" and the node "NPC Belly".

value -= minimum
value = SLIF_Math.SetBounds(value, 0.0, maximum) ;makes sure that the value stays in range
value *= (percent / 100.0)
value /= steps
To answer the question, the percentage multiplies the value for that bodymorph.
Posted

 

wow remember reading a post a few days ago and changed it so inflation is using pregnancy look instead of making the belly stick out (looks weird after a while) had SLIF installed for long time but never really touched the other setting in case i messed something up!

 

anyway cool feature that i only just realised! haha, does the percentage mean the max inflation belly will scale?

Here the calculation:

value is for example the value for the belly aka the value shown under the modus "values" for the mod "All Mods" and the node "NPC Belly".

value -= minimum
value = SLIF_Math.SetBounds(value, 0.0, maximum) ;makes sure that the value stays in range
value *= (percent / 100.0)
value /= steps
To answer the question, the percentage multiplies the value for that bodymorph.

 

 

dont really understand  :lol:

 

i just set the percentage to 100% and left all the others as they are

 

character inflates past pearl juice max....but it doesn't really bother me

so the value under max would be the setting i change?

Posted

dont really understand  laugh.png

 

i just set the percentage to 100% and left all the others as they are

 

character inflates past pearl juice max....but it doesn't really bother me

so the value under max would be the setting i change?

Yes, the maximum caps the value for that bodymorph.
Posted

I have fill her up 1.0 version but mod manager say i must istall fill her up patch 2.0 becouse if not, my system will be unstable, so i ahve done it... but belly infatation is not working, i can check just the patch for the version 1.0 and unckeck the 2.0 without find troubles? instead the diet butt mod is working well with this framework

Posted

I have fill her up 1.0 version but mod manager say i must istall fill her up patch 2.0 becouse if not, my system will be unstable, so i ahve done it... but belly infatation is not working, i can check just the patch for the version 1.0 and unckeck the 2.0 without find troubles? instead the diet butt mod is working well with this framework

Most mods requiring FHU 2.0 really want the NIO compatibility patch linked in my signature. Uninstall FHU 1.0, do a clean save, install both FHU 2.0 and my NIO compatibility patch, then install SLIF after my patch and you should be good. 

 

The reason behind this is that FHU 1.0 relied on "Net Immerse" for scaling, but "Net Immerse" only supports a single mod at a time -- mods would fight over the node. FHU 2.0 also relies on "Net Immerse", but my patch replaces all "Net Immerse" code with code from "NetImmerse Override", the first framework mod to successfully control these nodes (mostly because the popular Racemenu mod was using it, but...) Anyway, SLIF is just another patch that needs my patch and converts it to his quotasfan's framework. SLIF does much more correlation of the node values provided by different mods than NIO, allowing for a better-looking end-user experience.

Posted

When i add PregnancyBelly 100% percentage the belly morph just stays big and wont return t normal

I need more information than that.

 

Most mods requiring FHU 2.0 really want the NIO compatibility patch linked in my signature. Uninstall FHU 1.0, do a clean save, install both FHU 2.0 and my NIO compatibility patch, then install SLIF after my patch and you should be good. 

 

The reason behind this is that FHU 1.0 relied on "Net Immerse" for scaling, but "Net Immerse" only supports a single mod at a time -- mods would fight over the node. FHU 2.0 also relies on "Net Immerse", but my patch replaces all "Net Immerse" code with code from "NetImmerse Override", the first framework mod to successfully control these nodes (mostly because the popular Racemenu mod was using it, but...) Anyway, SLIF is just another patch that needs my patch and converts it to his quotasfan's framework. SLIF does much more correlation of the node values provided by different mods than NIO, allowing for a better-looking end-user experience.

Correct, but I don't think that was the question. smile.png It's also qotsafan not quotasfan. tongue.png

 

I have fill her up 1.0 version but mod manager say i must istall fill her up patch 2.0 becouse if not, my system will be unstable, so i ahve done it... but belly infatation is not working, i can check just the patch for the version 1.0 and unckeck the 2.0 without find troubles? instead the diet butt mod is working well with this framework

To answer the question, that message you get is the standart mod manager message and yes, you can just deactivate the patch for 2.0 and tick the one for 1.0.
Posted

 

When i add PregnancyBelly 100% percentage the belly morph just stays big and wont return t normal

I need more information than that.

 

Most mods requiring FHU 2.0 really want the NIO compatibility patch linked in my signature. Uninstall FHU 1.0, do a clean save, install both FHU 2.0 and my NIO compatibility patch, then install SLIF after my patch and you should be good. 

 

The reason behind this is that FHU 1.0 relied on "Net Immerse" for scaling, but "Net Immerse" only supports a single mod at a time -- mods would fight over the node. FHU 2.0 also relies on "Net Immerse", but my patch replaces all "Net Immerse" code with code from "NetImmerse Override", the first framework mod to successfully control these nodes (mostly because the popular Racemenu mod was using it, but...) Anyway, SLIF is just another patch that needs my patch and converts it to his quotasfan's framework. SLIF does much more correlation of the node values provided by different mods than NIO, allowing for a better-looking end-user experience.

Correct, but I don't think that was the question. smile.png It's also qotsafan not quotasfan. tongue.png

 

I have fill her up 1.0 version but mod manager say i must istall fill her up patch 2.0 becouse if not, my system will be unstable, so i ahve done it... but belly infatation is not working, i can check just the patch for the version 1.0 and unckeck the 2.0 without find troubles? instead the diet butt mod is working well with this framework

To answer the question, that message you get is the standart mod manager message and yes, you can just deactivate the patch for 2.0 and tick the one for 1.0.

 

Resolved thx

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