Jump to content

any way to stop player only chest physics?


Recommended Posts

Posted

Well you didn't specify which physics system controls the tits, so I'd rather not write up the steps for both of them - especially SMP as that's going to be a lot of work I suspect.

Posted
1 hour ago, traison said:

Well you didn't specify which physics system controls the tits, so I'd rather not write up the steps for both of them - especially SMP as that's going to be a lot of work I suspect.

sorry, didn't know. cbpc cbbe 3ba.

Posted (edited)
  1. Locate the CBPConfig*.txt file that currently applies to your character.
  2. Set its Priority to 20.
  3. Create a copy of it.
  4. Set the Priority of the copy to 60.
  5. Set the Conditions of the copy to IsPlayer().
  6. Decide what you want to keep in the file that now applies to the player only. You probably want to set linear forces to 0, and perhaps the linear min/max offsets as well.
Priority = 20
preset.key value
preset.key value
preset.key value
...

 

Priority = 60
Conditions = IsPlayer()
preset.Xminoffset 0
preset.Xmaxoffset 0
preset.Yminoffset 0
preset.Ymaxoffset 0
...
preset.linearX 0
preset.linearY 0
...

 

Edit: Remember to do this for all boob bone presets.

Edited by traison

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