Skyrim Special Edition

Wait, didn't you find TIP you wanted?
It probably means you want that can't do it with simple editing

Find the moderate line and be satisfied
Or Try many things


index (use Ctrl + f and search it)
- I don't want breasts to sag
- I don't want breasts to sag or jello even when lying
- I don't want breasts to be flat when run 
- How do you weaken or disable Belly Bulge?
- How do you edit vagina physics with Pelvis collision?
- How do you edit vagina collision when directly collision not the Pelvis collision
- How do you edit the anus collision?
- How do you edit the anus collider position?
- How do you change belly bulge collision to directly collision instead of Spine1 collision
- How do you edit belly bulge collision when directly collision not the Spine1 collision
- I want to edit breasts push up effect when wearing an armor or clothes
- I want to edit breasts bounce when wearing an armor or clothes
- I want to reduce bounce
- How do you edit spread of breasts to less?
- How do you reduce strange bounce when colliding?
- How do you fix that legs are shaking infinitely
- How do you increase sensitivity of collision? 
- How do you use SMP for anus?



CBPC


The description of CBPC config files for edit

CBPConfig.txt

- don't use

CBPConfig_3b.txt

- related breasts bouncy of 3BA body

CBPConfig_3b_armor.txt
- related auto breasts push up and reduce breasts movement strength of 3BA body when wearing armor and clothes

CBPConfig_3b_Gravity.txt
- related breasts sag of 3BA body by gravity

CBPConfig_3b_MoreGravity.txt
- related breasts more sag effect of 3BA body when lying down

CBPConfig_BreastAmplitude.txt
- related breasts movement strength

CBPConfig_BBP.txt
- related breasts movemnt of CBBE body 

CBPConfig_BBP_armor.txt
- related auto breasts push up and reduce breasts movement strength of CBBE body when wearing armor and clothes

CBPConfig_BBP_Gravity.txt
- related breasts sag of CBBE body by gravity

CBPConfig_BBP_MoreGravity.txt
- related breasts more sag effect of CBBE body when lying down

CBPConfig_belly.txt
- related belly movement

CBPConfig_BellyAmplitude.txt
- related belly movement strength

CBPConfig_butt.txt
- related butt movement

CBPConfig_ButtAmplitude.txt
- related butt movement strength

CBPConfig_leg.txt
- related Front thigh, Rear thigh, Rear calf movement

CBPConfig_LegAmplitude.txt
- related Front thigh, Rear thigh, Rear calf movement strength

CBPConfig_SOS.txt
- related penis movement

CBPConfig_SOSScroum.txt
- related scroum movement

CBPConfig_Vagina.txt
- related vagina physics for vagina collisions

CBPCollisionConfig_Female.txt
- related Female NPCs and Female Player collision

CBPCollisionConfig.txt
- related Male NPCs and Male Player collision


These files are in the SKSE/Plugins path











- I don't want breasts to sag

1. Open the SKSE/Plugins/CBPConfig_3b_Gravity.txt file

ExtraBreast1L.gravityCorrection -0.4 -0.4
ExtraBreast2L.gravityCorrection -0.3 -0.3
ExtraBreast3L.gravityCorrection -0.2 -0.2

ExtraBreast1R.gravityCorrection -0.4 -0.4
ExtraBreast2R.gravityCorrection -0.3 -0.3
ExtraBreast3R.gravityCorrection -0.2 -0.2

2. find these lines for gravityCorrection
3. edit values to positive values


ExtraBreast1L.gravityCorrection 0.4 0.4
ExtraBreast2L.gravityCorrection 0.3 0.3
ExtraBreast3L.gravityCorrection 0.2 0.2

ExtraBreast1R.gravityCorrection 0.4 0.4
ExtraBreast2R.gravityCorrection 0.3 0.3
ExtraBreast3R.gravityCorrection 0.2 0.2

like this





- I don't want breasts to sag or jello even when lying

1. Open the SKSE/Plugins/CBPConfig_3b_MoreGravity.txt file

ExtraBreast1L.gravityInvertedCorrection -4.0 -4.0
ExtraBreast2L.gravityInvertedCorrection -5.5 -5.5
ExtraBreast3L.gravityInvertedCorrection -0.6 -0.6
ExtraBreast1R.gravityInvertedCorrection -4.0 -4.0
ExtraBreast2R.gravityInvertedCorrection -5.5 -5.5
ExtraBreast3R.gravityInvertedCorrection -0.6 -0.6

2. find these lines for gravityInvertedCorrection
3. edit values to 0


ExtraBreast1L.gravityInvertedCorrection 0 0
ExtraBreast2L.gravityInvertedCorrection 0 0
ExtraBreast3L.gravityInvertedCorrection 0 0
ExtraBreast1R.gravityInvertedCorrection 0 0
ExtraBreast2R.gravityInvertedCorrection 0 0
ExtraBreast3R.gravityInvertedCorrection 0 0

like this





- I don't want breasts to be flat when run 

1. Open SKSE/Plugins/CBPConfig_3b.txt file

ExtraBreast1L.Yminoffset -0.8 -0.8
ExtraBreast2L.Yminoffset -0.8 -0.8
ExtraBreast3L.Yminoffset -0.8 -0.8

ExtraBreast1R.Yminoffset -0.8 -0.8
ExtraBreast2R.Yminoffset -0.8 -0.8
ExtraBreast3R.Yminoffset -0.8 -0.8

2. find these lines for Yminoffset
3. Increase values, but don't enter positive numbers




- I want to exchange movement of 0 weight and movement of 1 weight


1. Open SKSE/Plugins/CBPConfig_*.txt files about body part that you want to edit
2. Exchange values with each other in all parameters

LFrontThigh.stiffnessX 0.015 0.03
LFrontThigh.stiffnessY 0.015 0.03
LFrontThigh.stiffnessZ 0.015 0.03
LRearThigh.stiffnessX 0.015 0.03
LRearThigh.stiffnessY 0.015 0.03
LRearThigh.stiffnessZ 0.015 0.03
LRearCalf.stiffnessX 0.015 0.03
LRearCalf.stiffnessY 0.015 0.03
LRearCalf.stiffnessZ 0.015 0.03
...

edit this like next

LFrontThigh.stiffnessX 0.03 0.015
LFrontThigh.stiffnessY 0.03 0.015
LFrontThigh.stiffnessZ 0.03 0.015
LRearThigh.stiffnessX 0.03 0.015
LRearThigh.stiffnessY 0.03 0.015
LRearThigh.stiffnessZ 0.03 0.015
LRearCalf.stiffnessX 0.03 0.015
LRearCalf.stiffnessY 0.03 0.015
LRearCalf.stiffnessZ 0.03 0.015
...

you have to edit all values and edit all files for body part you want
if you want know files related to body part
Look at top of this article





- How do you weaken or disable Belly Bulge?

1. Open SKSE/Plugins/CBPCollisionConfig_Female.txt file

BellyBulge=2.0

2. find these lines and reduce values

if you want to weaken belly bulge, reduce BellyBulge value
if you want to disable belly bulge, edit BellyBulge value to 0




- How do you edit vagina physics with Pelvis collision?


1. Open SKSE/Plugins/CBPCollisionConfig_Female.txt file

VaginaOpeningMultiplier=3

2. find these line and reduce or increase this value

if you want to make less vagina open, reduce this value
if you want to make more vagina open, increase this value





- How do you edit vagina collision when directly collision not the Pelvis collision

