Jump to content

[mod] CBO Unofficial


Recommended Posts

Posted

Hi
Silly question, but:
I started using the light version of the mod, due to a weak PC. But even in the main version I used 2-3 versions of new clothes
Can I drag the files of these clothes from the main mod to the light version? In theory, it should work

Posted
17 minutes ago, Imraheel said:

Hi
Silly question, but:
I started using the light version of the mod, due to a weak PC. But even in the main version I used 2-3 versions of new clothes
Can I drag the files of these clothes from the main mod to the light version? In theory, it should work

 

Yea, as long as its not revealing clothing, it should work.

Posted (edited)

First, thank you for this great mod, 

 

I have questions here, do you know how I can make them undress while creating a new character? they all are wearing this nightgown making imposible to play with the number (hips, butt, niples, etc)... thanks in advance

Edited by Mee&Mee
Posted
1 minute ago, Mee&Mee said:

First, thank you for this great mod, 

 

I have questions here, do you know how I can make them undress while creating a new character? they all are wearing this nightgown making imposible to play with the number (hips, butt, niples, etc)... thanks in advance

 

Hi, thats probably a mod conflict.

 

Normally the ruler designer clothes are set in the file 01_clothes_base.txt, but I'm overwriting it in

"CBO Unofficial\gfx\portraits\portrait_modifiers\02_clothes_base.txt"

 

