Jump to content

[mod] Character Body Overhaul


Recommended Posts

Posted
2 hours ago, iceQueenTT said:

My English is not good, but I followed this paragraph in the article

 

[If you have a previous version of CBO, delete the entire thing, as well as CBO Vanilla, both CBO Clothes, and the CFP Compatibility patch.

In order to install place the zip files in your mod folder (you may also place CBO Vanilla and/or the CFP Compatibility Patch in there too). By default Paradox places it in your document's directory, changing that is difficult. If your documents directory is in One Drive, you need to stop backing up your documents directory to one drive. This is true for all CK3 mods. Your computer will try to backup your mods to the cloud. If a mod contains only a few text files this is not a huge deal. CBO contains over a GB of graphical assets. It will not work.

Select all of the mods you just placed in your documents directory and unzip. But if you are about to use WinZip, don't. CK3 uses extremely long file paths for their clothing, and I need to follow their lead or the files won' t overwrite. Find a different unzipping software and use that.

 

You should be able to find Character Body Overhaul in the Paradox Launcher. Although the launcher is notoriously buggy about recognizing mod folders.

If it's refusing to recognize any mod you can just create a new mod. On the menu on the left of the launcher select All installed mods, then upload mods. Make sure not to touch the drop down and select Create a mod. Put in the information needed and it will create a mod shell. Since your launcher just created it, it will recognize it. You can just throw all the files in there just make sure all the folders at the level of the descriptor file look identical to what was in CBO at the level of the descriptor.]

 

he still doesn't work, my game keeps crashing.

 

I don't know if I am doing it wrong?

crashing.png

Read the above posts. The mod has not been updated yet with the latest CK3 update so its broken.

Posted
35 minutes ago, axenstarr said:

閱讀以上帖子。該模組尚未使用最新的 CK3 更新進行更新,因此已損壞。

oh,I see....

 

so I just have to wait for the new version to update.

 

then i understand. thank you

Posted (edited)

Works fine for me. I downloaded the unofficial Carnalitas patch in the forum thread (so memories work). Manually changed CBO  supported version to 1.7.*, and all is good. I also started a new game and a new playset. 

Edited by poopyrooster
Posted
7 hours ago, suckmykkkk said:

Can anybody tell me which patch can fix the crash between Princes of darkness and CBO? I wanna play both of them.

But there is no result in forum now.

+1 Can anyone help? thank you

Posted
On 9/9/2022 at 11:55 AM, Anykeyro said:

Removing these lines from
mod\char_body_overhaul\gfx\portraits\portrait_modifiers\sex_animation_portrait_modifiers 
stops game from crashing/endless loading on startup.
 
    normal_cunnilingus_height_correction = {
        dna_modifiers = {
            morph = {
                mode = modify_multiply
                gene = gene_height
                value = 1.0
                template = normal_cunnilingus_height_correction
            }
        }    
    }
    dwarf_cunnilingus_height_correction = {
        dna_modifiers = {
            morph = {
                mode = modify_multiply
                gene = gene_height
                value = 1.0
                template = dwarf_cunnilingus_height_correction
            }
        }    
    }
    giant_cunnilingus_height_correction = {
        dna_modifiers = {
            morph = {
                mode = modify_multiply
                gene = gene_height
                value = 1.0
                template = giant_cunnilingus_height_correction
            }
        }    
    }


Didn't test in game yet, but some animations will probably be messed up.

It SHOULD work with such setup (i dont have any other mods except a few from workshop)

  1. Carnalitas
  2. CBO
  3. CBO Carnal Court

 

sex_animation_portrait_modifiers.txt 3.14 kB · 115 downloads

I did do exactly this and also removed all my saves and created a new play setup and it works. If you haven't tried this yet give it a shot at least. The lines that are mentioned here are the last ones in the file.

Posted

I found the file that causes the crash when CBO and Regula Magistri are both active.

 

char_body_overhaul\gfx\portraits\portrait_modifiers\cbo_makeup.txt

 

What it is exactly in there though is beyond me to figure out.

Posted (edited)

There's a conflict with common/genes/cbo_eyelashes.txt and common/genes/regula_gene_accessories_misc.txt.

 

cbo_eyelashes adds mascara_eyelashes which regula_gene_accessories_misc overwrites.

 

Try replacing common/genes/regula_gene_accessories_misc.txt with this.

regula_gene_accessories_misc.txt

Edited by cap88
Posted
44 minutes ago, cap88 said:

There's a conflict with common/genes/cbo_eyelashes.txt and common/genes/regula_gene_accessories_misc.txt.

 

cbo_eyelashes adds mascara_eyelashes which regula_gene_accessories_misc overwrites.

 

Try replacing common/genes/regula_gene_accessories_misc.txt with this.

regula_gene_accessories_misc.txt 3.37 kB · 2 downloads

 

Ye, That made RM/CBO and Carna work together. Thanks a lot for that fix.

Posted
5 hours ago, cap88 said:

There's a conflict with common/genes/cbo_eyelashes.txt and common/genes/regula_gene_accessories_misc.txt.

 

cbo_eyelashes adds mascara_eyelashes which regula_gene_accessories_misc overwrites.

 

Try replacing common/genes/regula_gene_accessories_misc.txt with this.

regula_gene_accessories_misc.txt 3.37 kB · 16 downloads

Your an absolute legend my dude. been waiting to play the new update with RM CBO and Carna.

Posted (edited)
On 9/9/2022 at 5:55 AM, Anykeyro said:

Removing these lines from
mod\char_body_overhaul\gfx\portraits\portrait_modifiers\sex_animation_portrait_modifiers 
stops game from crashing/endless loading on startup.
 
    normal_cunnilingus_height_correction = {
        dna_modifiers = {
            morph = {
                mode = modify_multiply
                gene = gene_height
                value = 1.0
                template = normal_cunnilingus_height_correction
            }
        }    
    }
    dwarf_cunnilingus_height_correction = {
        dna_modifiers = {
            morph = {
                mode = modify_multiply
                gene = gene_height
                value = 1.0
                template = dwarf_cunnilingus_height_correction
            }
        }    
    }
    giant_cunnilingus_height_correction = {
        dna_modifiers = {
            morph = {
                mode = modify_multiply
                gene = gene_height
                value = 1.0
                template = giant_cunnilingus_height_correction
            }
        }    
    }


Didn't test in game yet, but some animations will probably be messed up.

It SHOULD work with such setup (i dont have any other mods except a few from workshop)

  1. Carnalitas
  2. CBO
  3. CBO Carnal Court

 

sex_animation_portrait_modifiers.txt 3.14 kB · 164 downloads

 

Okay, this hotfix does work, but to expand on this, it'll still crash if CFP is enabled, so everyone still having issues needs to disable CFP. The CFP compatibility patch doesn't fix the crashing either.

 

I also used the Carnalitas hotfix, which may or may not have helped, but even with that, CFP was still crashing my game.

 

 

Edited by ReMeDy
Posted (edited)
7 hours ago, cap88 said:

Try this for CBO and CFP.

 

CFP + CBO Quickpatch.zip 16.62 kB · 41 downloads

 

Requires CFP, CBO, and the compatibility patch from 1.6. Load after all of them.

 

I haven't tested these much beyond just getting the game to successfully launch.

Hmm...  It seems some kind of a problem exists.

Here is my load order. Can someone tell me whats wrong? Because now i have not crushed game process but hanged up.

Spoiler

image.png.f4ba7076b4c64b83c7fc8cde62effd16.png

Changed load list only to Carnalitas, RM, CFP, CBO and compatches... And again, with RM it begun to crush when starting the game :( All other mods disabled.

Spoiler

image.png.cbefca9d77b9e232db65921418fd5608.png

 

 

 

Edited by 919973FL
Posted

I'm kinda confused, I see some people saying they have CBO working currently but I can't seem to replicate it. 

I've installed the CFP Compat 1.6 patch, the CFP+CBO Quickpatch linked here, I've tried editing the text file that was mentioned a page or two ago to remove the 3 lines. 

Load order : 

Fullscreen Barber
Carnalitas
CFP
CBO
CBO Vanilla
CBO CFP Compat
CBO Carnal Court
CBO Animations Pack
CFP+CBO Quickpatch

Get a crash every time. 

I've dropped everything except Carnalitas and that will load, but as soon as I try to reintroduce CBO mods it all falls apart again.

Posted (edited)
10 hours ago, cap88 said:

Try this for CBO and CFP.

 

CFP + CBO Quickpatch.zip 16.62 kB · 86 downloads

 

Requires CFP, CBO, and the compatibility patch from 1.6. Load after all of them.

 

I haven't tested these much beyond just getting the game to successfully launch.

Doesnt seem to work for me, no matter what loadorder I try

Only way I can get the game to work is just to disable CFP, which I guess I can deal with.

EDIT: Nevermind, the game cant be saved even as admin.

EDIT 2: Removing CBO fixes infinite saving, guess I'll just hope for an update.

Edited by SSoap
Posted
4 hours ago, lastpawntk said:

I'm kinda confused, I see some people saying they have CBO working currently but I can't seem to replicate it. 

I've installed the CFP Compat 1.6 patch, the CFP+CBO Quickpatch linked here, I've tried editing the text file that was mentioned a page or two ago to remove the 3 lines. 

Load order : 

Fullscreen Barber
Carnalitas
CFP
CBO
CBO Vanilla
CBO CFP Compat
CBO Carnal Court
CBO Animations Pack
CFP+CBO Quickpatch

Get a crash every time. 

I've dropped everything except Carnalitas and that will load, but as soon as I try to reintroduce CBO mods it all falls apart again.

You might try and place CFP after CBO.  Also, move the quickpatch to directly below CBO + CFP Compatch.

My load order:

Fullscreen Barbershop

Canalitas

CBO

CBO Vanilla

CFP

CBO CFP Compat

CFP + CBO Quickpatch

CBO Carnal Court

CBO Carnal Court CFP Compat

 

I made the same changes you mentioned AND I started from a whole new playlist to trick Launcher into actually re-loading the files.  Works for me.  

 

 

Posted
5 hours ago, justpokinaround said:

You might try and place CFP after CBO.  Also, move the quickpatch to directly below CBO + CFP Compatch.

My load order:

Fullscreen Barbershop

Canalitas

CBO

CBO Vanilla

CFP

CBO CFP Compat

CFP + CBO Quickpatch

CBO Carnal Court

CBO Carnal Court CFP Compat

 

I made the same changes you mentioned AND I started from a whole new playlist to trick Launcher into actually re-loading the files.  Works for me.  

 

 

Yeah... It works, thanks. But most annoying thing that if you add to this list Regula Magistri anywhere, game starts to crush again. :(

Posted
6 hours ago, Stephens66 said:

mod dead or something it Crashes with 1.7.0 update

 

Read above your post slightly and theres patch fixes for it to not crash with certain things. But as of now theres no official update on this, Carna or RM.

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