1. Open SKSE/Plugins/CBPConfig_Vagina.txt file

VaginaB.collisionXmaxoffset 0.1
VaginaB.collisionXminoffset -0.1
VaginaB.collisionYmaxoffset 0.1
VaginaB.collisionYminoffset -100
VaginaB.collisionZmaxoffset 0.5
VaginaB.collisionZminoffset -0.5
VaginaB.collisionMultipler 3.5

Clit.collisionXmaxoffset 0.1
Clit.collisionXminoffset -0.1
Clit.collisionYmaxoffset 2.0
Clit.collisionYminoffset -0.5
Clit.collisionZmaxoffset 1.0
Clit.collisionZminoffset -1.0
Clit.collisionMultipler 3.0

LLabia.collisionXmaxoffset 0.1
LLabia.collisionXminoffset -100
LLabia.collisionYmaxoffset 0.5
LLabia.collisionYminoffset -0.5
LLabia.collisionZmaxoffset 0.5
LLabia.collisionZminoffset -0.5
LLabia.collisionMultipler 4.0

RLabia.collisionXmaxoffset 100
RLabia.collisionXminoffset -0.1
RLabia.collisionYmaxoffset 0.5
RLabia.collisionYminoffset -0.5
RLabia.collisionZmaxoffset 0.5
RLabia.collisionZminoffset -0.5
RLabia.collisionMultipler 4.0

2. find these lines and edit these values

collisionMultipler is similar to VaginaOpeningMultiplier in CBPCollisionConfig_Female.txt
collisionX/Y/Zmax/minoffset are similar to VaginaOpeningLimit in CBPCollisionConfig_Female.txt






- How do you edit the anus collision?


1. Open SKSE/Plugins/CBPCollisionConfig_Female.txt file

AnusOpeningMultiplier=3
AnusOpeningLimit=20.0

2. find these line and reduce or increase this value

if you want to make less anus open, reduce this value
if you want to make more anus open, increase this value





- How do you edit the anus collider position?


1. Open SKSE/Plugins/CBPCollisionConfig_Female.txt file

[Anal]
0,-6,-2,1.75 | 0,-6,-2,1.75

2. find these line and edit the position
CBPC - Physics with Collisions
You can refer to pdf guide on CBPC page
In this case, it is based on the position of the Anal node in the skeleton instead body/armor mesh






- How do you change belly bulge collision to directly collision instead of Spine1 collision

1. Open SKSE/Plugins/CBPCMasterConfig.txt file
That file is probably in CBPC mod

HDT Belly=Belly=IsFemale()

2. find this line and add "#" to prefix

#HDT Belly=Belly=IsFemale()
like this

3. then Open SKSE/Plugins/CBPCMasterConfig_3BA.txt file

HDT Belly=HDTBelly=IsFemale()

4. find this line and add "#" to prefix

#HDT Belly=HDTBelly=IsFemale()
like this




- How do you edit belly bulge collision when directly collision not the Spine1 collision

1.Open SKSE/Plugins/CBPConfig_belly.txt file

Belly.collisionMultipler 3.0 3.0

Belly.collisionXmaxoffset 0.5 0.5
Belly.collisionXminoffset -0.5 -0.5
Belly.collisionYmaxoffset 100 100
Belly.collisionYminoffset -0.5 -0.5
Belly.collisionZmaxoffset 1.0 1.0
Belly.collisionZminoffset -1.0 -1.0

2.  find these lines and edit these values

collisionMultipler is similar to BellyBulge in CBPCollisionConfig_Female.txt
collisionX/Y/Zmax/minoffset are similar to BellyBulgeMax in CBPCollisionConfig_Female.txt





- I want to edit breasts push up effect when wearing an armor or clothes


1. Open SKSE/Plugins/CBPConfig_3b_armor.txt file

ExtraBreast1L.breastClothedPushup 0.5 0.5
ExtraBreast2L.breastClothedPushup 0.5 0.5
ExtraBreast3L.breastClothedPushup 0.5 0.5
ExtraBreast1L.breastLightArmoredPushup 1.0 1.0
ExtraBreast2L.breastLightArmoredPushup 1.0 1.0
ExtraBreast3L.breastLightArmoredPushup 1.0 1.0
ExtraBreast1L.breastHeavyArmoredPushup 1.5 1.5
ExtraBreast2L.breastHeavyArmoredPushup 1.5 1.5
ExtraBreast3L.breastHeavyArmoredPushup 1.5 1.5

ExtraBreast1R.breastClothedPushup 0.5 0.5
ExtraBreast2R.breastClothedPushup 0.5 0.5
ExtraBreast3R.breastClothedPushup 0.5 0.5
ExtraBreast1R.breastLightArmoredPushup 1.0 1.0
ExtraBreast2R.breastLightArmoredPushup 1.0 1.0
ExtraBreast3R.breastLightArmoredPushup 1.0 1.0
ExtraBreast1R.breastHeavyArmoredPushup 1.5 1.5
ExtraBreast2R.breastHeavyArmoredPushup 1.5 1.5
ExtraBreast3R.breastHeavyArmoredPushup 1.5 1.5

2. find these lines and reduce or increase values 

ClothedPushup is push up effect when wearing clothes
LightArmoredPushup is push up effect when wearing Light armor
HeavyArmoredPushup is push up effect when wearing Heavy armor

If you increase this value, the push up effect becomes more
If you reduce this value, the push up effect becomes less





- I want to edit breasts bounce when wearing an armor or clothes

1. Open SKSE/Plugins/CBPConfig_3b_armor.txt file

ExtraBreast1L.breastClothedAmplitude 0.9 0.9
ExtraBreast2L.breastClothedAmplitude 0.9 0.9
ExtraBreast3L.breastClothedAmplitude 0.9 0.9
ExtraBreast1L.breastLightArmoredAmplitude 0.8 0.8
ExtraBreast2L.breastLightArmoredAmplitude 0.8 0.8
ExtraBreast3L.breastLightArmoredAmplitude 0.8 0.8
ExtraBreast1L.breastHeavyArmoredAmplitude 0.7 0.7
ExtraBreast2L.breastHeavyArmoredAmplitude 0.7 0.7
ExtraBreast3L.breastHeavyArmoredAmplitude 0.7 0.7

ExtraBreast1R.breastClothedAmplitude 0.9 0.9
ExtraBreast2R.breastClothedAmplitude 0.9 0.9
ExtraBreast3R.breastClothedAmplitude 0.9 0.9
ExtraBreast1R.breastLightArmoredAmplitude 0.8 0.8
ExtraBreast2R.breastLightArmoredAmplitude 0.8 0.8
ExtraBreast3R.breastLightArmoredAmplitude 0.8 0.8
ExtraBreast1R.breastHeavyArmoredAmplitude 0.7 0.7
ExtraBreast2R.breastHeavyArmoredAmplitude 0.7 0.7
ExtraBreast3R.breastHeavyArmoredAmplitude 0.7 0.7

2. find these lines and reduce or increase values from 0 to 1

ClothedAmplitude is breasts movement when wearing clothes
LightArmoredAmplitude is breasts movement when wearing Light armor
HeavyArmoredAmplitude is breasts movement when wearing Heavy armor

If you increase this values, breasts movement becomes like nude
If you reduce this values, breasts movement becomes less




- I want to reduce bounce

This is for those who are not confident to edit all parametersso It might not be good for all situations
1. Open SKSE/Plugins/CBPConfig_*Amplitude.txt files about body part that you want to edit 