clothes = { # Special group for the ruler designer only. The game expects this to be named "clothes"

    usage = game
    selection_behavior = weighted_random
    priority = 20

    ruler_designer_clothes = {
        dna_modifiers = {
            accessory = {
                mode = add
                gene = clothes
                template = no_clothes
                range = { 0 1 }
            }
        }
        weight = {
            base = 0
            modifier = {
                add = 100
                portrait_ruler_designer_trigger = yes
                is_adult = yes
                age >= 18
            }
        }
    }

 

Maybe something is overwriting it, like with higher priority or smth in one of the mods.

 

Posted
4 hours ago, csirke128 said:

 

Да, если это не откровенная одежда, то это должно сработать.

Unfortunately, it's a revealing garment... A revealing version of a high medieval dress. From what I understand from your answer, it would take too much manipulation to make it work?

Posted
20 minutes ago, Imraheel said:

Unfortunately, it's a revealing garment... A revealing version of a high medieval dress. From what I understand from your answer, it would take too much manipulation to make it work?

 

I think then the easier place to swap would be, copy the revealing clothing to where it was, and change the file

"CBO Unofficial L\gfx\portraits\accessories\clothes.txt"

 

For example:

 

CBO Lite:

female_clothes_secular_western_nobility_01_low = {
    set_tags = "shrink_arms,shrink_chest,shrink_armpit_default,shrink_belly,shrink_butt,butt_clothed,hips_clothed,shoulders_clothed,waist_clothed,breasts_clothed"
    entity = { required_tags = "undressed"        shared_pose_entity = torso }
    entity = { required_tags = ""        shared_pose_entity = torso        entity = female_clothes_secular_western_nobility_01_low_entity }
}

 

CBO:

female_clothes_secular_western_nobility_01_low = {
    set_tags = "shrink_arms,shrink_chest,shrink_armpit_default,shrink_belly,shrink_butt,butt_clothed,hips_clothed,shoulders_clothed,waist_clothed,breasts_clothed"
    set_tags = "breasts_clothed_revealing_2,waist_clothed_rev_2"
    entity = { required_tags = "undressed"        shared_pose_entity = torso }
    entity = { required_tags = "revealing_2"        shared_pose_entity = torso        entity = female_clothes_revealing_2_western_01_low_entity }
    entity = { required_tags = ""        shared_pose_entity = torso        entity = female_clothes_secular_western_nobility_01_low_entity }
}

 

 

So at CBO you can see that it changes to a different mesh female_clothes_revealing_2_western_01_low_entity, which is the revealing clothing.

 

So you can change CBO Lite to

female_clothes_secular_western_nobility_01_low = {
    set_tags = "shrink_arms,shrink_chest,shrink_armpit_default,shrink_belly,shrink_butt,butt_clothed,hips_clothed,shoulders_clothed,waist_clothed,breasts_clothed"
    entity = { required_tags = "undressed"        shared_pose_entity = torso }
    entity = { required_tags = ""        shared_pose_entity = torso        entity = female_clothes_revealing_2_western_01_low_entity }
}

 

Posted
6 hours ago, NoWa155 said:

hey cbo convert have some files missing no ? because i dont see the bat files mentioned in CBO README 

 

Ah, I guess readme is out of date.

I removed the convert to old bone order version, so now it only converts it to the new bone order, which is what CBO Unofficial uses.

Also just added into the script, to check if the animation name has female_ in it, if yes consider it female, otherwise consider it male.

So no need to convert male and female animations separately. (and for meshes, it didnt matter if its male or female previously)

Posted
13 hours ago, Mee&Mee said:

First, thank you for this great mod, 

 

I have questions here, do you know how I can make them undress while creating a new character? they all are wearing this nightgown making imposible to play with the number (hips, butt, niples, etc)... thanks in advance

Do you happen to use Better UI Scaling? Because I had the same issue, and I think that one was what was causing problems for me. They made an update a little bit of time ago that seemed to mess with the ruler creator and causing this problem.

Posted
13 hours ago, csirke128 said:

 

Я думаю, тогда было бы проще поменять местами, скопировать открытую одежду туда, где она была, и изменить файл.

"CBO неофициальный L\gfx\portraits\accessories\clothes.txt"

 

Например:

 

CBO Lite:

 

Бюджетный директор:

 

 

Итак, на CBO вы можете увидеть, что он меняется на другую сетку female_clothes_revealing_2_western_01_low_entity, которая является открытой одеждой.

 

Итак, вы можете изменить CBO Lite на

 

Thank you very much
You are the first one, in my memory, who so immersedly answers all comments

Posted

I applied the mod, but I keep having problems with the Byzantine Emperor's costume.

 

To be precise, a problem arose where the gold frame of the Loros worn by the emperor became transparent and exposed the bare forearm inside.

 

Is this a glitch caused by the modeling not being completed yet?

costume glitch.png

costume glitch 2.png

Posted
5 minutes ago, AAA+ bat said:

I applied the mod, but I keep having problems with the Byzantine Emperor's costume.

 

To be precise, a problem arose where the gold frame of the Loros worn by the emperor became transparent and exposed the bare forearm inside.

 

Is this a glitch caused by the modeling not being completed yet?

costume glitch.png

costume glitch 2.png

 

Hi, havent done the byzantine male stuff yet, but not sure if this is due to lack of that.

For example, I think with indian female clothing you can see similar, there is a clothing that has like a necklace, and then under that, the clothing becomes invisible.

I'll check, could also be I just need do the meshes.

Posted
13 minutes ago, csirke128 said:

 

안녕하세요, 아직 비잔틴 남성에 대한 내용은 다루지 않았지만, 그게 부족해서 그런지는 잘 모르겠습니다.

예를 들어, 인도 여성 의류에서도 비슷한 점을 볼 수 있는데, 목걸이 같은 것이 달려 있는 의류가 있고, 그 아래에는 의류가 보이지 않습니다.

확인해 볼게요. 메시만 만들어야 할 수도 있을 것 같아요.

 

Thanks for your quick reply!

Posted

I'm sorry for asking dumb questions. When you say [CBO Animation Pack Integrated], does this mean the file is in this mod? or it's compatible and CBO animations pack still needed to be downloaded and loaded for this animation pack to work?

 

On 4/22/2024 at 5:53 PM, csirke128 said:

This mod also integrates CBO Animation Pack:

 

 

Thank you in advance. 

Posted
18 minutes ago, dolooxu said:

I'm sorry for asking dumb questions. When you say [CBO Animation Pack Integrated], does this mean the file is in this mod? or it's compatible and CBO animations pack still needed to be downloaded and loaded for this animation pack to work?

 

 

Thank you in advance. 

 

Hi, it means its in the mod, and no need to download that file.

Posted

Did the "Revealing clothing" option for Better Barbershop get removed from this mod? I can't find it anymore. Thought I would ask first before I start the process of hunting down incompatible mods.

Posted
29 minutes ago, Hylisang said:

Hey, sorry to disturb you again but i have crashes again

 

Game does launch, but whenever i try to play / create a character, it crashes 

 

error.log 2.35 MB · 1 download

 

image.thumb.png.b1fa8123565caf66aa6e6c2835a0fbce.png

 

image.png.e4816479c6791c9b72f91286837137b3.png

 

Hi, i would try disabling PA, if that helps, maybe you need to grab that again.

Otherwise you are looking for outdated mods that have files in "gfx\portraits\trait_portrait_modifiers"

Posted
17 minutes ago, myname789 said:

Did the "Revealing clothing" option for Better Barbershop get removed from this mod? I can't find it anymore. Thought I would ask first before I start the process of hunting down incompatible mods.

 

Hi, it should be there, its placed in "CBO Unofficial\gfx\portraits\portrait_modifiers\cbo_custom_clothes.txt". Only mod that should overwrite this is Lazys CBO Patch, but that should have the same revealing option.

Make sure the character is over 18. In previous version, you could select revealing clothing for characters that are below 18 years old, but it also added some underwear, and the new patch broke that somehow, and the revealing option would not show up.

So now its only at 18 and over, and you can select between 2 options, that are the same, but for some reason if there are only 1 options, it doesnt show up

 

1158310_109.jpg

Posted (edited)
2 hours ago, csirke128 said:

 

Hi, it should be there, its placed in "CBO Unofficial\gfx\portraits\portrait_modifiers\cbo_custom_clothes.txt". Only mod that should overwrite this is Lazys CBO Patch, but that should have the same revealing option.

Make sure the character is over 18. In previous version, you could select revealing clothing for characters that are below 18 years old, but it also added some underwear, and the new patch broke that somehow, and the revealing option would not show up.

So now its only at 18 and over, and you can select between 2 options, that are the same, but for some reason if there are only 1 options, it doesnt show up

 

1158310_109.jpg

I don't have the Revealing Clothes pull-down menu at all, for any characters. I'll do some testing and get back to you. Thanks

 

Edit: I still had the "Lazy CBO CS Patch" active. Removing that and moving "Lazy's Skimpy Accessories" and "Lazy's Skimpy Accessories CBO Compatibility" below CBO fixed the issue.

 

Separately, if I'm using "Statues of CK3" is your "Statues CBO CS Patch" still required?

Edited by myname789
Posted

поставил Carnalitas 2.7.1 + CBO unofficial 1.3.7 + PA unofficial 1.0.0

и после старта игры все персонажи на карте становятся карликами с уродствами xD словом что-то явно пошло не так. Версия игры 1.13.1.2, build 15992307 from 10 October 2024

Posted
2 hours ago, myname789 said:

I don't have the Revealing Clothes pull-down menu at all, for any characters. I'll do some testing and get back to you. Thanks

 

Edit: I still had the "Lazy CBO CS Patch" active. Removing that and moving "Lazy's Skimpy Accessories" and "Lazy's Skimpy Accessories CBO Compatibility" below CBO fixed the issue.

 

Separately, if I'm using "Statues of CK3" is your "Statues CBO CS Patch" still required?

 

Ill try fix the Lazy incompatibility, will need to do something related to CBO L and UL anyway.

 

I think statues mod is not yet up to date, and the previous patch might not work, as the animations would need to be converted again to add the ground joint bone.

Posted
1 hour ago, madzohan said:

поставил Carnalitas 2.7.1 + CBO unofficial 1.3.7 + PA unofficial 1.0.0

и после старта игры все персонажи на карте становятся карликами с уродствами xD словом что-то явно пошло не так. Версия игры 1.13.1.2, build 15992307 from 10 October 2024

 

Hi, can you share an error.log? There is a log folder next to the mod folder.

Also can you share a screenshot?

There were some issues with characters deforming, but I think those should have been fixed.

Maybe you can try the attachment, just in case (but I think this should be included in the latest version)

CBO Unofficial PA fix.zip

Posted
15 hours ago, TedsToaster said:

Do you happen to use Better UI Scaling? Because I had the same issue, and I think that one was what was causing problems for me. They made an update a little bit of time ago that seemed to mess with the ruler creator and causing this problem.

Yeap, I am thinking on troubleshooting (remove mods) to realize the one causing it but, maybe tomorrow, I am also using wife designer so probably it´s one of them, the thing is... wife designer has a amazing feature that let you create children for you or any other character by just clicking on a plus icon... and I use it a lot when I am starting a new run... 

 

thanks for reading me and for your time.... if I found anything I´ll let you know

Posted

I'am using this mod and i took  somebody else's character dna and  i addeds breasts are changing but hip ,butt, waist doesn't change and in animations my character is not working but other characters are working. How can change my character for this mod

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