readypuggetthi Posted November 20, 2022 Posted November 20, 2022 how to i fix the hand collision for 3ba?
traison Posted November 20, 2022 Posted November 20, 2022 I'm assuming you're using CBPC: Locate the CBPCollisionConfig*.txt file that applies to your character (check conditions). Find the AffectedNodes section. See ini formatting "standards" for what a section is. Locate the sections for the breast nodes your body mesh uses: NPC L Breast and NPC R Breast L Breast01, L Breast02, L Breast03, R Breast01, R Breast02 and R Breast03 Increase the radius of the collision sphere by about 0.5 to 1 unit. The format of the collision sphere definition is as follows: x,y,z,r[ | x,y,z,r] Example: 0,0,0,1 Example: 0,0,0,1 | 0,0,0,2 “x”, “y” and “z” specify the offset from the bone's center. “r” specifies the radius of the sphere. The pipe separates weights, the values on the left of the pipe (|) are for weigth 0, and the values on the right for weight 100. If no values are specified for weight 100, the values for weight 0 are used instead. More than one sphere can be defined for each bone. 1
Pokefu Posted November 21, 2022 Posted November 21, 2022 (edited) Hello I have a similar issue where the collision is smaller than the actual size, I'm in the CBPCollisionConfig_Female.txt file and I'm very scared to change anything and mess everything up, so basically what you are saying is that the last digit is the radius no? EDIT: Nevermind I realized that's only for NPC's, I really don't know how to do this, the other files don't say anything about breasts Edited November 21, 2022 by Pokefu
devilangel13 Posted June 11, 2024 Posted June 11, 2024 (edited) you just need to create a different colision body with bigger breast for it to function, jsut check in bodyslide for the SMP object (not the body original one) https://gyazo.com/e9a367e2c34df36ba4e1692f80166cc5 Edited June 11, 2024 by devilangel13
Densz Posted March 27 Posted March 27 On 6/11/2024 at 9:01 AM, devilangel13 said: you just need to create a different colision body with bigger breast for it to function, jsut check in bodyslide for the SMP object (not the body original one) https://gyazo.com/e9a367e2c34df36ba4e1692f80166cc5 Where to download that body? Link?
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