ExtraBreast1L.amplitude 1 1
ExtraBreast2L.amplitude 1 1
ExtraBreast3L.amplitude 1 1
ExtraBreast1R.amplitude 1 1
ExtraBreast2R.amplitude 1 1
ExtraBreast3R.amplitude 1 1

RBreast.amplitude 1 1
LBreast.amplitude 1 1

Breast.amplitude 1 1

2. find these lines for amplitude like this
3. reduce values

if you want know files related to body part
Look at top of this article




How do you edit spread of breasts to less?

This is for those who are not confident to edit all parameters
so It might not be good for some cases
1.Open SKSE/Plugins/CBPConfig_3b.txt file

ExtraBreast1L.rotationalZ -0.0665 -0.0665
ExtraBreast2L.rotationalZ -0.1021 -0.1021
ExtraBreast3L.rotationalZ -0.0878 -0.0878

ExtraBreast1R.rotationalZ 0.0665 0.0665
ExtraBreast2R.rotationalZ 0.1021 0.1021
ExtraBreast3R.rotationalZ 0.0878 0.0878

2. find these lines for rotationalZ


3. if that value for L, increase values
    if that value for R, reduce values

ExtraBreast1L.rotationalZ -0.0665 -0.0665
ExtraBreast2L.rotationalZ -0.1021 -0.1021
ExtraBreast3L.rotationalZ -0.0878 -0.0878

so this values, have to increase values


ExtraBreast1R.rotationalZ 0.0665 0.0665
ExtraBreast2R.rotationalZ 0.1021 0.1021
ExtraBreast3R.rotationalZ 0.0878 0.0878
 
and this values, have to reduce values

and values other than negative and positive must be symmetrical




- How do you reduce strange bounce when colliding?

1. Open SKSE/Plugins/CBPConfig_3b.txt

ExtraBreast1L.collisionFriction 0.02 0.02
ExtraBreast2L.collisionFriction 0.02 0.02
ExtraBreast3L.collisionFriction 0.02 0.02
ExtraBreast1R.collisionFriction 0.02 0.02
ExtraBreast2R.collisionFriction 0.02 0.02
ExtraBreast3R.collisionFriction 0.02 0.02


2. find thes lines for collisionFriction

3. increase these values
You can increase up to 1.0, but i don't recommend 1.0

ExtraBreast1L.collisionFriction 0.2 0.2
ExtraBreast2L.collisionFriction 0.2 0.2
ExtraBreast3L.collisionFriction 0.2 0.2
ExtraBreast1R.collisionFriction 0.2 0.2
ExtraBreast2R.collisionFriction 0.2 0.2
ExtraBreast3R.collisionFriction 0.2 0.2

Don't copy it and just find the value you like






SMP


The description of SMP config files for edit

3BBB-Amazing.xml
- SMP Physics file for player when toggled to SMP Mode

Outfits/3BCA-A-Amazing.xml
- SMP Physics file for NPC when toggled to SMP Mode with Acup

Outfits/3BCA-B-Amazing.xml
- SMP Physics file for NPC when toggled to SMP Mode with Bcup

Outfits/3BCA-C-Amazing.xml
- SMP Physics file for NPC when toggled to SMP Mode with Ccup

Outfits/3BCA-D-Amazing.xml
- SMP Physics file for NPC when toggled to SMP Mode with Dcup


These files are in the SKSE\Plugins\hdtSkinnedMeshConfigs path





- How do you fix that legs are shaking infinitely

Are you using Karonar1's SMP? (hdtSMP64/hdtSMP64 at master · Karonar1/hdtSMP64 (github.com))

if so, uninstall that Karonar's SMP
then install the Aers' HDT SMP or Faster HDT SMP





- How do you increase sensitivity of collision? 

1. open the xml file you want (Look at the description of above about file)


<per-triangle-shape name="3BCA_Hand">
<margin>0.01</margin>
<penetration>0.4</penetration>

2. Find the lines related to margin or penetration

The shape name="3BCA_Hand" part  
It literally means a collision related to Hand

3. increase or reduce margin or penetration values

if increase margin, the collision reacts even if less close
if reduce margin, for collision reacts, need more close

if increase penetration, the collision effect is stronger when collision reacted
if reduce penetration, the collision effect is less when collision reacted 





How do you use SMP for anus?
In general, Anus can be opened only for animations made from XPMSSE 4.6x or higher
This means that only animations made later than this body mod can be anus open
But there are still many people who use old animations, so there are many people who haven't see it

It's usually recommended to open anus through animation
Nevertheless for some users, I already made it from v2.00 (If edit a bit, so that can use it)
But there's only one person who figured this out lol

Recommendations
When install XPMSSE, you have to select "Physics Extension Old 4.51V" and install that 

This is not required, but it is better to do this to reduce any bugs

Have to do
1. open xml file your want (about file kind, look at the above)


<bone name="NPC RT Anus2"/>
<bone name="NPC LT Anus2"/>
<bone name="NPC RB Anus2"/>
<bone name="NPC LB Anus2"/>
<bone name="NPC Anus Deep2"/>


2. edit these lines like next (add <!-- and -->)

<!--
<bone name="NPC RT Anus2"/>
<bone name="NPC LT Anus2"/>
<bone name="NPC RB Anus2"/>
<bone name="NPC LB Anus2"/>
<bone name="NPC Anus Deep2"/>
-->
 
3. then scroll down and find the next section
Spoiler:  
Show

<!--
<bone name="NPC LT Anus2">
<mass>0.01</mass>
<inertia x="14" y="14" z="14"/>
<centerOfMassTransform>
<basis x="0" y="0" z="0" w="1"/>
<origin x="0" y="0" z="0"/>
</centerOfMassTransform>
<linearDamping>0</linearDamping>
<angularDamping>0</angularDamping>
<friction>0.6</friction>
<gravity-factor>0.0</gravity-factor>
<rollingFriction>0</rollingFriction>
<restitution>0.2</restitution>
<margin-multiplier>0.25</margin-multiplier>
</bone>
<bone name="NPC LT Anus1">
<mass>0.00000</mass>
<inertia x="0" y="0" z="0"/>
<centerOfMassTransform>
<basis x="0" y="0" z="0" w="1"/>
<origin x="0" y="0" z="0"/>
</centerOfMassTransform>
<linearDamping>0</linearDamping>
<angularDamping>0</angularDamping>
<friction>0</friction>
<gravity-factor>0.0</gravity-factor>
<rollingFriction>0</rollingFriction>
<restitution>0</restitution>
</bone>

