Jump to content

[mod] Better Barbershop CBO Extension


Recommended Posts

Posted
On 9/9/2024 at 1:14 AM, *Darth Vader* said:

So I went into all the ethnicity files and made it so that only the bust_shape_3_half gene is used and it works fine. But when I active this mod it seems that it does not work and it randomized the bust gene for everyone. I'm not sure if maybe something is listed incorrectly in these files for the bust genes?

 

I think someone in CBO thread also noted this somehow messes with how genes are done in ethniucities files, but I still have no idea, how it could affect them.

 

The way the mod works, is if there is no variable, then the effect should not apply:

cbo_bust_shape = {
    usage = game
    selection_behavior = max
    bust_shape_reset = {
        weight = {
            base = 1
        }
    }
    bust_shape_default = {
        dna_modifiers = {
            morph = {
                mode = modify_multiply
                gene = gene_bs_bust
                template = bust_default
                value = 1.0
            }
        }
        weight = {
            base = 0
            modifier = {
                trigger_if = {
                    limit = { exists = var:bust_shape }
                    var:bust_shape = 1
                }
                add = 100
            }
        }
    }

 

So bust_shape_reset applies nothing, and the other categories should only take effect, if the variable exists.

 

Can you try change this file so it adds the bust shape 3 half to the reset state?

 

"Better Barbershop CBO Extension\gfx\portraits\portrait_modifiers\99_cbo_genes.txt"
 

cbo_bust_shape = {
    usage = game
    selection_behavior = max
    bust_shape_reset = {

        dna_modifiers = {
            morph = {
                mode = modify_multiply
                gene = gene_bs_bust
                template = bust_shape_3_half
                value = 1.0
            }
        }

        weight = {
            base = 1
        }
    }

...

 

 

  • 3 weeks later...
Posted

Hello, the mod is working perfectly for me in terms of genes and everything, but is there supposed to be a revealing clothes option somewhere?

Posted
Just now, CKwin said:

Hello, the mod is working perfectly for me in terms of genes and everything, but is there supposed to be a revealing clothes option somewhere?

 

Hi, this mod doesn't change revealing clothing.

Seems like its a bug with CBO Unofficial, for some reason the setting doesn't show up. Its supposed to work same as with CBO, that you can select between normal and revealing, at the clothing section.

Posted
37 minutes ago, Durante said:

Crashing for me unfortunately when selecting create ruler/adventurer, might be related to PA unofficial.

 

Hi, yea this mod is probably not going to work with PA, as they are basically doing the same thing, except that this mod only creates the variables when you edit it in barbershop, while PA creates the variables for all characters by an event.

I'll create a version that doesnt create new variables, but instead just changes the existing PA variables, so it works with PA. Until then I guess the only way to customize is with the debug options.

Posted
2 hours ago, raym24 said:

Tengo un problema, no puedo cambiar los genes. Cuando entro a la barbería solo aparece Naked y nada más.

 

Hi, do you have the CBO Gene category in the barbershop?

 

Or can you share a screenshot?

 

20241005085120_1.jpg

20241005085130_1.jpg

Posted (edited)

 

Yes, I don't have the GEN CBO, only the barber body appears.

 

image.png.091e7ff936f736c0886423bcbae83690.png

 

This is my mod loading order

 

 

Capturadepantalla(7).png.816ab0e342cac3935a3346b3cb1d70bb.png

Edited by raym24
Posted
3 hours ago, raym24 said:

 

Yes, I don't have the GEN CBO, only the barber body appears.

 

image.png.091e7ff936f736c0886423bcbae83690.png

 

This is my mod loading order

 

 

Capturadepantalla(7).png.816ab0e342cac3935a3346b3cb1d70bb.png

 

Hi, it shows that you have better barbershop on disk, so I'm guessing its not updated to latest version.

 

Can you try update Better Barbershop, or try use the old version of Better Barbershop CBO extension?

Better Barbershop CBO Extension 1.0.zip

  • 2 weeks later...
Posted

@csirke128 any chance of an updated Better Barbershop Beta CBO Patch in the near future? The mod was just updated today and restores the clothing color picker which Paradox inexplicably deleted from their last update.  The current Better Barbershop and its CBO patch work perfectly, but there's no color picker.

Posted
2 hours ago, hamletsdead said:

@csirke128 any chance of an updated Better Barbershop Beta CBO Patch in the near future? The mod was just updated today and restores the clothing color picker which Paradox inexplicably deleted from their last update.  The current Better Barbershop and its CBO patch work perfectly, but there's no color picker.

 

Sure, let me check

Posted
2 hours ago, hamletsdead said:

@csirke128 any chance of an updated Better Barbershop Beta CBO Patch in the near future? The mod was just updated today and restores the clothing color picker which Paradox inexplicably deleted from their last update.  The current Better Barbershop and its CBO patch work perfectly, but there's no color picker.

 

Did a quick update, just put the CBO stuff in its own tab, only tested to make sure it still works

Havent looked into how the copy DNA stuff works, so not sure if I need to make some changes to make that work with CBO genes, ill check that later

Posted
20 minutes ago, xxdungeonxx1 said:

Is there a way to make it work with Physical Attributes? Making PA edits to npcs is messy, you need to debug the game and the barbershop would be great.

 

Yea, its somewhere on my todo list

Posted
6 minutes ago, Tomcody111 said:

When you edit a characters genes with this mod, does it then carry over into inherited genes for children? 

 

Hi, no this doesnt edit the genes, it only changes visuals. As far as I know, the genes are not accessible from scripts (but havent checked what the beta version of better barbershop does with the copy DNA stuff yet)

Posted
20 hours ago, csirke128 said:

 

Sure, let me check

I had all working perfectly before the update on Beta Barber, after that i got the 'body' (Height..., head and body config) section Blank only showing the 'Naked' toggle, but the CBO section was fine and working, and now with your update on this extension, all sections but the Clothing are blank. Any idea what is the issue? I have multiple mods on, but then again it was working perfectly before both updates...

Posted
3 minutes ago, eutefodo said:

I had all working perfectly before the update on Beta Barber, after that i got the 'body' (Height..., head and body config) section Blank only showing the 'Naked' toggle, but the CBO section was fine and working, and now with your update on this extension, all sections but the Clothing are blank. Any idea what is the issue? I have multiple mods on, but then again it was working perfectly before both updates...

I think Beta Barber go reupdated after you updated your extension, they changed the layout and also added options for the changes from Barbershop to be inherited or not, amongst other fixings. So i would deeply appreciate you checking that up as my game depends on your file.

Thank you so much! ❤️ 

Posted
3 hours ago, eutefodo said:

I think Beta Barber go reupdated after you updated your extension, they changed the layout and also added options for the changes from Barbershop to be inherited or not, amongst other fixings. So i would deeply appreciate you checking that up as my game depends on your file.

Thank you so much! ❤️ 

 

Hi, updated it.

Posted
5 minutes ago, Sir Dogged said:

Hey, the beta version of this mod is to provide compat with beta bettershop. I'm curious if this also provides compat with beta bettershop's color picker clothes submod. https://steamcommunity.com/sharedfiles/filedetails/?id=3350459101&searchtext= If it does, where would I throw in the submod for beta bettershop.
-Better Barbershop Beta
-Color Picker for Clothes
-Better Barbershop Beta CBO Extension 
?

 

Hi, doesn't seem to conflict with this mod, so load order probably doesn't matter.

Posted
23 hours ago, xxdungeonxx1 said:

Is there a way to make it work with Physical Attributes? Making PA edits to npcs is messy, you need to debug the game and the barbershop would be great.

 

Added PA variant.

Maybe later will enforce that Min < Max, but seems like the debug doesnt do it either.

Hmm, now that I think about it, I think I forgot about visual age, will add that later.

Posted

should I have both PA and CBO versions of Barber shop extensions cause I use both PA Unofficial and CBO unofficial, like should my Load order be 1. CBO unofficial, 2. PA unofficial 3. better barbershop, 4. CBO extension, 5. PA extension.

Posted
3 minutes ago, Zero_Zaraki said:

should I have both PA and CBO versions of Barber shop extensions cause I use both PA Unofficial and CBO unofficial, like should my Load order be 1. CBO unofficial, 2. PA unofficial 3. better barbershop, 4. CBO extension, 5. PA extension.

 

Hi, the PA one is standalone, so you should only use the PA one.

The PA version doesnt allow you to do the same things as the CBO one, because the blending shapes are now controlled by PA traits.

So it still has for example breast shape, but the breast size is the PA one.

Posted

So i after you updated and beta barber updated i still cant get it to work on my save file, sorry in advance because it is a long mod list but here is the load order i'm using (which was working prior to the updates), and how my barbershop screen is looking in game (i removed my character as it is pretty NSFW).
I would deeply appreciate you help as I'm far into this save.

Screenshot 2024-10-19 184409.png

Screenshot 2024-10-19 184440.png

Screenshot 2024-10-19 183054.png

Screenshot 2024-10-19 183133.png

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