Jump to content

[mod] CBO Unofficial


Recommended Posts

Posted
On 1/18/2025 at 12:34 PM, BFDCYY said:

Using the CBO EPE patch, some characters will be deformed after using revealing clothingc1dfe473-ded5-4b51-a00e-9151470d02be.png.0f9457274e9f16af0e36e998fc5912ac.png

I think something got updated, since I'm no longer having this issue... There's just no revealing clothing anymore for those problematic clothing.

Posted

Hi, should the court sex scenes via Carnal Court Lite be available for counts and dukes? Basically anyone without an actual royal court. I'm having an issue where if I'm not a king, then the sex scenes don't trigger, and instead my ruler and his wife just chill naked and aroused on their thrones (that they shouldn't have) until the scene is done, after which they are they put their clothes back on and then the scene is over. With the regular Make Love option, they sometimes do this weird thing and other times they will have a text box event scene instead. Should the Make Love option activate the carnal court animations or no? I'm a little bit confused about the extra Make Love option to use the Carnal Court animations, but whenever the animations work, they work because of this. I've tried messing around with my load order and deactivating COW3 to no avail. Below are screenshots of my load order:

modlist1.PNG.18ca8d1cf03709d109b514ae81ed3221.PNGmodlist2.PNG.dc4199abedc24e255b44e5008176165b.PNG

Posted (edited)

A few questions and much help - appreciated in advance!!

 

1) Is my mod order correct, and am I missing anything (or do I have anything extra I don't need?)  I'm particularly curious about 20/21 (the CFP / CP EPE Patch / Base files) and also #26 (if ordered correctly).

 

  1. Extended Outliner
  2. RICE
  3. CFP
  4. EPE
  5. CFP + EPE ComPatch
  6. Nameplates
  7. VIET Events
  8. Rice + EPE ComPatch
  9. Knight manager
  10. Beautiful Females
  11. Battle Graphics
  12. Congenital Beuty
  13. Love Marriage Family
  14. Better Barbershop
  15. Title Rank borders
  16. Fair Ladies
  17. Random Faces Fix
  18. Carnalitas
  19. CBO Unofficial (Combo File)
  20. CFP + EPE CBO Patch
  21. CP + EPE CBO Base
  22. CFP CBO Animation
  23. CFP CBO Mesh
  24. EPE CBO Animation
  25. EPE CBO Mesh
  26. CBO Animations Pack Overhaul
  27. Carnilatas Arousal
  28. Carnilatas Historical Slavery
  29. Carnilatas Slavery Reimagined
  30. Intimate Encounters
  31. Carnilatas Slavery Expansion
  32. Carnilatas Love Reimagined
  33. Carnilatas Dei
  34. Carnilatas Mundi

 

2) Is there any need for other addons? Thinking like

  • CBO Carnal Court Lite, or 
  • CBO Animation Pack Overhauled & Carnal Court Animation Addon, or
  • CBO Animation Pack Overhauled & Carnal Court Animation Addon 6.6.0

 

 

Edited by nawgogogogo
Posted (edited)

hi everyone, I have a question regarding the CBO unofficial mod. Since the game is updated to 1.14.2.2, it seems like all the mods are not working as before. The game crash everytime

I am still able to use Carnalitas with CFP. But the CBO series doesn't seem to be working, even tho I've added the CFP + CBO packs. Anyone experiencing similar issue and how did you solve it? Thank you in advance!

 

All mods are up to date and the load order is as follow
 

1. CFP

2. carnalitas

3. CBO unofficial base

4. CBO unofficial animation

5. CBO CFP base patch

6. CBO CFP animation patch

 

Screenshot 2025-02-01 163100.png

Edited by simboyoyo
Posted (edited)

I'm pretty sure I have things installed correctly and in the correct order. However sometimes on inheritance the barbershop (with the plugin) thinks I'm a woman; I have no beard options, and when I undress there's nothing there but a gray swatch instead of dick n balles. This only happens about 20% of the time, but it's still annoying.

 

Is there a solution to this? I'm sure it's user error but I'm too simple to figure it out.

 

 

1158310_14495.jpg

Edited by starfarts
Posted

Hi, don't know if this has been discussed before... but anyway, I've noticed in my game that traits (big tits, flat chest, etc) aren't being inherited by children... I remember it used to work when I last played with the first CBO edition (Mange's). Is there a problem with that or maybe it's due to mod incompatibilities?

 