<bone name="NPC RT Anus2">
<mass>0.01</mass>
<inertia x="14" y="14" z="14"/>
<centerOfMassTransform>
<basis x="0" y="0" z="0" w="1"/>
<origin x="0" y="0" z="0"/>
</centerOfMassTransform>
<linearDamping>0</linearDamping>
<angularDamping>0</angularDamping>
<friction>0.6</friction>
<gravity-factor>0.0</gravity-factor>
<rollingFriction>0</rollingFriction>
<restitution>0.2</restitution>
<margin-multiplier>0.25</margin-multiplier>
</bone>
<bone name="NPC RT Anus1">
<mass>0.00000</mass>
<inertia x="0" y="0" z="0"/>
<centerOfMassTransform>
<basis x="0" y="0" z="0" w="1"/>
<origin x="0" y="0" z="0"/>
</centerOfMassTransform>
<linearDamping>0</linearDamping>
<angularDamping>0</angularDamping>
<friction>0</friction>
<gravity-factor>0.0</gravity-factor>
<rollingFriction>0</rollingFriction>
<restitution>0</restitution>
</bone>
<bone name="NPC LB Anus2">
<mass>0.01</mass>
<inertia x="14" y="14" z="14"/>
<centerOfMassTransform>
<basis x="0" y="0" z="0" w="1"/>
<origin x="0" y="0" z="0"/>
</centerOfMassTransform>
<linearDamping>0</linearDamping>
<angularDamping>0</angularDamping>
<friction>0.6</friction>
<gravity-factor>0.0</gravity-factor>
<rollingFriction>0</rollingFriction>
<restitution>0.2</restitution>
<margin-multiplier>0.25</margin-multiplier>
</bone>
<bone name="NPC LB Anus1">
<mass>0.00000</mass>
<inertia x="0" y="0" z="0"/>
<centerOfMassTransform>
<basis x="0" y="0" z="0" w="1"/>
<origin x="0" y="0" z="0"/>
</centerOfMassTransform>
<linearDamping>0</linearDamping>
<angularDamping>0</angularDamping>
<friction>0</friction>
<gravity-factor>0.0</gravity-factor>
<rollingFriction>0</rollingFriction>
<restitution>0</restitution>
</bone>
<bone name="NPC RB Anus2">
<mass>0.01</mass>
<inertia x="14" y="14" z="14"/>
<centerOfMassTransform>
<basis x="0" y="0" z="0" w="1"/>
<origin x="0" y="0" z="0"/>
</centerOfMassTransform>
<linearDamping>0</linearDamping>
<angularDamping>0</angularDamping>
<friction>0.6</friction>
<gravity-factor>0.0</gravity-factor>
<rollingFriction>0</rollingFriction>
<restitution>0.2</restitution>
<margin-multiplier>0.25</margin-multiplier>
</bone>
<bone name="NPC RB Anus1">
<mass>0.00000</mass>
<inertia x="0" y="0" z="0"/>
<centerOfMassTransform>
<basis x="0" y="0" z="0" w="1"/>
<origin x="0" y="0" z="0"/>
</centerOfMassTransform>
<linearDamping>0</linearDamping>
<angularDamping>0</angularDamping>
<friction>0</friction>
<gravity-factor>0.0</gravity-factor>
<rollingFriction>0</rollingFriction>
<restitution>0</restitution>
</bone>
<generic-constraint bodyA="NPC RT Anus2" bodyB="NPC RT Anus1">
<frameInB>
<basis x="0" y="0" z="0" w="1"/>
<origin x="0" y="0" z="0"/>
</frameInB>
<useLinearReferenceFrameA>false</useLinearReferenceFrameA>
<linearLowerLimit x="0" y="0" z="-8"/>  
<linearUpperLimit x="0" y="12" z="0"/>
<angularLowerLimit x="0" y="0" z="0"/>
<angularUpperLimit x="0" y="0" z="0"/>
<linearStiffness x="600" y="600" z="600"/>
<angularStiffness x="600" y="600" z="600"/>
<linearDamping x="999" y="999" z="999"/>
<angularDamping x="999" y="999" z="999"/>
<linearEquilibrium x="0" y="2" z="0"/>
<angularEquilibrium x="0" y="0" z="0"/>
</generic-constraint>
<generic-constraint bodyA="NPC LT Anus2" bodyB="NPC LT Anus1">
<frameInB>
<basis x="0" y="0" z="0" w="1"/>
<origin x="0" y="0" z="0"/>
</frameInB>
<useLinearReferenceFrameA>false</useLinearReferenceFrameA>
<linearLowerLimit x="0" y="-12" z="0"/>
<linearUpperLimit x="0" y="0" z="0"/>
<angularLowerLimit x="0" y="0" z="0"/>
<angularUpperLimit x="0" y="0" z="0"/>
<linearStiffness x="600" y="600" z="600"/>
<angularStiffness x="600" y="600" z="600"/>
<linearDamping x="999" y="999" z="999"/>
<angularDamping x="999" y="999" z="999"/>
<linearEquilibrium x="0" y="-2" z="0"/>
<angularEquilibrium x="0" y="0" z="0"/>
</generic-constraint>
<generic-constraint bodyA="NPC RB Anus2" bodyB="NPC RB Anus1">
<frameInB>
<basis x="0" y="0" z="0" w="1"/>
<origin x="0" y="0" z="0"/>
</frameInB>
<useLinearReferenceFrameA>false</useLinearReferenceFrameA>
<linearLowerLimit x="-12" y="0" z="0"/>
<linearUpperLimit x="0" y="0" z="5"/>
<angularLowerLimit x="0" y="0" z="0"/>
<angularUpperLimit x="0" y="0" z="0"/>
<linearStiffness x="600" y="600" z="600"/>
<angularStiffness x="600" y="600" z="600"/>
<linearDamping x="999" y="999" z="999"/>
<angularDamping x="999" y="999" z="999"/>
<linearEquilibrium x="-1" y="0" z="0"/>
<angularEquilibrium x="0" y="0" z="0"/>
</generic-constraint>
<generic-constraint bodyA="NPC LB Anus2" bodyB="NPC LB Anus1">
<frameInB>
<basis x="0" y="0" z="0" w="1"/>
<origin x="0" y="0" z="0"/>
</frameInB>
<useLinearReferenceFrameA>false</useLinearReferenceFrameA>
<linearLowerLimit x="0" y="0" z="0"/>
<linearUpperLimit x="12" y="0" z="5"/>
<angularLowerLimit x="0" y="0" z="0"/>
<angularUpperLimit x="0" y="0" z="0"/>
<linearStiffness x="600" y="600" z="600"/>
<angularStiffness x="600" y="600" z="600"/>
<linearDamping x="999" y="999" z="999"/>
<angularDamping x="999" y="999" z="999"/>
<linearEquilibrium x="1" y="0" z="0"/>
<angularEquilibrium x="0" y="0" z="0"/>
</generic-constraint>

<bone name="NPC Anus Deep2">
<mass>0.01</mass>
<inertia x="14" y="14" z="14"/>
<centerOfMassTransform>
<basis x="0" y="0" z="0" w="1"/>
<origin x="0" y="0" z="0"/>
</centerOfMassTransform>
<linearDamping>0</linearDamping>
<angularDamping>0</angularDamping>
<friction>0.8</friction>
<rollingFriction>0</rollingFriction>
<restitution>0.5</restitution>
</bone>
<bone name="NPC Anus Deep1">
<mass>0.00000</mass>
<inertia x="0" y="0" z="0"/>
<centerOfMassTransform>
<basis x="0" y="0" z="0" w="1"/>
<origin x="0" y="0" z="0"/>
</centerOfMassTransform>
<linearDamping>0</linearDamping>
<angularDamping>0</angularDamping>
<friction>0</friction>
<rollingFriction>0</rollingFriction>
<restitution>0</restitution>
</bone>
<generic-constraint bodyA="NPC Anus Deep2" bodyB="NPC Anus Deep1">
<frameInB>
<basis x="0" y="0" z="0" w="1"/>
<origin x="0" y="0" z="0"/>
</frameInB>
<useLinearReferenceFrameA>false</useLinearReferenceFrameA>
<linearLowerLimit x="0" y="0" z="0"/>
<linearUpperLimit x="0" y="0" z="0"/>
<angularLowerLimit x="0" y="0" z="0"/>
<angularUpperLimit x="0" y="0" z="0"/>
<linearStiffness x="400" y="200" z="400"/>
<angularStiffness x="0" y="0" z="0"/>
<linearDamping x="20" y="20" z="20"/>
<angularDamping x="999" y="999" z="999"/>
<linearEquilibrium x="0" y="0" z="0"/>
<angularEquilibrium x="0" y="0" z="0"/>
</generic-constraint>
-->


