QuackShot Posted January 27, 2025 Posted January 27, 2025 On 1/18/2025 at 12:34 PM, BFDCYY said: Using the CBO EPE patch, some characters will be deformed after using revealing clothing I think something got updated, since I'm no longer having this issue... There's just no revealing clothing anymore for those problematic clothing.
garretthb Posted January 29, 2025 Posted January 29, 2025 is there a sub mod or something i can do to greatly reduce the breast size? Every other female NPC has massive bust
Anaklusmos21 Posted January 30, 2025 Posted January 30, 2025 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:
nawgogogogo Posted January 31, 2025 Posted January 31, 2025 (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).  Extended Outliner RICE CFP EPE CFP + EPE ComPatch Nameplates VIET Events Rice + EPE ComPatch Knight manager Beautiful Females Battle Graphics Congenital Beuty Love Marriage Family Better Barbershop Title Rank borders Fair Ladies Random Faces Fix Carnalitas CBO Unofficial (Combo File) CFP + EPE CBO Patch CP + EPE CBO Base CFP CBO Animation CFP CBO Mesh EPE CBO Animation EPE CBO Mesh CBO Animations Pack Overhaul Carnilatas Arousal Carnilatas Historical Slavery Carnilatas Slavery Reimagined Intimate Encounters Carnilatas Slavery Expansion Carnilatas Love Reimagined Carnilatas Dei 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 January 31, 2025 by nawgogogogo
simboyoyo Posted February 1, 2025 Posted February 1, 2025 (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  Edited February 1, 2025 by simboyoyo
Nicks1111111 Posted February 2, 2025 Posted February 2, 2025 Hello everyone ! So, I'm playing with agot mod and I want to keep paradox bodies and only want add animations. Which mods should I download and in what order?
starfarts Posted February 2, 2025 Posted February 2, 2025 (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. Â Â Edited February 2, 2025 by starfarts
QuackShot Posted February 3, 2025 Posted February 3, 2025 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
the.witcher Posted February 4, 2025 Posted February 4, 2025 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:
Froiq Posted February 4, 2025 Posted February 4, 2025 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.
morlund69 Posted February 5, 2025 Posted February 5, 2025 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.
morlund69 Posted February 5, 2025 Posted February 5, 2025 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 😅
Froiq Posted February 5, 2025 Posted February 5, 2025 Thank you guys so much for the great explanation you rock
erutick3 Posted February 5, 2025 Posted February 5, 2025 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.
throbbingmango Posted February 7, 2025 Posted February 7, 2025 Â Â 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.Â
csirke128 Posted February 8, 2025 Author Posted February 8, 2025 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: Â 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.
csirke128 Posted February 8, 2025 Author Posted February 8, 2025 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)
csirke128 Posted February 8, 2025 Author Posted February 8, 2025 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. Â Â Â 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.
csirke128 Posted February 8, 2025 Author Posted February 8, 2025 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
csirke128 Posted February 8, 2025 Author Posted February 8, 2025 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: Â 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. 1
csirke128 Posted February 8, 2025 Author Posted February 8, 2025 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)
csirke128 Posted February 8, 2025 Author Posted February 8, 2025 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.  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. 2
csirke128 Posted February 8, 2025 Author Posted February 8, 2025 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   Can you share an error log? Your load order seems fine
csirke128 Posted February 8, 2025 Author Posted February 8, 2025 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).  Extended Outliner RICE CFP EPE CFP + EPE ComPatch Nameplates VIET Events Rice + EPE ComPatch Knight manager Beautiful Females Battle Graphics Congenital Beuty Love Marriage Family Better Barbershop Title Rank borders Fair Ladies Random Faces Fix Carnalitas CBO Unofficial (Combo File) CFP + EPE CBO Patch CP + EPE CBO Base CFP CBO Animation CFP CBO Mesh EPE CBO Animation EPE CBO Mesh CBO Animations Pack Overhaul Carnilatas Arousal Carnilatas Historical Slavery Carnilatas Slavery Reimagined Intimate Encounters Carnilatas Slavery Expansion Carnilatas Love Reimagined Carnilatas Dei 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?
AquaJet Posted February 9, 2025 Posted February 9, 2025 https://forum.paradoxplaza.com/forum/threads/important-update-for-clothing-mods.1726533/ @csirke128Have you seen this announcement? I think this might break the mod when the next update comes 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