panda021 Posted September 13, 2024 Posted September 13, 2024 I am using androgynous chest on female (unique character), any way to stop player only chest physics cause the rest of my npc women got boobs
traison Posted September 13, 2024 Posted September 13, 2024 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. 1
panda021 Posted September 13, 2024 Author Posted September 13, 2024 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.
traison Posted September 13, 2024 Posted September 13, 2024 (edited) Locate the CBPConfig*.txt file that currently applies to your character. Set its Priority to 20. Create a copy of it. Set the Priority of the copy to 60. Set the Conditions of the copy to IsPlayer(). 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 September 13, 2024 by traison 1
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now