4. edit theselines like next (remove <!-- and -->)
Spoiler:  
Show


<bone name="NPC LT Anus2">
<mass>0.01</mass>
<inertia x="14" y="14" z="14"/>
<centerOfMassTransform>
<basis x="0" y="0" z="0" w="1"/>
<origin x="0" y="0" z="0"/>
</centerOfMassTransform>
<linearDamping>0</linearDamping>
<angularDamping>0</angularDamping>
<friction>0.6</friction>
<gravity-factor>0.0</gravity-factor>
<rollingFriction>0</rollingFriction>
<restitution>0.2</restitution>
<margin-multiplier>0.25</margin-multiplier>
</bone>
<bone name="NPC LT Anus1">
<mass>0.00000</mass>
<inertia x="0" y="0" z="0"/>
<centerOfMassTransform>
<basis x="0" y="0" z="0" w="1"/>
<origin x="0" y="0" z="0"/>
</centerOfMassTransform>
<linearDamping>0</linearDamping>
<angularDamping>0</angularDamping>
<friction>0</friction>
<gravity-factor>0.0</gravity-factor>
<rollingFriction>0</rollingFriction>
<restitution>0</restitution>
</bone>

<bone name="NPC RT Anus2">
<mass>0.01</mass>
<inertia x="14" y="14" z="14"/>
<centerOfMassTransform>
<basis x="0" y="0" z="0" w="1"/>
<origin x="0" y="0" z="0"/>
</centerOfMassTransform>
<linearDamping>0</linearDamping>
<angularDamping>0</angularDamping>
<friction>0.6</friction>
<gravity-factor>0.0</gravity-factor>
<rollingFriction>0</rollingFriction>
<restitution>0.2</restitution>
<margin-multiplier>0.25</margin-multiplier>
</bone>
<bone name="NPC RT Anus1">
<mass>0.00000</mass>
<inertia x="0" y="0" z="0"/>
<centerOfMassTransform>
<basis x="0" y="0" z="0" w="1"/>
<origin x="0" y="0" z="0"/>
</centerOfMassTransform>
<linearDamping>0</linearDamping>
<angularDamping>0</angularDamping>
<friction>0</friction>
<gravity-factor>0.0</gravity-factor>
<rollingFriction>0</rollingFriction>
<restitution>0</restitution>
</bone>
<bone name="NPC LB Anus2">
<mass>0.01</mass>
<inertia x="14" y="14" z="14"/>
<centerOfMassTransform>
<basis x="0" y="0" z="0" w="1"/>
<origin x="0" y="0" z="0"/>
</centerOfMassTransform>
<linearDamping>0</linearDamping>
<angularDamping>0</angularDamping>
<friction>0.6</friction>
<gravity-factor>0.0</gravity-factor>
<rollingFriction>0</rollingFriction>
<restitution>0.2</restitution>
<margin-multiplier>0.25</margin-multiplier>
</bone>
<bone name="NPC LB Anus1">
<mass>0.00000</mass>
<inertia x="0" y="0" z="0"/>
<centerOfMassTransform>
<basis x="0" y="0" z="0" w="1"/>
<origin x="0" y="0" z="0"/>
</centerOfMassTransform>
<linearDamping>0</linearDamping>
<angularDamping>0</angularDamping>
<friction>0</friction>
<gravity-factor>0.0</gravity-factor>
<rollingFriction>0</rollingFriction>
<restitution>0</restitution>
</bone>
<bone name="NPC RB Anus2">
<mass>0.01</mass>
<inertia x="14" y="14" z="14"/>
<centerOfMassTransform>
<basis x="0" y="0" z="0" w="1"/>
<origin x="0" y="0" z="0"/>
</centerOfMassTransform>
<linearDamping>0</linearDamping>
<angularDamping>0</angularDamping>
<friction>0.6</friction>
<gravity-factor>0.0</gravity-factor>
<rollingFriction>0</rollingFriction>
<restitution>0.2</restitution>
<margin-multiplier>0.25</margin-multiplier>
</bone>
<bone name="NPC RB Anus1">
<mass>0.00000</mass>
<inertia x="0" y="0" z="0"/>
<centerOfMassTransform>
<basis x="0" y="0" z="0" w="1"/>
<origin x="0" y="0" z="0"/>
</centerOfMassTransform>
<linearDamping>0</linearDamping>
<angularDamping>0</angularDamping>
<friction>0</friction>
<gravity-factor>0.0</gravity-factor>
<rollingFriction>0</rollingFriction>
<restitution>0</restitution>
</bone>
<generic-constraint bodyA="NPC RT Anus2" bodyB="NPC RT Anus1">
<frameInB>
<basis x="0" y="0" z="0" w="1"/>
<origin x="0" y="0" z="0"/>
</frameInB>
<useLinearReferenceFrameA>false</useLinearReferenceFrameA>
<linearLowerLimit x="0" y="0" z="-8"/>  
<linearUpperLimit x="0" y="12" z="0"/>
<angularLowerLimit x="0" y="0" z="0"/>
<angularUpperLimit x="0" y="0" z="0"/>
<linearStiffness x="600" y="600" z="600"/>
<angularStiffness x="600" y="600" z="600"/>
<linearDamping x="999" y="999" z="999"/>
<angularDamping x="999" y="999" z="999"/>
<linearEquilibrium x="0" y="2" z="0"/>
<angularEquilibrium x="0" y="0" z="0"/>
</generic-constraint>
<generic-constraint bodyA="NPC LT Anus2" bodyB="NPC LT Anus1">
<frameInB>
<basis x="0" y="0" z="0" w="1"/>
<origin x="0" y="0" z="0"/>
</frameInB>
<useLinearReferenceFrameA>false</useLinearReferenceFrameA>
<linearLowerLimit x="0" y="-12" z="0"/>
<linearUpperLimit x="0" y="0" z="0"/>
<angularLowerLimit x="0" y="0" z="0"/>
<angularUpperLimit x="0" y="0" z="0"/>
<linearStiffness x="600" y="600" z="600"/>
<angularStiffness x="600" y="600" z="600"/>
<linearDamping x="999" y="999" z="999"/>
<angularDamping x="999" y="999" z="999"/>
<linearEquilibrium x="0" y="-2" z="0"/>
<angularEquilibrium x="0" y="0" z="0"/>
</generic-constraint>
<generic-constraint bodyA="NPC RB Anus2" bodyB="NPC RB Anus1">
<frameInB>
<basis x="0" y="0" z="0" w="1"/>
<origin x="0" y="0" z="0"/>
</frameInB>
<useLinearReferenceFrameA>false</useLinearReferenceFrameA>
<linearLowerLimit x="-12" y="0" z="0"/>
<linearUpperLimit x="0" y="0" z="5"/>
<angularLowerLimit x="0" y="0" z="0"/>
<angularUpperLimit x="0" y="0" z="0"/>
<linearStiffness x="600" y="600" z="600"/>
<angularStiffness x="600" y="600" z="600"/>
<linearDamping x="999" y="999" z="999"/>
<angularDamping x="999" y="999" z="999"/>
<linearEquilibrium x="-1" y="0" z="0"/>
<angularEquilibrium x="0" y="0" z="0"/>
</generic-constraint>
<generic-constraint bodyA="NPC LB Anus2" bodyB="NPC LB Anus1">
<frameInB>
<basis x="0" y="0" z="0" w="1"/>
<origin x="0" y="0" z="0"/>
</frameInB>
<useLinearReferenceFrameA>false</useLinearReferenceFrameA>
<linearLowerLimit x="0" y="0" z="0"/>
<linearUpperLimit x="12" y="0" z="5"/>
<angularLowerLimit x="0" y="0" z="0"/>
<angularUpperLimit x="0" y="0" z="0"/>
<linearStiffness x="600" y="600" z="600"/>
<angularStiffness x="600" y="600" z="600"/>
<linearDamping x="999" y="999" z="999"/>
<angularDamping x="999" y="999" z="999"/>
<linearEquilibrium x="1" y="0" z="0"/>
<angularEquilibrium x="0" y="0" z="0"/>
</generic-constraint>

