Open karlkfi opened 4 years ago
that is not how you add support, you need to (most likely) make a script with dependency that will check sgo scripts/variables to find pregnant state
Is that gonna be enough?
SGO handles pregnancy and also milk production. I think we would need to either disable MME’s milk production and hook into SGO’s or patch SGO to use MME’s milk production. It doesn’t make sense to have both, and I like using the MME pumps more than SGO’s method of just popping out bottles.
I gave all the info on the inflation in case you wanted to support CBBE SMP (HDT) without SGO, but it’d be nice if it worked either way.
SGO4 is in Beta for SSE: https://github.com/darkconsole/dse-soulgem-oven https://github.com/darkconsole/dse-soulgem-oven/wiki/Release-Notes:-Beta-7
Beta 7 seems mostly usable, aside from a few minor bugs. But it's interface is different than SGO3.
SGO4 (and maybe also SGO3) uses the body morph interface (SetBodyMorph/ClearBodyMorph) provided by NIOverride (included in BodySlide SSE) to inflate breasts and belly. It uses the morphs provided by CBBE (also included in BodySlide SSE). So that means it's compatible with all CBBE skeletons and meshes, including XP32MSSE, CBBE HDT, CBBE SMP (3BBB), and CBBE 3BBB (Hybrid SMP+CBPC), as well as several others.
For belly, it sets the PregnancyBelly morph to a static number when pregnant and then sets a variety of other morphs to simulate "baby fat" scaled to the number of gem.
For breasts, it uses the Breasts, BreastsGravity2, and BreastsTopSlope morphs, to scale with the amount of milk.
These slider names are the morphs names used when pregnant:
If SGO4 isn't installed, or you feel like integrating with another Milk producing mod is otherwise complicated, you could use NIOverride.SetBodyMorph and the CBBE morphs directly.
This probably wouldn't fix the problem of the milk leakage and milk cuirass/pump not lining up with the nipples when using HDT, but it would at least put it in the right place when they're not bounding around, like when you're in a stationary pump.
I haven't done any Skyrim mod making yet, or I'd try to do it myself and make a PR. But hopefully with this info you could add a few more patches to support a few more popular mods.