Thanks

Posted

Hello,

 

I wanted to reduce the randomness of genes on women, like raise minimum and decrease the maximum to have less extreme characters but I don't really understand the files so I wanted to ask if someone could explain what exactly each of the curve values mean in the gene files and how the fact that size_min and size_max are inverted works .

Don't know if i'm clear but I'm referring to those values :

 

curve = {
              {0.0   0.0 }
              {0.25   0.0 }
              {1.0   1.0 }
 }

 

Sorry for bothering, but I just don't understand it.

Posted
13 hours ago, Froiq said:

Hello,

 

I wanted to reduce the randomness of genes on women, like raise minimum and decrease the maximum to have less extreme characters but I don't really understand the files so I wanted to ask if someone could explain what exactly each of the curve values mean in the gene files and how the fact that size_min and size_max are inverted works .

Don't know if i'm clear but I'm referring to those values :

 

curve = {
              {0.0   0.0 }
              {0.25   0.0 }
              {1.0   1.0 }
 }

 

Sorry for bothering, but I just don't understand it.

The left-side column of values in the curve is the actual gene strength score which you can think of as a percentage of the slider in the ruler designer.

The right-side column of values in the curve is percentage of interpolation of the given blendshape (or opacity of a decal) for that given value in the left-side column for that row, and the game generates a curve between all of those data sets at runtime for determining the rest. I hope that makes sense.

 

With the example curve you used there, imagine you are creating a character in the ruler designer. When the slider for that gene is at 0%, or all the way to the left, the character's mesh isn't being changed at all, and in fact no changes at all are occurring until 25% (or one quarter of the slider in from the left). From 25% until the slider is maxed out at 100%, the mesh is being changed according to that blendshape from 0% to 100%. How that works mathematically as an example, at 50% of the slider, the amount the mesh has been modified by the blendshape is 33.3%.

If you want really want to raise the minimum values and lower the maximum values in the actual gene value, the curve could look something like:

curve = {
              {0.0   0.2 }
              {0.25   0.2 }
              {1.0   0.8 }
 }

If this example was for say breast size, ALL breasts would be 20% larger at a minimum and 20% smaller at maximum compared to the previous curve. HOWEVER, this is a blanket hard change to the way the gene works and not really ideal in my opinion. I think you're better off looking at the 00_ethnicities_templates.txt file and changing the way the genes are distributed in game, giving less chance to lower or higher values and more chance for more average values. This allows the extreme genes to exist and simply be less common.

 

Let's look at an example from CBO here:

 ### butt_size ###
    gene_bs_butt_size = {
        # Roughly a bell curve (as can be seen credit to WaffleIron)
        5 =  { name = butt_size      range = { 0.00 0.14 } }
        11 = { name = butt_size      range = { 0.14 0.28 } }
        13 = { name = butt_size      range = { 0.28 0.42 } }
        11 = { name = butt_size      range = { 0.42 0.58 } }
        5 = { name = butt_size      range = { 0.58 0.72 } }
        2 = { name = butt_size      range = { 0.72 0.86 } }
        1 =  { name = butt_size      range = { 0.86 1.00 } }
    }

The number on the left is the rate, the chance for that line of the code to be chosen from the list out of arbitrary maximum that is the sum total of the other listed rates. In the range section, the left number is the minimum value at that rate and the right number is the maximum. Any number between the minimum and maximum can be chosen. Change the numbers on the left to increase or decrease the chances for a character to be generated with gene strength in the ranges you want.

Posted
14 hours ago, Froiq said:

and how the fact that size_min and size_max are inverted works .

 

I glossed over this at first, sorry. Here's an example from CBO (edited for clarity):
                setting = {
                    attribute = "bs_breast_size_min"
                    curve = {
                        {0.0   1.0 }
                        {0.25   0.0 }
                        {1.0   0.0 }
                    }   
                }
                setting = {
                    attribute = "bs_body_breast_size_max"
                    curve = {
                        {0.0   0.0 }
                        {0.25   0.0 }
                        {1.0   3.0 }
                    }    
                }