<bone name="NPC Anus Deep2">
<mass>0.01</mass>
<inertia x="14" y="14" z="14"/>
<centerOfMassTransform>
<basis x="0" y="0" z="0" w="1"/>
<origin x="0" y="0" z="0"/>
</centerOfMassTransform>
<linearDamping>0</linearDamping>
<angularDamping>0</angularDamping>
<friction>0.8</friction>
<rollingFriction>0</rollingFriction>
<restitution>0.5</restitution>
</bone>
<bone name="NPC Anus Deep1">
<mass>0.00000</mass>
<inertia x="0" y="0" z="0"/>
<centerOfMassTransform>
<basis x="0" y="0" z="0" w="1"/>
<origin x="0" y="0" z="0"/>
</centerOfMassTransform>
<linearDamping>0</linearDamping>
<angularDamping>0</angularDamping>
<friction>0</friction>
<rollingFriction>0</rollingFriction>
<restitution>0</restitution>
</bone>
<generic-constraint bodyA="NPC Anus Deep2" bodyB="NPC Anus Deep1">
<frameInB>
<basis x="0" y="0" z="0" w="1"/>
<origin x="0" y="0" z="0"/>
</frameInB>
<useLinearReferenceFrameA>false</useLinearReferenceFrameA>
<linearLowerLimit x="0" y="0" z="0"/>
<linearUpperLimit x="0" y="0" z="0"/>
<angularLowerLimit x="0" y="0" z="0"/>
<angularUpperLimit x="0" y="0" z="0"/>
<linearStiffness x="400" y="200" z="400"/>
<angularStiffness x="0" y="0" z="0"/>
<linearDamping x="20" y="20" z="20"/>
<angularDamping x="999" y="999" z="999"/>
<linearEquilibrium x="0" y="0" z="0"/>
<angularEquilibrium x="0" y="0" z="0"/>
</generic-constraint>



5. then scroll down and find the next section
Spoiler:  
Show

<!--
<per-triangle-shape name="3BCA_Anus">
<margin>0.05</margin>
<shared>public</shared>
<tag>3BCA_Anus</tag>
<no-collide-with-tag>body</no-collide-with-tag>
<no-collide-with-tag>Labia</no-collide-with-tag>
<no-collide-with-tag>Lbreast</no-collide-with-tag>
<no-collide-with-tag>Rbreast</no-collide-with-tag>
<no-collide-with-tag>Belly</no-collide-with-tag>
<no-collide-with-tag>3BCA_B</no-collide-with-tag>
<no-collide-with-tag>3BCA_L</no-collide-with-tag>
<no-collide-with-tag>3BCA_V</no-collide-with-tag>
<no-collide-with-tag>3BCA_A</no-collide-with-tag>
<no-collide-with-tag>3BCA_C</no-collide-with-tag>
<no-collide-with-tag>3BCA_Anus</no-collide-with-tag>

<no-collide-with-tag>VirtualBreasts</no-collide-with-tag>
<no-collide-with-tag>VirtualArms</no-collide-with-tag>
<no-collide-with-tag>VirtualLegs</no-collide-with-tag>
<no-collide-with-tag>VirtualHead</no-collide-with-tag>
<no-collide-with-tag>VirtualButt</no-collide-with-tag>
<no-collide-with-tag>VirtualVagina</no-collide-with-tag>
<no-collide-with-tag>VirtualHands</no-collide-with-tag>

<no-collide-with-tag>aa1</no-collide-with-tag>
<no-collide-with-tag>aa2</no-collide-with-tag>
<no-collide-with-tag>aa3</no-collide-with-tag>
<no-collide-with-tag>aa4</no-collide-with-tag>
<no-collide-with-tag>aa5</no-collide-with-tag>
<no-collide-with-tag>bb1</no-collide-with-tag>
<no-collide-with-tag>bb2</no-collide-with-tag>
<no-collide-with-tag>bb3</no-collide-with-tag>
<no-collide-with-tag>bb4</no-collide-with-tag>
<no-collide-with-tag>bb5</no-collide-with-tag>
<no-collide-with-tag>e1</no-collide-with-tag>
<no-collide-with-tag>e2</no-collide-with-tag>
<no-collide-with-tag>e3</no-collide-with-tag>
<no-collide-with-tag>e4</no-collide-with-tag>
<no-collide-with-tag>e5</no-collide-with-tag>
<no-collide-with-tag>e6</no-collide-with-tag>
<no-collide-with-tag>e7</no-collide-with-tag>
<no-collide-with-tag>e8</no-collide-with-tag>
<no-collide-with-tag>e9</no-collide-with-tag>
<no-collide-with-tag>h1</no-collide-with-tag>
<no-collide-with-tag>h2</no-collide-with-tag>
<no-collide-with-tag>h3</no-collide-with-tag>
<no-collide-with-tag>h4</no-collide-with-tag>
<no-collide-with-tag>h5</no-collide-with-tag>
<no-collide-with-tag>h6</no-collide-with-tag>
<no-collide-with-tag>h7</no-collide-with-tag>
<no-collide-with-tag>h8</no-collide-with-tag>
<no-collide-with-tag>h9</no-collide-with-tag>
<no-collide-with-tag>m1</no-collide-with-tag>
<no-collide-with-tag>m2</no-collide-with-tag>
<no-collide-with-tag>m3</no-collide-with-tag>
<no-collide-with-tag>m4</no-collide-with-tag>
<no-collide-with-tag>m5</no-collide-with-tag>
<no-collide-with-tag>m6</no-collide-with-tag>
<no-collide-with-tag>m7</no-collide-with-tag>
<no-collide-with-tag>m8</no-collide-with-tag>
<no-collide-with-tag>m9</no-collide-with-tag>
<no-collide-with-tag>vbd</no-collide-with-tag>
<no-collide-with-tag>skirt</no-collide-with-tag>
<no-collide-with-tag>cloth</no-collide-with-tag>
<no-collide-with-tag>dress</no-collide-with-tag>
<no-collide-with-tag>body1</no-collide-with-tag>
<no-collide-with-tag>body2</no-collide-with-tag>
        <no-collide-with-tag>body3</no-collide-with-tag>
<no-collide-with-tag>body4</no-collide-with-tag>
<no-collide-with-tag>body5</no-collide-with-tag>
        <no-collide-with-tag>body6</no-collide-with-tag>
