Jump to content

[mod] Character Body Overhaul


Recommended Posts

Posted
2 hours ago, Mee&Mee said:

Is there any way to make clothes look better? I mean, this mod make boobs look bigger than they are when you see women on their clothes, once you remove it their boobs are that big, Clothes can look tighter?

 

Hi, the clothes breast shape is not the same as the naked breast shape. Also to prevent clipping, there is a healthy amount of margin added. (I assume)

If you want to decrease clothed breast size, while not changing naked breast size, you can try change

"common\genes\breast gene.txt"

This file contains all the breast shapes.

 

For example:
 

        bust_shape_1_half = {

...

                setting = {
                    attribute = "bs_body_breast_size_min"
                    # value = {min = 1.0 max = -1.0 }
                    curve = {
                        {0.0   1.0 }
                        {0.25   0.0 }
                        {1.0   0.0 }
                    }    
                    age = age_preset_puberty  
                }

 

For each breast shape, it says, how it should modify the blendshapes to change the way the breast looks.

The first 4 settings have no "required_tags", so these are the naked breast shapes.

The next 4 are for clothes breasts, and after that for revealing clothing breasts.

You can try change bs_body_breast_size_max when it has these required tags

required_tags = "breasts_clothed,dressed,default_clothing"

 

So this part:

                setting = {
                    required_tags = "breasts_clothed,dressed,default_clothing"
                    attribute = "bs_body_breast_size_max"
                    # value = {min = -1.0 max = 1.0 }
                    curve = {
                        {0.0   0.0 }
                        {0.25   0.0 }
                        {1.0   2.4 }
                    }
                    age = age_preset_puberty
                }

 

The curve is specifying, that for a gene value, what value the blendshape should have.

between 0.0 and 0.25, the gene has 0 value, as at this place, its breast small that is applied, which makes breast size smaller not bigger.

between 0.25 and 1.0, it will make a curve between the value of 0 and 2.4

 

So you can try lower the value 2.4, and this will make clothed breast smaller.

You would need to change these for all breast shapes.

 

Unfortunately, what looks good might be relative, so not sure how small you would need to make this number.

Posted
On 7/18/2024 at 11:52 AM, weissman162 said:

hello,

 

sorry if you've already answered but i havent found any post similar to this one in the past few hours of trying to fix it, any idea what's causing this and how to fix it?Screenshot(1).png.019e9856d1d2fcadd4f4f835dc3d4079.png

 

 

this is the load order for my game.

Screenshot(2).png.f13939e98aff526b89019578b4004586.png

thanks in advanced

 

Hi, same as above, can you describe what is the issue?

If the problem is, that you cannot see the bottom of barber shop, you should probably grab the better barbershop mod from the workshop.

Posted
2 hours ago, csirke128 said:

 

Hi, the clothes breast shape is not the same as the naked breast shape. Also to prevent clipping, there is a healthy amount of margin added. (I assume)

If you want to decrease clothed breast size, while not changing naked breast size, you can try change

"common\genes\breast gene.txt"

This file contains all the breast shapes.

 

For example:
 

        bust_shape_1_half = {

...

                setting = {
                    attribute = "bs_body_breast_size_min"
                    # value = {min = 1.0 max = -1.0 }
                    curve = {
                        {0.0   1.0 }
                        {0.25   0.0 }
                        {1.0   0.0 }
                    }    
                    age = age_preset_puberty  
                }

 

For each breast shape, it says, how it should modify the blendshapes to change the way the breast looks.

The first 4 settings have no "required_tags", so these are the naked breast shapes.

The next 4 are for clothes breasts, and after that for revealing clothing breasts.

You can try change bs_body_breast_size_max when it has these required tags

required_tags = "breasts_clothed,dressed,default_clothing"

 

So this part:

                setting = {
                    required_tags = "breasts_clothed,dressed,default_clothing"
                    attribute = "bs_body_breast_size_max"
                    # value = {min = -1.0 max = 1.0 }
                    curve = {
                        {0.0   0.0 }
                        {0.25   0.0 }
                        {1.0   2.4 }
                    }
                    age = age_preset_puberty
                }

 

The curve is specifying, that for a gene value, what value the blendshape should have.

between 0.0 and 0.25, the gene has 0 value, as at this place, its breast small that is applied, which makes breast size smaller not bigger.

between 0.25 and 1.0, it will make a curve between the value of 0 and 2.4

 

So you can try lower the value 2.4, and this will make clothed breast smaller.

You would need to change these for all breast shapes.

 

Unfortunately, what looks good might be relative, so not sure how small you would need to make this number.

First, thanks for your help, what I am looking for is that when they are wearing clothes that size of the boob should be the same as naked... I will play with the values and share what happened here... have a nice day

Posted
12 hours ago, csirke128 said:

 

Hi, same as above, can you describe what is the issue?

If the problem is, that you cannot see the bottom of barber shop, you should probably grab the better barbershop mod from the workshop.

Yes that's the problem, I did try with the better barbershop mod but it's the same issue. 

Posted
5 minutes ago, weissman162 said:

Yes that's the problem, I did try with the better barbershop mod but it's the same issue. 

 

Hi, did you place barbershop late in the load order? It needs to be as low as possible so it can overwrite the barbershop gui file

Posted
On 7/19/2024 at 3:24 PM, csirke128 said:

 

Hi, what is the issue? :)

I think she is naked, or what do you mean by having no nudity option? You mean the opposite, that is adding clothes?

I the breast shapes don't change. They are always super wide-set. I don't think that is supposed to happen right?

 

Posted (edited)

Hi hopefully you can help me solve a headache.

 

I'm writing a mod that causes strife such as feuds and executions surrounding differences in social norms, so essentially I have a requirement to lower the age of the animation by one year to the age of 17 for a particular chain of events that surround a traveler in distant lands following their own culture's norms which are in conflict with the host nation.

 

The event chain is boring to write but easy so all is going well, but I am struggling to get the animations to apply for a 17 year old guy.

 

The really frustrating thing is that I got it working earlier today, so I know it can work, but then forgot to commit the changes and have lost them after a long edit, but I don't know what I did to get it working earlier, it just suddenly worked so have no idea how to replicate that lol

 

I changed all instances of age < 18 and age >= 18 throughout the code to 17 atm, including in the animation files, but intend to move that to a variable or script value when I get  it working for a dynamic culture based system.

 

So what I can say by following a series of debug log statements is that the event chain goes through all the way to intro_carnal_court_sex_scene.0001 but it goes no further. There's no errors.

 

But this makes no sense to me as the trigger on carnal_court_sex_scene.0001 is the same as the option in intro_carnal_court_sex_scene.0001 to trigger the next event, and I can see by the debug log statement I placed in the option that the option was chosen successfully. It's the same for every other event, the 17 year old partner just stands on the bed in the idle pose.

 

So having set all references to the age of 18 to 17, what else am I missing that is stopping the animation working?

 

EDIT

Okay I just noticed this comment

Quote

animations won't work by design for those under 18 even if you remove the trigger

I guess I must have mistakenly seen one of the characters on the cusp of their 18th birthday just before I triggered the event when I thought I had seen it working. The event fires randomly with an offset between 180 and 365 days after their 17th birthday and still requires the player to actually notice the important action icon and execute the event, so that's highly possible.

 

I didn't think it was possible to put a age restriction in animations themselves in blender but I don't mess about with animations so my knowledge is limited.

 

It's cool, I'll use a workaround to add a year to the 17 year old character's age before the event, and subtract it again when leaving the event, it just breaks immersion to see an otherwise adult male, except for a few days, standing way above the window.

 

Sorry to bother you mate.

Edited by interested_player
Posted (edited)

Hello ! 

I need help, I don't understand whatever I do the animation are not working the Carnal Court (Sit on throne, doing nothing) & in special scene animation "worked" but they are not aligned, like, not at all, in general the bodys are separate from each other doing their animation...

I don't know if it's something to do with config, settings ingame or else... I just try everything I saw or I know...

Can someone help, please ? :(

PS : To test the animations, I tried with only :
Carnalitas
CBO
CBO Fix

Wicked Debauchery

& It still doesn't work... Animations are always bugged.

 

DQDQD.jpg

Edited by wEye
Posted
28 minutes ago, wEye said:

Hello ! 

I need help, I don't understand whatever I do the animation are not working the Carnal Court (Sit on throne, doing nothing) & in special scene animation "worked" but they are not aligned, like, not at all, in general the bodys are separate from each other doing their animation...

I don't know if it's something to do with config, settings ingame or else... I just try everything I saw or I know...

Can someone help, please ? :(

PS : To test the animations, I tried with only :
Carnalitas
CBO
CBO Fix

Wicked Debauchery

& It still doesn't work... Animations are always bugged.

 

DQDQD.jpg

 

Hi, can you check the versions for the mods to make sure they are up to date?

Carnalitas 2.5+

CBO 1.8.4

CBO Unofficial fix 1.7+ (or around that)

If they are just sitting on the throne, that would mean one of the throne rooms dont have the settings correctly, and it can find a throne room that is not the bedroom throne room.

What other mods you have before Carnalitas? Or did you try with just those only, and no other mod there for sure?

Posted (edited)
11 minutes ago, csirke128 said:

 

Hi, can you check the versions for the mods to make sure they are up to date?

Carnalitas 2.5+

CBO 1.8.4

CBO Unofficial fix 1.7+ (or around that)

If they are just sitting on the throne, that would mean one of the throne rooms dont have the settings correctly, and it can find a throne room that is not the bedroom throne room.

What other mods you have before Carnalitas? Or did you try with just those only, and no other mod there for sure?



So, I have : 
Carnalitas 2.6
CBO 1.8.4
CBO Unoficial fix 1.9 (I tried with the 1.7 too, just in case)

I got other mods but I did an other preset with only thoses mods to be sure that's not something else :/

So I tried with those 3 & animation are misaligned or It put me into the Throne room & not the bedroom throne :x

Edited by wEye
Posted
3 minutes ago, wEye said:



So, I have : 
Carnalitas 2.6
CBO 1.8.4
CBO Unoficial fix 1.9

I got other mods but I did an other preset with only thoses mods to be sure that's not something else :/

So I tried with those 3 & animation are misaligned or It put me into the Throne room & not the bedroom throne :x

 

Hi, only CBO should modify the courtroom stuff out of those, strange.

Can you try with https://mega.nz/file/p8sXyIBa#y364NEkaJx5XPCXdBwFaoFU_knkauJaJLBnSzZsbJCM

(unofficial fix 1.8 instead of 1.9)

Otherwise maybe reinstalling CBO

 

You can also try this, to make sure the default courtroom files are really gone for sure, but in theory CBO should win the conflict:

(merge it with cbo, it just adds an empty file named 00_default_cultures.txt)

char_body_overhaul court override.zip

Posted
11 minutes ago, csirke128 said:

 

Hi, only CBO should modify the courtroom stuff out of those, strange.

Can you try with https://mega.nz/file/p8sXyIBa#y364NEkaJx5XPCXdBwFaoFU_knkauJaJLBnSzZsbJCM

(unofficial fix 1.8 instead of 1.9)

Otherwise maybe reinstalling CBO

 

You can also try this, to make sure the default courtroom files are really gone for sure, but in theory CBO should win the conflict:

(merge it with cbo, it just adds an empty file named 00_default_cultures.txt)

char_body_overhaul court override.zip 985 B · 1 download


Ah ! 
Thanks, now the court works as intended & animation in it are working great :)

Just the animation of Wicked Debauchery : " sneak around at night " that are still misaligned but It must be the mod ^^

Thanks for the help ! 

Posted

hey all. any help on how i can make the text description of the scenes more descriptive? i edited the carnal_court_events_l_english.yml but it didn't work. instead the names of the scenes changed to their code name eg "carnal_court_sex_scene.0004.t". how can i make it work?

Posted
On 7/25/2024 at 8:39 AM, idontswear said:

Screenshot-2024-07-25-010803.pngScreenshot-2024-07-25-010735.png

Any reason why the clothing is like this?

 

Hi, that probably means some missing comp patch, what is your load order?

Posted
On 7/26/2024 at 8:24 AM, treezybaby said:

hey all. any help on how i can make the text description of the scenes more descriptive? i edited the carnal_court_events_l_english.yml but it didn't work. instead the names of the scenes changed to their code name eg "carnal_court_sex_scene.0004.t". how can i make it work?

 

Did you also edit in CBO Unofficial fix? Maybe you made some syntax error in the file, and now it doesnt process it fully, and thats why the description doesnt match. Also i think whitespace matters, so make sure to keep the original format

Posted (edited)

Hey people! Would appreciate some advice on a problem i got whenever I started to add more mods on top of Carnalitas, CBO and all the relevant animation mods (and patches). Basically during the Make Love interaction the animations that play in the window are out of sync as the characters are not lined up together and hovering in all sorts of weird angles that make no sense. 

Im hoping its just a load order issue (Like I said the animations in the Make Love window started to bug out after I installed other unrelated mods. Im attaching my load order if anyone knows what a good place to start would be I would appreciate it. 

 

image.png.e8641c0e879869dbf4d3aa025b9eb292.pngimage.png.302b0576f04d738c9e8f0ce13a2be186.pngimage.png.9a6a6f83ac95f50f67675bef6a4a432f.png

 

Edited by fablo21
Posted
1 hour ago, fablo21 said:

Hey people! Would appreciate some advice on a problem i got whenever I started to add more mods on top of Carnalitas, CBO and all the relevant animation mods (and patches). Basically during the Make Love interaction the animations that play in the window are out of sync as the characters are not lined up together and hovering in all sorts of weird angles that make no sense. 

Im hoping its just a load order issue (Like I said the animations in the Make Love window started to bug out after I installed other unrelated mods. Im attaching my load order if anyone knows what a good place to start would be I would appreciate it. 

 

image.png.e8641c0e879869dbf4d3aa025b9eb292.pngimage.png.302b0576f04d738c9e8f0ce13a2be186.pngimage.png.9a6a6f83ac95f50f67675bef6a4a432f.png

 

 

Hi, you should try removing #20

Might not need #22 either, you can try remove that as well if removing only 20 doesnt work.

You should move CBO compatible skeleton to before #16

 

Do you have 1 button to change position in the make love interaction? if you have multiple buttons, maybe you should try doing CBO Animation Pack the other way around, you need to first extract "cbo_animations_pack 6.1.7z" and then overwrite with "cbo_animations_pack_1_1_3.rar"

Posted (edited)
21 hours ago, csirke128 said:

 

Hi, you should try removing #20

Might not need #22 either, you can try remove that as well if removing only 20 doesnt work.

You should move CBO compatible skeleton to before #16

 

Do you have 1 button to change position in the make love interaction? if you have multiple buttons, maybe you should try doing CBO Animation Pack the other way around, you need to first extract "cbo_animations_pack 6.1.7z" and then overwrite with "cbo_animations_pack_1_1_3.rar"

Hey thanks for the reply. I tried everything you suggested in order and the animation bug is still there. There is indeed only one button for changing positions in the Make Love window so i dont think the problem is in the animation mod instalations. I will just have to disable all mods and then work my way up from there.

Edited by fablo21
Posted (edited)
On 7/23/2024 at 7:16 AM, csirke128 said:

 

Hi, only CBO should modify the courtroom stuff out of those, strange.

Can you try with https://mega.nz/file/p8sXyIBa#y364NEkaJx5XPCXdBwFaoFU_knkauJaJLBnSzZsbJCM

(unofficial fix 1.8 instead of 1.9)

Otherwise maybe reinstalling CBO

 

You can also try this, to make sure the default courtroom files are really gone for sure, but in theory CBO should win the conflict:

(merge it with cbo, it just adds an empty file named 00_default_cultures.txt)

char_body_overhaul court override.zip 985 B · 5 downloads

Hi Csirke. appreciate everything you've been doing so far.

 

I'm also getting the problem where I get the throne room. If I debug, I can switch to the bedroom where everything works correctly, but using the event button never puts me in the bedroom. I'm getting a list of all the other culture rooms such as cfp, japan, etc because I use MB+ and CFP. Any idea what's going on? My guess is the trigger or flag is somehow not being applied so it just selects the default throneroom.

 

Now that I think about it, it may even be triggering twice.

Edited by icehaku
Posted
1 hour ago, icehaku said:

Are you actually using compatible skeleton CBO? You have those patches in the load order but I don't think I see it in your mods

I think yes, i just download a new one already

 

Posted
2 hours ago, NXH217 said:

I think yes, i just download a new one already

 

 

Hi, in that case, can you try with old one?

https://mega.nz/file/N8kEFDbb#757A90gEIcci4wO3jOURW14QG5H4tO04CQO5UfX1s-Q

On the mod page, latest should be 1.2.1, i think 1.2.2 and 1.2.3 might have issues.

 

Seems at first glace maybe same issue as here:

 

Which was due to 1.2.2 and 1.2.3 not being good

 

You are also missing CAP Unofficial fix CS, but not sure the lack of it would cause that issue:

https://mega.nz/file/JkVwyZiL#PuItyN7aWF0N6oAHp2xcWX15fqXkGRhlyknNtNhkYNY

 

Posted

So for anyone dealing with the throne issue, make sure you don't have any conflicting mods. The files in question can be found in the scene_cultures and scene_settings folders so I'd search your workshop folder and local mod folder for any mods with those folders.

In my question it was more holding graphics and I had to get rid of it in order to make the bedroom scene show up by default. Maybe if someone makes a patch for it, it could work, but I'm currently too busy working on another mod to do that.

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