For the breast size min, the blendshape strength is higher at lower values, maxed out at 0% of the slider, and decreasing to 0 strength at only 25% of the slider. Inversely for breast size max, the blendshape is inactive until 25% of the slider and increases to triple its normal constraints at 100% of the slider (this is why really large breasts and other things can look so distorted, the game is basically just guessing what something should look like when you make it bigger than the blendshape was intended for.

But back to the breast size min and why that value is inverted, and how these two different attributes interact, the breast size min blendshape makes the default character mesh smaller, and breast size max makes the mesh larger, so when breast size min is at 100% of its blendshape strength the breasts are the smallest they can be. The two attributes work in tandem as a single gene or slider. At 0% on the slider, the breasts are at their smallest and breast_size_min is at full strength. At 25% of the slider, both of the blendshapes are inactive and the default character mesh is being used. From 25% to 100% of the slider, breast_size_min blendshape is essentially inactive, and breast_size_max is now active and increasing its strength.

 

Source is extensive fucking around with other people's hard work to make mods for personal use that I never publish 😅

Posted

This is a great mod. I'm having issues with character rotations during any of the sex poses being completely off. Also, I used to have animations working during the sex scenes and after some update downloads, they don't animate anymore.

 

I'm curious if I have a bad mod order or if either issue is a common issue and an easy fix.

Posted

 

 

Could anyone tell me why I can change the butt slider normally, but I cannot increase the size of the breasts at a similar rate. I just can't make sense of this. I reorganized the load orders for my mods and I cannot come up with a reasonable conclusion to this issue. 

Screenshot 2025-02-06 190042.png

Screenshot 2025-02-06 190028.png

Screenshot 2025-02-06 185958.png

Screenshot 2025-02-06 185910.png

Posted
On 1/30/2025 at 2:03 AM, Anaklusmos21 said:

Hi, should the court sex scenes via Carnal Court Lite be available for counts and dukes? Basically anyone without an actual royal court. I'm having an issue where if I'm not a king, then the sex scenes don't trigger, and instead my ruler and his wife just chill naked and aroused on their thrones (that they shouldn't have) until the scene is done, after which they are they put their clothes back on and then the scene is over. With the regular Make Love option, they sometimes do this weird thing and other times they will have a text box event scene instead. Should the Make Love option activate the carnal court animations or no? I'm a little bit confused about the extra Make Love option to use the Carnal Court animations, but whenever the animations work, they work because of this. I've tried messing around with my load order and deactivating COW3 to no avail. Below are screenshots of my load order:

modlist1.PNG.18ca8d1cf03709d109b514ae81ed3221.PNGmodlist2.PNG.dc4199abedc24e255b44e5008176165b.PNG

 

Hi, You dont need carnal court lite, but the mod conflicts with MHG (as that mod adds a new court room), due to that you probably have the issue with the court room scene.

Posted
On 1/29/2025 at 8:19 PM, garretthb said:

is there a sub mod or something i can do to greatly reduce the breast size? Every other female NPC has massive bust

 

CBO Vanilla reduces breast size (its in the download section)

Posted
On 2/2/2025 at 9:42 AM, starfarts said:

I'm pretty sure I have things installed correctly and in the correct order. However sometimes on inheritance the barbershop (with the plugin) thinks I'm a woman; I have no beard options, and when I undress there's nothing there but a gray swatch instead of dick n balles. This only happens about 20% of the time, but it's still annoying.

 

Is there a solution to this? I'm sure it's user error but I'm too simple to figure it out.

 

 

1158310_14495.jpg

 

Hi, those dark bands mean the character is under 18 year old. Either the age is under 18, or you have a mod that fixes the age at below 18, i think some of the immortality mods fix the age at 16, and might cause this.

Posted
On 2/3/2025 at 6:25 PM, QuackShot said:

Hi, don't know if this has been discussed before... but anyway, I've noticed in my game that traits (big tits, flat chest, etc) aren't being inherited by children... I remember it used to work when I last played with the first CBO edition (Mange's). Is there a problem with that or maybe it's due to mod incompatibilities?

 

Thanks

 

Hi, quick fix seems to be to remove

"gfx\portraits\trait_portrait_modifiers\99_penis.txt"

"gfx\portraits\trait_portrait_modifiers\99_carn_tits.txt"

 

I'll remove those in next version

Posted
On 2/4/2025 at 9:19 AM, the.witcher said:

I'm having this bug where characters don't align, also there are some weird black lines on models. Am I doing something wrong here?
 

My LO is:
image.png.e6293a5bcb3d38495a87c5fa2586427f.png

20250204090503_1.jpg

20250204090452_1.jpg

20250204081438_1.jpg

 