<no-collide-with-tag>body7</no-collide-with-tag>
<no-collide-with-tag>body8</no-collide-with-tag>
<no-collide-with-tag>body9</no-collide-with-tag>
<no-collide-with-tag>vbody</no-collide-with-tag>
<no-collide-with-tag>Vbody</no-collide-with-tag>
<no-collide-with-tag>VBody</no-collide-with-tag>
<no-collide-with-tag>VBD</no-collide-with-tag>
<no-collide-with-tag>VB</no-collide-with-tag>
<no-collide-with-tag>vb</no-collide-with-tag>
<no-collide-with-tag>BD</no-collide-with-tag>
<no-collide-with-tag>HD</no-collide-with-tag>
</per-triangle-shape>
-->

 

6. edit these lines like next (remove <!-- and -->)
Spoiler:  
Show


<per-triangle-shape name="3BCA_Anus">
<margin>0.05</margin>
<shared>public</shared>
<tag>3BCA_Anus</tag>
<no-collide-with-tag>body</no-collide-with-tag>
<no-collide-with-tag>Labia</no-collide-with-tag>
<no-collide-with-tag>Lbreast</no-collide-with-tag>
<no-collide-with-tag>Rbreast</no-collide-with-tag>
<no-collide-with-tag>Belly</no-collide-with-tag>
<no-collide-with-tag>3BCA_B</no-collide-with-tag>
<no-collide-with-tag>3BCA_L</no-collide-with-tag>
<no-collide-with-tag>3BCA_V</no-collide-with-tag>
<no-collide-with-tag>3BCA_A</no-collide-with-tag>
<no-collide-with-tag>3BCA_C</no-collide-with-tag>
<no-collide-with-tag>3BCA_Anus</no-collide-with-tag>

<no-collide-with-tag>VirtualBreasts</no-collide-with-tag>
<no-collide-with-tag>VirtualArms</no-collide-with-tag>
<no-collide-with-tag>VirtualLegs</no-collide-with-tag>
<no-collide-with-tag>VirtualHead</no-collide-with-tag>
<no-collide-with-tag>VirtualButt</no-collide-with-tag>
<no-collide-with-tag>VirtualVagina</no-collide-with-tag>
<no-collide-with-tag>VirtualHands</no-collide-with-tag>

<no-collide-with-tag>aa1</no-collide-with-tag>
<no-collide-with-tag>aa2</no-collide-with-tag>
<no-collide-with-tag>aa3</no-collide-with-tag>
<no-collide-with-tag>aa4</no-collide-with-tag>
<no-collide-with-tag>aa5</no-collide-with-tag>
<no-collide-with-tag>bb1</no-collide-with-tag>
<no-collide-with-tag>bb2</no-collide-with-tag>
<no-collide-with-tag>bb3</no-collide-with-tag>
<no-collide-with-tag>bb4</no-collide-with-tag>
<no-collide-with-tag>bb5</no-collide-with-tag>
<no-collide-with-tag>e1</no-collide-with-tag>
<no-collide-with-tag>e2</no-collide-with-tag>
<no-collide-with-tag>e3</no-collide-with-tag>
<no-collide-with-tag>e4</no-collide-with-tag>
<no-collide-with-tag>e5</no-collide-with-tag>
<no-collide-with-tag>e6</no-collide-with-tag>
<no-collide-with-tag>e7</no-collide-with-tag>
<no-collide-with-tag>e8</no-collide-with-tag>
<no-collide-with-tag>e9</no-collide-with-tag>
<no-collide-with-tag>h1</no-collide-with-tag>
<no-collide-with-tag>h2</no-collide-with-tag>
<no-collide-with-tag>h3</no-collide-with-tag>
<no-collide-with-tag>h4</no-collide-with-tag>
<no-collide-with-tag>h5</no-collide-with-tag>
<no-collide-with-tag>h6</no-collide-with-tag>
<no-collide-with-tag>h7</no-collide-with-tag>
<no-collide-with-tag>h8</no-collide-with-tag>
<no-collide-with-tag>h9</no-collide-with-tag>
<no-collide-with-tag>m1</no-collide-with-tag>
<no-collide-with-tag>m2</no-collide-with-tag>
<no-collide-with-tag>m3</no-collide-with-tag>
<no-collide-with-tag>m4</no-collide-with-tag>
<no-collide-with-tag>m5</no-collide-with-tag>
<no-collide-with-tag>m6</no-collide-with-tag>
<no-collide-with-tag>m7</no-collide-with-tag>
<no-collide-with-tag>m8</no-collide-with-tag>
<no-collide-with-tag>m9</no-collide-with-tag>
<no-collide-with-tag>vbd</no-collide-with-tag>
<no-collide-with-tag>skirt</no-collide-with-tag>
<no-collide-with-tag>cloth</no-collide-with-tag>
<no-collide-with-tag>dress</no-collide-with-tag>
<no-collide-with-tag>body1</no-collide-with-tag>
<no-collide-with-tag>body2</no-collide-with-tag>
        <no-collide-with-tag>body3</no-collide-with-tag>
<no-collide-with-tag>body4</no-collide-with-tag>
<no-collide-with-tag>body5</no-collide-with-tag>
        <no-collide-with-tag>body6</no-collide-with-tag>
<no-collide-with-tag>body7</no-collide-with-tag>
<no-collide-with-tag>body8</no-collide-with-tag>
<no-collide-with-tag>body9</no-collide-with-tag>
<no-collide-with-tag>vbody</no-collide-with-tag>
<no-collide-with-tag>Vbody</no-collide-with-tag>
<no-collide-with-tag>VBody</no-collide-with-tag>
<no-collide-with-tag>VBD</no-collide-with-tag>
<no-collide-with-tag>VB</no-collide-with-tag>
<no-collide-with-tag>vb</no-collide-with-tag>
<no-collide-with-tag>BD</no-collide-with-tag>
<no-collide-with-tag>HD</no-collide-with-tag>
</per-triangle-shape>



7. then save the file

There are a lot of lines that you need to look for find
But have to edit lines are very little









SMP is difficult to edit because all values are organically intertwined
So there's no "TIP" to get close to what you want to physics by simply editing

But there are a lot of example files that you can see around you, so you just have to try

Article information

Added on

Edited on

Written by

Acro748

