Jump to content

Any way to remove belly bulge while sex animation in CBBE 3BA?


Recommended Posts

Posted

Easy friend. Depending on if you use the Anal support mod it's either one of those Edits:

D:\Games\steamapps\common\Skyrim Special Edition\Data\SKSE\Plugins

Find CBPCollisionConfig

Then find find BellyBulge= and replace whatever number you have there with 0, it's disabled completely. You can also reduce the number to have a little bit. mine is 0.5

 

If you have Anal support mod you need to go here

CBPCollisionConfig_Female

And find the same line to make the same edit.

 

Posted (edited)

As for disabling it only during animation, I recall SL adds each active actor to a faction. It should be possible to check for this in a CBPC config file. That is assuming CBPC has a condition method for checking faction membership. Something I've intended to look into, but haven't gotten around to it yet.

 

Edit: So basically you would have your usual CBPCollisionConfig file as-is, and another with a condition something like this "conditions=IsInFaction(0x0, Sexlab.esm)" that just sets BellyBulge = 0.0. Best of both worlds I guess.

 

Edit again: There is indeed a function for this: IsInFaction(esp|int)

 

Edit again: Not tested, might work:

[Options]
Conditions = IsFemale() AND IsInFaction(SexLab.esm|58639)
Priority = 60

[ExtraOptions]
BellyBulge = 0.0

 

Edit: Just discovered that conditions take formid as a string, rather than an int. Thus, it should be like this:

Conditions = IsFemale() AND IsInFaction(SexLab.esm|e50f)

 

Edit again: Another discovery: IsInFaction is not evaluated regularly, meaning it won't react to an actor changing factions, which is required for this to work.

Edited by traison
  • 2 years later...
Posted
2 minutes ago, sdvqwewqq342 said:

even when changed to zero mine still plays bulge

 

Several options for that:

  1. You're using SMP, and not CBPC.
  2. CBPC is configured to not use the BellyBulge value in favor of actual collisions with the belly node.
  3. You're seeing the collisions from the pelvis node which is a bug that's been in CBPC for a long time.
  4. You edited the wrong file.
  5. You have another mod which overwrites the file you edited.
  • 3 months later...
Posted (edited)

If cbpc has been bugged this long for bellies it is time for mod authors to move past it.  Belly physics should never have been mandatory.

Edited by evil-I-r-n00b
Posted
5 hours ago, evil-I-r-n00b said:

If cbpc has been bugged this long for bellies it is time for mod authors to move past it.  Belly physics should never have been mandatory.

 

It can be disabled, you just need to know how to configure SMP and CBPC. CBPC does nothing, unless you have a config file that tells it to do something. Same goes for SMP.

 

It's also possible you need to know how to edit hkx files, but I haven't had time to look into that yet; I suspect some animations have bulging built-in.

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