Hi, I'm working on realigning the animations, will be part of next patch (I'm already done with the realignment, just need to do some other things first before I'm ready to release it)

The black lines are because CK3 outside of the court room, dont support drawing 2 characters in the same picture. So there is no way for characters to interract. The way Mange solved this was to draw multiple pictures, each drawing a slice of certain depth, and then overlaying these images on top of each other. So where the black lines are, one image begins and another ends.

In the 2nd picture, you dont see black lines (because the animation is not aligned to where it expects it to be), and you can see that the dick is visible, but if this was true 3D, it would not be.

Posted
On 2/5/2025 at 6:36 PM, erutick3 said:

This is a great mod. I'm having issues with character rotations during any of the sex poses being completely off. Also, I used to have animations working during the sex scenes and after some update downloads, they don't animate anymore.

 

I'm curious if I have a bad mod order or if either issue is a common issue and an easy fix.

 

Can you share your load order? Maybe you have some older mods that are not needed (for example all animation mods should be included in CBO Unofficial)

Posted
On 2/7/2025 at 1:01 AM, throbbingmango said:

 

 

Could anyone tell me why I can change the butt slider normally, but I cannot increase the size of the breasts at a similar rate. I just can't make sense of this. I reorganized the load orders for my mods and I cannot come up with a reasonable conclusion to this issue. 

Screenshot 2025-02-06 190042.png

Screenshot 2025-02-06 190028.png

Screenshot 2025-02-06 185958.png

Screenshot 2025-02-06 185910.png

 

Breast size is mainly changed by traits, you can disable this by disabling Carnalitas Body traits in the game rules, then the breast size will only depend on genes.

Posted
On 2/1/2025 at 5:39 PM, simboyoyo said:

hi everyone, I have a question regarding the CBO unofficial mod. Since the game is updated to 1.14.2.2, it seems like all the mods are not working as before. The game crash everytime

I am still able to use Carnalitas with CFP. But the CBO series doesn't seem to be working, even tho I've added the CFP + CBO packs. Anyone experiencing similar issue and how did you solve it? Thank you in advance!

 

All mods are up to date and the load order is as follow
 

1. CFP

2. carnalitas

3. CBO unofficial base

4. CBO unofficial animation

5. CBO CFP base patch

6. CBO CFP animation patch

 

Screenshot 2025-02-01 163100.png

 

Can you share an error log? Your load order seems fine

Posted
On 1/31/2025 at 10:33 PM, nawgogogogo said:

A few questions and much help - appreciated in advance!!

 

1) Is my mod order correct, and am I missing anything (or do I have anything extra I don't need?)  I'm particularly curious about 20/21 (the CFP / CP EPE Patch / Base files) and also #26 (if ordered correctly).

 

  1. Extended Outliner
  2. RICE
  3. CFP
  4. EPE
  5. CFP + EPE ComPatch
  6. Nameplates
  7. VIET Events
  8. Rice + EPE ComPatch
  9. Knight manager
  10. Beautiful Females
  11. Battle Graphics
  12. Congenital Beuty
  13. Love Marriage Family
  14. Better Barbershop
  15. Title Rank borders
  16. Fair Ladies
  17. Random Faces Fix
  18. Carnalitas
  19. CBO Unofficial (Combo File)
  20. CFP + EPE CBO Patch
  21. CP + EPE CBO Base
  22. CFP CBO Animation
  23. CFP CBO Mesh
  24. EPE CBO Animation
  25. EPE CBO Mesh
  26. CBO Animations Pack Overhaul
  27. Carnilatas Arousal
  28. Carnilatas Historical Slavery
  29. Carnilatas Slavery Reimagined
  30. Intimate Encounters
  31. Carnilatas Slavery Expansion
  32. Carnilatas Love Reimagined
  33. Carnilatas Dei
  34. Carnilatas Mundi

 

2) Is there any need for other addons? Thinking like

  • CBO Carnal Court Lite, or 
  • CBO Animation Pack Overhauled & Carnal Court Animation Addon, or
  • CBO Animation Pack Overhauled & Carnal Court Animation Addon 6.6.0

 

 

 

Hi, remove #26, its already included in CBO Unofficial

 

You dont need any of the other CBO animation mods either, like carnal court lite, or anim pack overhauls.

 

I think 21 should be fine like that, but I dont see CB in your load order, so maybe you dont need it?

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
×
×
  • Create New...