30 comments

  1. neganlover
    neganlover
    • member
    • 0 kudos
    I have the problem that when I bend over, my breasts disappear into my stomach and are not pushed up.With which parameter can I set this?
  2. acheans
    acheans
    • premium
    • 270 kudos
    If anybody sees this and has solved this - I'm trying to disable belly bulge collisions, but I don't have a CBPCollisionConfig_female file, only CBPCollisionConfig. It does have a belly bulge line, but adjusting this value to anything, or 0, changes nothing. Trying to depress belly amplitude in CBPConfig also changes nothing. I'm really not sure where to go from here, so any pointers would be appreciated.

    Edit: Solved quickly. If you're using MO2 and struggling like I was, remember to use your Data tab in the MO2 workspace, not the CBPC directory itself. You will find the correct collision configs there.
    1. EddieNX89
      EddieNX89
      • supporter
      • 43 kudos
      That's because the xml comes from 3ba probably. And in turn that one can be overwritten by the 3ba physics reinstaller.
      Check modlist for overwrites and edit the one that wins. Checking Data works too but it should already be notable by looking at your modlist.
  3. haruzame000
    haruzame000
    • member
    • 0 kudos
    Thanks for the guide!, though I was wondering what exactly do you need to edit to turn off calf movement, any help is appreciated  
  4. SillyGooseCheeze
    SillyGooseCheeze
    • member
    • 0 kudos
    I have breast, butt, and belly physics working (I can jiggle them) but my hand stops a few cm short of the vagina for some reason. If I use the grip button on the inner thigh I can get my hand close enough to make the vagina open, but why can't I get closer without gripping?
    I've tried installing with pelvis and direct collision but both had the same issue.

    My mods:
    Caliente's Beautiful Bodies Enhancer -CBBE-
    BodySlide and Outfit Studio
    I'm using the CBBE 3BBB Body Amazing body and I've tried building with and also without Build Morphs selected.
    CBPC - Physics with Collisions for SSE and VR
    CBBE 3BA (3BBB)
    ?I've tried SMP and CBPC (Lite), SMP and CBPC (Heavy), and I'm currently on Only CBPC since SMP was giving an error.
    HDT-SMP (Skinned Mesh Physics)
    ?I'm using the VR beta version since the main version gave me an error.
    XP32 Maximum Skeleton Special Extended - XPMSSE
    Toned and Shapely Body for CBBE and 3BA Vagina Add-On
    PLANCK - Physical Animation and Character Kinetics

    Have I installed something badly, or missed a step with collision configs?

    Edit: I'd listed all the changes I made to the config files while following this guide, but then I realised the installer can do it all and went with that. But the hitbox is still way too big. With pelvis collisions I'd adjusted the CBPC collision radius but no radius I tried made a difference. When I switched to direct collisions, the hitbox was just as big, possibly the same.
    1. SillyGooseCheeze
      SillyGooseCheeze
      • member
      • 0 kudos
      I just reinstalled CBBE 3BA (3BBB) because I noticed that the installer has a way to change vagina to direct collisions so that I would't have to mess around with configs. But it didn't fix the hand collision issue i'm having. I thought changing from pelvis collision to direct collision would solve the hitbox problem, but it hasn't.
  5. Sonata5
    Sonata5
    • member
    • 0 kudos
    Is it possible to enable for men? 
  6. vrushankd
    vrushankd
    • premium
    • 10 kudos
    The .maxOffset parameter in the old version has been broken down for each axis in the new version as well as corresponding min values.

    How do I calculate the new values to be set for my older versions config where only maxOffset parameter was present?
    1. AnInsaneMoose
      AnInsaneMoose
      • premium
      • 56 kudos
      Would also like to know this

      Just looking at the config has me confused about what I need to edit, do I do X, Y, and Z? or Just X and Y? etc.

      Would be nice to just have a single breast movement multiplier, so we can just set it to 1.1 for a little more movement, and 0.9 for a little less
  7. hadaev
    hadaev
    • member
    • 4 kudos
    Can i edit
    breastClothedAmplitude/breastLightArmoredAmplitude/breastHeavyArmoredAmplitude
    for smp phisics?
    Its kind of not immersive to have same animations with armour.
  8. nanashi50
    nanashi50
    • member
    • 22 kudos
    I customized my 3B settings but also need to match the BBP settings for non-3BA armors with physics.

    Is there any rhyme or reason between the values in the default 3BA and BBP motion settings? I thought maybe the BBP settings would be closer to one of the 3BA breast bones, but the values are completely different.

    Would be nice to know if there is some systematic conversion we can use to go from 3BA values to BBP values.
  9. anothersympathetic
    anothersympathetic
    • premium
    • 47 kudos
    I'm curious about parameters that are popping up in newer CBPC versions:

    linearZrotation / linearXrotation
    spreadforce
    collisionFriction
    collisionPenetration
    collisionElastic

    any specs on these?
  10. Reefor
    Reefor
    • member
    • 1 kudos
    Thanks for making this. It was easy to follow even for a Noob like me. I was able to fix the belly bulge to something more believable.

    But the other problem that I'm having, the pussy opening and closing like crazy, I was able to make it a little better but it's still opening and closing like crazy. I also tried other pussy mods and all seem to have the same problem. I also tried changing the size of the schlong with very little improvement.

    Is there any way to set this to fix that, or is that just the way it is until someone makes a schlong with nodes all up & down the shaft?
    1. Reefor
      Reefor
      • member
      • 1 kudos
      I think I found he answer to my own problem. But there's a lot I don't know so I hope this will start a conversation so we can all learn. I'll be doing some experimenting today and will report my findings, I hope others will do the same.

      The problem is the vagina was opening and closing so fast & furious it looked like someone clapping at the Oscars. When I was trying to adjust the setting I found 3 programs with those settings in a "config" txt file. CBPC - Physics with Collision , CBBE 3BA, & COCO BodyV6.8 3BBB SSE Ultimate. I thought this might be the problem, but I'm still a Noob & everyone else seemed to be telling me that all were needed so I just tried to adjust settings in each one by one to see which one had control.

      Then last night I was looking at some new CBBE skins and found COCO on a different site and realized that it says that I don't need Faster HDT-SMP because COCO has it. So just to see what would happen I turned off Faster HDT-SMP and the problem got a lot better. It's still not perfect but it's to the point where adjustments might help. But I want to get it perfect before going back into adjustments.

      So my first question is will turning off Faster HDT-SMP effect any other mods or the program itself, or will anything needing it get it from COCO?

      So now I'm going to try turning off & on those 3 programs. I think if I could just have one program trying to run things it would be a lot better. I'll report my findings when I have them, but if anyone can shed some insight it would be much appreciated, including advice on which programs should not be turned off because it will cause other problems other parts of the game.

      Thanks :)

    2. Reefor
      Reefor
      • member
      • 1 kudos
      1st experiment finished.

      I turned off COCO with only 1 minus, no more morphs in Race Menu (I haven't confirmed this). Big improvement in vagina physics but the outer labia still seems to be stuck shut though mostly transparent. So if anyone had these problems and has COCO, get rid of it.

      I tried turning off CBBE 3BA but lost all the bodies in body slide that actually work and have all the meshes, so I can't remove that unless anyone knows of another body option that works. (the Body Amazing body in bodyslide seems to be fully functional with all the meshes)

      I tried turning off CBPC - Physics with Collision but everything stopped working all together, so I can't remove that.

      So now the question is, will having 2 programs trying to control things with a "Config" txt file keep causing problems?
      If yes, can I just delete one of those "Config" txt files?
      If yes, which one?
      If not, then which one is in control so I know which one to modify?

      I'll keep experimenting, but if anyone has the answers to these questions please let me know.
    3. Reefor
      Reefor
      • member
      • 1 kudos
      I've been working at this all day, there are so many option that lead nowhere.

      For me, the Belly is controlled by the CBPCollisionConfig & CBPCollisionConfig_Female txt files. I'm still not sure how that works exactly.

      The Vagina Collision for me is controlled in the CBPCollisionConfig text file, the 2 options: NPC L Pussy2 & NPC R Pussy2. Nothing else seems to work.

      The size that it opens didn't work the first time I tried with the CBPCollisionConfig text file but I just tried it again and it worked. I also don't understand that.

      On top of that I just reinstalled CBBE 3BA and changed from pelvis collision to direct collision to see what the difference is. So today may have been a complete waste.

      If anyone experiments I advise keeping track of the starting numbers on pen & paper and if you reinstall CBBE 3BA they have a file on their website that changes the settings back to where you started. Don't reinstall the whole thing or it will stop applying the right body. I'm trying to fix that now :)

      Good luck everyone, I hope this helps someone