Jump to content

[mod] (SJK) Beauty Scales Breasts


Recommended Posts

On 12/13/2022 at 2:46 PM, regguy said:

Maybe im being extra retarded i replaced the breastscales file making sure to not alter the beautysclaesbreasts file. i see the beautysclaesbreasts mod in the launcher but the other one the breast scales resource one has the red error indicator saying the path to the descriptor file is invalid I dont understand.

 

On 3/19/2023 at 6:05 AM, wuerbo said:

Same thing happens to me...

 

Did you guys figure it out? I had to reinstall this game and i totally forgot how to fix this issue

Link to comment
  • 2 weeks later...
On 5/11/2023 at 3:41 PM, X2Z said:

 

 

Did you guys figure it out? I had to reinstall this game and i totally forgot how to fix this issue

If I remember correctly they accidentally put their own pc username in the mod descriptor path, so you'd have to modify that to match your own. But I think the new update broke it again? Not sure.

Link to comment

Found the problem, they renamed some of the clothing from female_clothing_(etc.) to f_clothing and now it causes crashes.

Try this and see if it helps, just replace the existing folder with this one. I went around and did the four steps as mentioned to whatever I could, not sure if Tours and Tournaments is required.

Though I'm getting a hunch you could put similar-sounding lines to any future clothing assets and get similar results.
 

sjkBreastScales.7z

Edited by LurkLurkLurk
Link to comment
6 hours ago, Colonelstrat32 said:

hey so i tried to load only this mod, after doing all the fixes still crashes. could someone update? i enjoy using this mod alot

 

No keep the beautyscalesbreasts folder, just replace the breastscales folder with the one I posted. And preferrably without using another clothing mod.

Link to comment
On 5/21/2023 at 10:37 AM, LurkLurkLurk said:

Found the problem, they renamed some of the clothing from female_clothing_(etc.) to f_clothing and now it causes crashes.

Try this and see if it helps, just replace the existing folder with this one. I went around and did the four steps as mentioned to whatever I could, not sure if Tours and Tournaments is required.

Though I'm getting a hunch you could put similar-sounding lines to any future clothing assets and get similar results.
 

sjkBreastScales.7z 23.92 kB · 48 downloads

 

So i tried this in combination with the original mod file and it works with no crashes and stuff. breasts are scaleable according to beauty traits my only problem now is the aren't gigantic anymore at 100%. is there a way to increase how large the largest breasts would be?

Thanks a lot for the fix! 

Link to comment
2 hours ago, Parker345 said:

Yes! It does work.  I deleted the folder and tried again.  Works fine.  Thank you LurkLurkLurk.

 

are the boobs big? lol cuz they arent big in my playthrough.. just wondering

Link to comment
On 5/24/2023 at 1:03 AM, X2Z said:

 

So i tried this in combination with the original mod file and it works with no crashes and stuff. breasts are scaleable according to beauty traits my only problem now is the aren't gigantic anymore at 100%. is there a way to increase how large the largest breasts would be?

Thanks a lot for the fix! 

Yeah, you have to go into sjkBreastScales/common/genes and edit the "max =" values to whichever you want.

It was mentioned previously on this thread but you can have the game on and the file and if you edit and save it it'll update real-time so you can adjust the values to what you want.

Link to comment
On 2/21/2022 at 1:06 AM, Hermitic said:

If you don't mind the vanilla blendshapes, then you can edit the gene file to just scale those up to whatever you want. Here is an example I made that you could copy over the vanilla bust gene:

 

  Reveal hidden contents

    gene_bs_bust = {

        group = body

        bust_clothes = { 
            index = 0 
            male = {
                setting = { # The "slim" blend shape shrinks the body slightly in areas that are more likely to intersect with clothes
                    attribute = "bs_body_slim_1"    
                    value = { min = 1.0 max = 1.0 } 
                } 
            }
            female = { 
                setting = { 
                    attribute = "bs_body_breast_size_min" 
                    # value = { min = 1.0 max = -1.0 } 
                    curve = {
                        { 0.0   1.0 }
                        { 0.5   0.0 }
                        { 1.0   0.0 }
                    }    
                    age = age_preset_puberty  
                } 
                setting = { 
                    attribute = "bs_body_breast_size_max" 
                    # value = { min = -1.0 max = 1.0 } 
                    curve = {
                        { 0.0   2.5 }
                        { 0.5   3.0 }
                        { 1.0   3.5 }
                    }     
                    age = age_preset_puberty 
                } 
                setting = { 
                    attribute = "bs_breast_size_max" 
                    # value = { min = -1.0 max = 1.0 } 
                    curve = {
                        { 0.0   2.5 }
                        { 0.5   3.0 }
                        { 1.0   3.5 }
                    }     
                    age = age_preset_puberty 
                } 
                setting = { # The "slim" blend shape shrinks the body slightly in areas that are more likely to intersect with clothes
                    attribute = "bs_body_slim_1"    
                    value = { min = 1.0 max = 1.0 } 
                } 
            }
            boy = male
            girl = female
        }

        bust_clothes_light = { 
            index = 1 

            male = {
                setting = { # The "slim" blend shape shrinks the body slightly in areas that are more likely to intersect with clothes
                    attribute = "bs_body_slim_1"    
                    value = { min = 1.0 max = 1.0 } 
                } 
            }
            female = { 
                setting = { 
                    attribute = "bs_body_breast_size_min" 
                    # value = { min = 1.0 max = -1.0 } 
                    curve = {
                        { 0.0   1.0 }
                        { 0.5   0.0 }
                        { 1.0   0.0 }
                    }    
                    age = age_preset_puberty  
                } 
                setting = { 
                    attribute = "bs_body_breast_size_max" 
                    # value = { min = -1.0 max = 1.0 } 
                    curve = {
                        { 0.0   2.5 }
                        { 0.5   3.0 }
                        { 1.0   3.5 }
                    }     
                    age = age_preset_puberty 
                } 
                setting = { 
                    attribute = "bs_breast_size_max" 
                    # value = { min = -1.0 max = 1.0 } 
                    curve = {
                        { 0.0   2.5 }
                        { 0.5   3.0 }
                        { 1.0   3.5 }
                    }     
                    age = age_preset_puberty 
                } 
            }
            boy = male
            girl = female
        }

        bust_default = { 
            index = 2 

            female = { 
                setting = { 
                    attribute = "bs_body_breast_size_min" 
                    # value = { min = 1.0 max = -1.0 } 
                    curve = {
                        { 0.0   1.0 }
                        { 0.5   0.0 }
                        { 1.0   0.0 }
                    }
                    age = age_preset_puberty  
                } 
                setting = { 
                    attribute = "bs_body_breast_size_2_max" 
                    # value = { min = -1.0 max = 1.0 } 
                    curve = {
                        { 0.0   1.0 }
                        { 0.1   1.75 }
                        { 0.2   2.5 }
                        { 0.3   3.25 }
                        { 0.4   4.0 }
                        { 0.5   4.75 }
                        { 0.6   5.5 }
                        { 0.7   6.0 }
                        { 0.8   6.5 }
                        { 0.9   7.0 }
                        { 1.0   7.5 }
                    } 
                    age = age_preset_puberty 
                } 
                setting = { 
                    attribute = "bs_body_breast_shape_2" 
                    # value = { min = 0.5 max = 1.5 } 
                    curve = {
                        { 0.0   0.0 }
                        { 0.5   0.0 }
                        { 0.75   1.0 }
                    }
                    age = age_preset_aging_secondary_full  
                } 
                decal = {                                           
                        body_part = torso
                        textures = {
                            diffuse = "gfx/models/portraits/decals/female_body/decal_female_body_breast_size_max_diffuse.dds"
                            normal = "gfx/models/portraits/decals/female_body/decal_female_body_breast_size_min_normal.dds"
                        }
                        alpha_curve = {              #controls decal alpha relative to gene strength. Will give a linear interpolation if left unspecified
                            #character age%, decal alpha
                            { 0.0  1.0 }
                            { 0.5   0.0 }
                            { 1.0   0.0 }
                        }
                        blend_modes = {              #overlay/replace/hard_light/multiply
                            diffuse = multiply 
                            normal = replace
                            # properties = 
                        }
                        priority = 1
                }
                decal = {                                           
                        body_part = torso
                        textures = {
                            diffuse = "gfx/models/portraits/decals/female_body/decal_female_body_breast_size_max_diffuse.dds"
                            normal = "gfx/models/portraits/decals/female_body/decal_female_body_breast_size_max_normal.dds"
                        }
                        alpha_curve = {              #controls decal alpha relative to gene strength. Will give a linear interpolation if left unspecified
                            #character age%, decal alpha
                            { 0.5  0.0 }
                            { 1.0   1.0 }
                        }
                        blend_modes = {              #overlay/replace/hard_light/multiply
                            diffuse = multiply 
                            normal = replace
                            # properties = 
                        }
                        priority = 1
                }
            }
            girl = { 
                setting = { 
                    attribute = "bs_body_breast_size_min" 
                    # value = { min = 1.0 max = -1.0 } 
                    curve = {
                        { 0.0   1.0 }
                        { 0.5   0.0 }
                        { 1.0   0.0 }
                    }    
                    age = age_preset_puberty  
                } 
                setting = { 
                    attribute = "bs_body_breast_size_2_max" 
                    # value = { min = -1.0 max = 1.0 } 
                    curve = {
                        { 0.0   1.0 }
                        { 0.1   1.75 }
                        { 0.2   2.5 }
                        { 0.3   3.25 }
                        { 0.4   4.0 }
                        { 0.5   4.75 }
                        { 0.6   5.5 }
                        { 0.7   6.0 }
                        { 0.8   6.5 }
                        { 0.9   7.0 }
                        { 1.0   7.5 }
                    } 
                    age = age_preset_puberty 
                } 
            }
        }

        bust_shape_1_half = { 
            index = 3 

            female = { 
                setting = { 
                    attribute = "bs_body_breast_shape_1" 
                    # value = { min = 0.5 max = 0.5 } 
                    curve = {
                        { 0.0   0.25 }
                        { 0.5   0.5 }
                    }    
                    age = age_preset_puberty  
                } 
                setting = { 
                    attribute = "bs_body_breast_size_min" 
                    # value = { min = 1.0 max = -1.0 } 
                    curve = {
                        { 0.0   1.0 }
                        { 0.5   0.0 }
                        { 1.0   0.0 }
                    }    
                    age = age_preset_puberty  
                   } 
                setting = { 
                    attribute = "bs_body_breast_size_2_max" 
                    # value = { min = -1.0 max = 1.0 }
                    curve = {
                        { 0.0   1.0 }
                        { 0.1   1.75 }
                        { 0.2   2.5 }
                        { 0.3   3.25 }
                        { 0.4   4.0 }
                        { 0.5   4.75 }
                        { 0.6   5.5 }
                        { 0.7   6.0 }
                        { 0.8   6.5 }
                        { 0.9   7.0 }
                        { 1.0   7.5 }
                    }   
                    age = age_preset_puberty 
                } 
                setting = { 
                    attribute = "bs_body_breast_shape_2" 
                    # value = { min = 0.5 max = 1.5 } 
                    curve = {
                        { 0.0   0.0 }
                        { 0.5   0.0 }
                        { 0.75   1.0 }
                    }
                    age = age_preset_aging_secondary_full  
                } 
                decal = {                                           
                        body_part = torso
                        textures = {
                            diffuse = "gfx/models/portraits/decals/female_body/decal_female_body_breast_size_max_diffuse.dds"
                            normal = "gfx/models/portraits/decals/female_body/decal_female_body_breast_size_min_normal.dds"
                        }
                        alpha_curve = {              #controls decal alpha relative to gene strength. Will give a linear interpolation if left unspecified
                            #character age%, decal alpha
                            { 0.0  1.0 }
                            { 0.5   0.0 }
                            { 1.0   0.0 }
                        }
                        blend_modes = {              #overlay/replace/hard_light/multiply
                            diffuse = multiply 
                            normal = replace
                            # properties = 
                        }
                        priority = 1
                }
                decal = {                                           
                        body_part = torso
                        textures = {
                            diffuse = "gfx/models/portraits/decals/female_body/decal_female_body_breast_size_max_diffuse.dds"
                            normal = "gfx/models/portraits/decals/female_body/decal_female_body_breast_size_max_normal.dds"
                        }
                        alpha_curve = {              #controls decal alpha relative to gene strength. Will give a linear interpolation if left unspecified
                            #character age%, decal alpha
                            { 0.5  0.0 }
                            { 1.0   1.0 }
                        }
                        blend_modes = {              #overlay/replace/hard_light/multiply
                            diffuse = multiply 
                            normal = replace
                            # properties = 
                        }
                        priority = 1
                }
            }
            girl = { 
                setting = { 
                    attribute = "bs_body_breast_shape_1" 
                    # value = { min = 0.5 max = 0.5 } 
                    curve = {
                        { 0.0   0.25 }
                        { 0.5   0.5 }
                    }    
                    age = age_preset_puberty  
                } 
                setting = { 
                    attribute = "bs_body_breast_size_min" 
                    # value = { min = 1.0 max = -1.0 } 
                    curve = {
                        { 0.0   1.0 }
                        { 0.5   0.0 }
                        { 1.0   0.0 }
                    }    
                    age = age_preset_puberty  
                   } 
                setting = { 
                    attribute = "bs_body_breast_size_2_max" 
                    # value = { min = -1.0 max = 1.0 }
                    curve = {
                        { 0.0   1.0 }
                        { 0.1   1.75 }
                        { 0.2   2.5 }
                        { 0.3   3.25 }
                        { 0.4   4.0 }
                        { 0.5   4.75 }
                        { 0.6   5.5 }
                        { 0.7   6.0 }
                        { 0.8   6.5 }
                        { 0.9   7.0 }
                        { 1.0   7.5 }
                    }   
                    age = age_preset_puberty 
                } 
            }
        }

        bust_shape_1_full = { 

            index = 4 
            female = { 
                setting = { 
                    attribute = "bs_body_breast_shape_1" 
                    # value = { min = 0.5 max = 1.5 } 
                    curve = {
                        { 0.0   0.5 }
                        { 0.75   1.0 }
                    }    
                    age = age_preset_puberty  
                } 
                setting = { 
                    attribute = "bs_body_breast_size_min" 
                    # value = { min = 1.0 max = -1.0 } 
                    curve = {
                        { 0.0   1.0 }
                        { 0.5   0.0 }
                        { 1.0   0.0 }
                    }    
                    age = age_preset_puberty  
                   } 
                setting = { 
                    attribute = "bs_body_breast_size_2_max" 
                    # value = { min = -1.0 max = 1.0 }
                    curve = {
                        { 0.0   1.0 }
                        { 0.1   1.75 }
                        { 0.2   2.5 }
                        { 0.3   3.25 }
                        { 0.4   4.0 }
                        { 0.5   4.75 }
                        { 0.6   5.5 }
                        { 0.7   6.0 }
                        { 0.8   6.5 }
                        { 0.9   7.0 }
                        { 1.0   7.5 }
                    }   
                    age = age_preset_puberty 
                } 
                setting = { 
                    attribute = "bs_body_breast_shape_2" 
                    # value = { min = 0.5 max = 1.5 } 
                    curve = {
                        { 0.0   0.0 }
                        { 0.5   0.0 }
                        { 0.75   1.0 }
                    }
                    age = age_preset_aging_secondary_full  
                } 
                decal = {                                           
                        body_part = torso
                        textures = {
                            diffuse = "gfx/models/portraits/decals/female_body/decal_female_body_breast_size_max_diffuse.dds"
                            normal = "gfx/models/portraits/decals/female_body/decal_female_body_breast_size_min_normal.dds"
                        }
                        alpha_curve = {              #controls decal alpha relative to gene strength. Will give a linear interpolation if left unspecified
                            #character age%, decal alpha
                            { 0.0  1.0 }
                            { 0.5   0.0 }
                            { 1.0   0.0 }
                        }
                        blend_modes = {              #overlay/replace/hard_light/multiply
                            diffuse = multiply 
                            normal = replace
                            # properties = 
                        }
                        priority = 1
                }
                decal = {                                           
                        body_part = torso
                        textures = {
                            diffuse = "gfx/models/portraits/decals/female_body/decal_female_body_breast_size_max_diffuse.dds"
                            normal = "gfx/models/portraits/decals/female_body/decal_female_body_breast_size_max_normal.dds"
                        }
                        alpha_curve = {              #controls decal alpha relative to gene strength. Will give a linear interpolation if left unspecified
                            #character age%, decal alpha
                            { 0.5  0.0 }
                            { 1.0   1.0 }
                        }
                        blend_modes = {              #overlay/replace/hard_light/multiply
                            diffuse = multiply 
                            normal = replace
                            # properties = 
                        }
                        priority = 1
                }
            }
            girl = { 
                setting = { 
                    attribute = "bs_body_breast_shape_1" 
                    # value = { min = 0.5 max = 1.5 } 
                    curve = {
                        { 0.0   0.5 }
                        { 0.75   1.0 }
                    }    
                    age = age_preset_puberty  
                } 
                setting = { 
                    attribute = "bs_body_breast_size_min" 
                    # value = { min = 1.0 max = -1.0 } 
                    curve = {
                        { 0.0   1.0 }
                        { 0.5   0.0 }
                        { 1.0   0.0 }
                    }    
                    age = age_preset_puberty  
                   } 
                setting = { 
                    attribute = "bs_body_breast_size_2_max" 
                    # value = { min = -1.0 max = 1.0 }
                    curve = {
                        { 0.0   1.0 }
                        { 0.1   1.75 }
                        { 0.2   2.5 }
                        { 0.3   3.25 }
                        { 0.4   4.0 }
                        { 0.5   4.75 }
                        { 0.6   5.5 }
                        { 0.7   6.0 }
                        { 0.8   6.5 }
                        { 0.9   7.0 }
                        { 1.0   7.5 }
                    }   
                    age = age_preset_puberty 
                } 
            }
        }

        bust_shape_2_half = { 
            index = 5 

            female = { 
                setting = { 
                    attribute = "bs_body_breast_shape_2" 
                    # value = { min = 0.5 max = 0.5 } 
                    curve = {
                        { 0.0   0.12 }
                        { 0.5   0.25 }
                        { 0.85   0.5 }
                    }    
                    age = age_preset_puberty  
                } 
                setting = { 
                    attribute = "bs_body_breast_size_min" 
                    # value = { min = 1.0 max = -1.0 } 
                    curve = {
                        { 0.0   1.0 }
                        { 0.5   0.0 }
                        { 1.0   0.0 }
                    }    
                    age = age_preset_puberty  
                   } 
                setting = { 
                    attribute = "bs_body_breast_size_2_max" 
                    # value = { min = -1.0 max = 1.0 }
                    curve = {
                        { 0.0   1.0 }
                        { 0.1   1.75 }
                        { 0.2   2.5 }
                        { 0.3   3.25 }
                        { 0.4   4.0 }
                        { 0.5   4.75 }
                        { 0.6   5.5 }
                        { 0.7   6.0 }
                        { 0.8   6.5 }
                        { 0.9   7.0 }
                        { 1.0   7.5 }
                    }   
                    age = age_preset_puberty 
                } 
                setting = { 
                    attribute = "bs_body_breast_shape_2" 
                    # value = { min = 0.5 max = 1.5 } 
                    curve = {
                        { 0.0   0.0 }
                        { 0.5   0.0 }
                        { 0.75   1.0 }
                    }
                    age = age_preset_aging_secondary_full  
                } 
                decal = {                                           
                        body_part = torso
                        textures = {
                            diffuse = "gfx/models/portraits/decals/female_body/decal_female_body_breast_size_max_diffuse.dds"
                            normal = "gfx/models/portraits/decals/female_body/decal_female_body_breast_size_min_normal.dds"
                        }
                        alpha_curve = {              #controls decal alpha relative to gene strength. Will give a linear interpolation if left unspecified
                            #character age%, decal alpha
                            { 0.0  1.0 }
                            { 0.5   0.0 }
                            { 1.0   0.0 }
                        }
                        blend_modes = {              #overlay/replace/hard_light/multiply
                            diffuse = multiply 
                            normal = replace
                            # properties = 
                        }
                        priority = 1
                }
                decal = {                                           
                        body_part = torso
                        textures = {
                            diffuse = "gfx/models/portraits/decals/female_body/decal_female_body_breast_size_max_diffuse.dds"
                            normal = "gfx/models/portraits/decals/female_body/decal_female_body_breast_size_max_normal.dds"
                        }
                        alpha_curve = {              #controls decal alpha relative to gene strength. Will give a linear interpolation if left unspecified
                            #character age%, decal alpha
                            { 0.5  0.0 }
                            { 1.0   1.0 }
                        }
                        blend_modes = {              #overlay/replace/hard_light/multiply
                            diffuse = multiply 
                            normal = replace
                            # properties = 
                        }
                        priority = 1
                }
            }
            girl = {
                setting = { 
                    attribute = "bs_body_breast_shape_2" 
                    # value = { min = 0.5 max = 0.5 } 
                    curve = {
                        { 0.0   0.12 }
                        { 0.5   0.25 }
                        { 0.85   0.5 }
                    }    
                    age = age_preset_puberty  
                } 
                setting = { 
                    attribute = "bs_body_breast_size_min" 
                    # value = { min = 1.0 max = -1.0 } 
                    curve = {
                        { 0.0   1.0 }
                        { 0.5   0.0 }
                        { 1.0   0.0 }
                    }    
                    age = age_preset_puberty  
                   } 
                setting = { 
                    attribute = "bs_body_breast_size_2_max" 
                    # value = { min = -1.0 max = 1.0 }
                    curve = {
                        { 0.0   1.0 }
                        { 0.1   1.75 }
                        { 0.2   2.5 }
                        { 0.3   3.25 }
                        { 0.4   4.0 }
                        { 0.5   4.75 }
                        { 0.6   5.5 }
                        { 0.7   6.0 }
                        { 0.8   6.5 }
                        { 0.9   7.0 }
                        { 1.0   7.5 }
                    }   
                    age = age_preset_puberty 
                }      
            }
        }

        bust_shape_2_full = { 
            index = 6 

            female = { 
                setting = { 
                    attribute = "bs_body_breast_shape_2" 
                    # value = { min = 0.3 max = 1.3 } 
                    curve = {
                        { 0.0   0.25 }
                        { 0.5   0.5 }
                        { 0.85   1.0 }
                    }    
                    age = age_preset_puberty  
                } 
                setting = { 
                    attribute = "bs_body_breast_size_min" 
                    # value = { min = 1.0 max = -1.0 } 
                    curve = {
                        { 0.0   1.0 }
                        { 0.5   0.0 }
                        { 1.0   0.0 }
                    }    
                    age = age_preset_puberty  
                   } 
                setting = { 
                    attribute = "bs_body_breast_size_2_max" 
                    # value = { min = -1.0 max = 1.0 }
                    curve = {
                        { 0.0   1.0 }
                        { 0.1   1.75 }
                        { 0.2   2.5 }
                        { 0.3   3.25 }
                        { 0.4   4.0 }
                        { 0.5   4.75 }
                        { 0.6   5.5 }
                        { 0.7   6.0 }
                        { 0.8   6.5 }
                        { 0.9   7.0 }
                        { 1.0   7.5 }
                    }   
                    age = age_preset_puberty 
                } 
                setting = { 
                    attribute = "bs_body_breast_shape_2" 
                    # value = { min = 0.5 max = 1.5 } 
                    curve = {
                        { 0.0   0.0 }
                        { 0.5   0.0 }
                        { 0.75   1.0 }
                    }
                    age = age_preset_aging_secondary_full  
                } 
                decal = {                                           
                        body_part = torso
                        textures = {
                            diffuse = "gfx/models/portraits/decals/female_body/decal_female_body_breast_size_max_diffuse.dds"
                            normal = "gfx/models/portraits/decals/female_body/decal_female_body_breast_size_min_normal.dds"
                        }
                        alpha_curve = {              #controls decal alpha relative to gene strength. Will give a linear interpolation if left unspecified
                            #character age%, decal alpha
                            { 0.0  1.0 }
                            { 0.5   0.0 }
                            { 1.0   0.0 }
                        }
                        blend_modes = {              #overlay/replace/hard_light/multiply
                            diffuse = multiply 
                            normal = replace
                            # properties = 
                        }
                        priority = 1
                }
                decal = {                                           
                        body_part = torso
                        textures = {
                            diffuse = "gfx/models/portraits/decals/female_body/decal_female_body_breast_size_max_diffuse.dds"
                            normal = "gfx/models/portraits/decals/female_body/decal_female_body_breast_size_max_normal.dds"
                        }
                        alpha_curve = {              #controls decal alpha relative to gene strength. Will give a linear interpolation if left unspecified
                            #character age%, decal alpha
                            { 0.5  0.0 }
                            { 1.0   1.0 }
                        }
                        blend_modes = {              #overlay/replace/hard_light/multiply
                            diffuse = multiply 
                            normal = replace
                            # properties = 
                        }
                        priority = 1
                }
            }
            girl = { 
                setting = { 
                    attribute = "bs_body_breast_shape_2" 
                    # value = { min = 0.3 max = 1.3 } 
                    curve = {
                        { 0.0   0.25 }
                        { 0.5   0.5 }
                        { 0.85   1.0 }
                    }    
                    age = age_preset_puberty  
                } 
                setting = { 
                    attribute = "bs_body_breast_size_min" 
                    # value = { min = 1.0 max = -1.0 } 
                    curve = {
                        { 0.0   1.0 }
                        { 0.5   0.0 }
                        { 1.0   0.0 }
                    }    
                    age = age_preset_puberty  
                   } 
                setting = { 
                    attribute = "bs_body_breast_size_2_max" 
                    # value = { min = -1.0 max = 1.0 }
                    curve = {
                        { 0.0   1.0 }
                        { 0.1   1.75 }
                        { 0.2   2.5 }
                        { 0.3   3.25 }
                        { 0.4   4.0 }
                        { 0.5   4.75 }
                        { 0.6   5.5 }
                        { 0.7   6.0 }
                        { 0.8   6.5 }
                        { 0.9   7.0 }
                        { 1.0   7.5 }
                    }   
                    age = age_preset_puberty 
                } 
            }
        }

        bust_shape_3_half = { 
            index = 7 

            female = { 
                setting = { 
                    attribute = "bs_body_breast_shape_3" 
                    # value = { min = 0.5 max = 0.5 } 
                    curve = {
                        { 0.0   0.25 }
                        { 1.0   0.5 }
                    }        
                    age = age_preset_puberty  
                } 
                setting = { 
                    attribute = "bs_body_breast_size_min" 
                    # value = { min = 1.0 max = -1.0 } 
                    curve = {
                        { 0.0   1.0 }
                        { 0.5   0.0 }
                        { 1.0   0.0 }
                    }    
                    age = age_preset_puberty  
                   } 
                setting = { 
                    attribute = "bs_body_breast_size_2_max" 
                    # value = { min = -1.0 max = 1.0 }
                    curve = {
                        { 0.0   1.0 }
                        { 0.1   1.75 }
                        { 0.2   2.5 }
                        { 0.3   3.25 }
                        { 0.4   4.0 }
                        { 0.5   4.75 }
                        { 0.6   5.5 }
                        { 0.7   6.0 }
                        { 0.8   6.5 }
                        { 0.9   7.0 }
                        { 1.0   7.5 }
                    }   
                    age = age_preset_puberty 
                } 
                setting = { 
                    attribute = "bs_body_breast_shape_2" 
                    # value = { min = 0.5 max = 1.5 } 
                    curve = {
                        { 0.0   0.0 }
                        { 0.5   0.0 }
                        { 0.75   1.0 }
                    }
                    age = age_preset_aging_secondary_full  
                } 
                decal = {                                           
                        body_part = torso
                        textures = {
                            diffuse = "gfx/models/portraits/decals/female_body/decal_female_body_breast_size_max_diffuse.dds"
                            normal = "gfx/models/portraits/decals/female_body/decal_female_body_breast_size_min_normal.dds"
                        }
                        alpha_curve = {              #controls decal alpha relative to gene strength. Will give a linear interpolation if left unspecified
                            #character age%, decal alpha
                            { 0.0  1.0 }
                            { 0.5   0.0 }
                            { 1.0   0.0 }
                        }
                        blend_modes = {              #overlay/replace/hard_light/multiply
                            diffuse = multiply 
                            normal = replace
                            # properties = 
                        }
                        priority = 1
                }
                decal = {                                           
                        body_part = torso
                        textures = {
                            diffuse = "gfx/models/portraits/decals/female_body/decal_female_body_breast_size_max_diffuse.dds"
                            normal = "gfx/models/portraits/decals/female_body/decal_female_body_breast_size_max_normal.dds"
                        }
                        alpha_curve = {              #controls decal alpha relative to gene strength. Will give a linear interpolation if left unspecified
                            #character age%, decal alpha
                            { 0.5  0.0 }
                            { 1.0   1.0 }
                        }
                        blend_modes = {              #overlay/replace/hard_light/multiply
                            diffuse = multiply 
                            normal = replace
                            # properties = 
                        }
                        priority = 1
                } 
            }
            girl = { 
                setting = { 
                    attribute = "bs_body_breast_shape_3" 
                    # value = { min = 0.5 max = 0.5 } 
                    curve = {
                        { 0.0   0.25 }
                        { 1.0   0.5 }
                    }        
                    age = age_preset_puberty  
                } 
                setting = { 
                    attribute = "bs_body_breast_size_min" 
                    # value = { min = 1.0 max = -1.0 } 
                    curve = {
                        { 0.0   1.0 }
                        { 0.5   0.0 }
                        { 1.0   0.0 }
                    }    
                    age = age_preset_puberty  
                   } 
                setting = { 
                    attribute = "bs_body_breast_size_2_max" 
                    # value = { min = -1.0 max = 1.0 }
                    curve = {
                        { 0.0   1.0 }
                        { 0.1   1.75 }
                        { 0.2   2.5 }
                        { 0.3   3.25 }
                        { 0.4   4.0 }
                        { 0.5   4.75 }
                        { 0.6   5.5 }
                        { 0.7   6.0 }
                        { 0.8   6.5 }
                        { 0.9   7.0 }
                        { 1.0   7.5 }
                    }   
                    age = age_preset_puberty 
                } 
            }
        }

        bust_shape_3_full = { 
            index = 8 

            female = { 
                setting = { 
                    attribute = "bs_body_breast_shape_3" 
                    # value = { min = 0.5 max = 0.8 } 
                    curve = {
                        { 0.0   0.5 }
                        { 1.0   0.8 }
                    }    
                    age = age_preset_puberty  
                } 
                setting = { 
                    attribute = "bs_body_breast_size_min" 
                    # value = { min = 1.0 max = -1.0 } 
                    curve = {
                        { 0.0   1.0 }
                        { 0.5   0.0 }
                        { 1.0   0.0 }
                    }    
                    age = age_preset_puberty  
                   } 
                setting = { 
                    attribute = "bs_body_breast_size_2_max" 
                    # value = { min = -1.0 max = 1.0 }
                    curve = {
                        { 0.0   1.0 }
                        { 0.1   1.75 }
                        { 0.2   2.5 }
                        { 0.3   3.25 }
                        { 0.4   4.0 }
                        { 0.5   4.75 }
                        { 0.6   5.5 }
                        { 0.7   6.0 }
                        { 0.8   6.5 }
                        { 0.9   7.0 }
                        { 1.0   7.5 }
                    }   
                    age = age_preset_puberty 
                } 
                setting = { 
                    attribute = "bs_body_breast_shape_2" 
                    # value = { min = 0.5 max = 1.5 } 
                    curve = {
                        { 0.0   0.0 }
                        { 0.5   0.0 }
                        { 0.75   1.0 }
                    }
                    age = age_preset_aging_secondary_full  
                } 
                decal = {                                           
                        body_part = torso
                        textures = {
                            diffuse = "gfx/models/portraits/decals/female_body/decal_female_body_breast_size_max_diffuse.dds"
                            normal = "gfx/models/portraits/decals/female_body/decal_female_body_breast_size_min_normal.dds"
                        }
                        alpha_curve = {              #controls decal alpha relative to gene strength. Will give a linear interpolation if left unspecified
                            #character age%, decal alpha
                            { 0.0  1.0 }
                            { 0.5   0.0 }
                            { 1.0   0.0 }
                        }
                        blend_modes = {              #overlay/replace/hard_light/multiply
                            diffuse = multiply 
                            normal = replace
                            # properties = 
                        }
                        priority = 1
                }
                decal = {                                           
                        body_part = torso
                        textures = {
                            diffuse = "gfx/models/portraits/decals/female_body/decal_female_body_breast_size_max_diffuse.dds"
                            normal = "gfx/models/portraits/decals/female_body/decal_female_body_breast_size_max_normal.dds"
                        }
                        alpha_curve = {              #controls decal alpha relative to gene strength. Will give a linear interpolation if left unspecified
                            #character age%, decal alpha
                            { 0.5  0.0 }
                            { 1.0   1.0 }
                        }
                        blend_modes = {              #overlay/replace/hard_light/multiply
                            diffuse = multiply 
                            normal = replace
                            # properties = 
                        }
                        priority = 1
                } 
            }
            girl = { 
                setting = { 
                    attribute = "bs_body_breast_shape_3" 
                    # value = { min = 0.5 max = 0.8 } 
                    curve = {
                        { 0.0   0.5 }
                        { 1.0   0.8 }
                    }    
                    age = age_preset_puberty  
                } 
                setting = { 
                    attribute = "bs_body_breast_size_min" 
                    # value = { min = 1.0 max = -1.0 } 
                    curve = {
                        { 0.0   1.0 }
                        { 0.5   0.0 }
                        { 1.0   0.0 }
                    }    
                    age = age_preset_puberty  
                   } 
                setting = { 
                    attribute = "bs_body_breast_size_2_max" 
                    # value = { min = -1.0 max = 1.0 }
                    curve = {
                        { 0.0   1.0 }
                        { 0.1   1.75 }
                        { 0.2   2.5 }
                        { 0.3   3.25 }
                        { 0.4   4.0 }
                        { 0.5   4.75 }
                        { 0.6   5.5 }
                        { 0.7   6.0 }
                        { 0.8   6.5 }
                        { 0.9   7.0 }
                        { 1.0   7.5 }
                    }   
                    age = age_preset_puberty 
                } 
            }
        }

        bust_shape_4_half = { 
            index = 9 

            female = { 
                setting = { 
                    attribute = "bs_body_breast_shape_4" 
                    # value = { min = 0.5 max = 1.5 } 
                    curve = {
                        { 0.0   0.25 }
                        { 0.75   0.5 }
                    }
                    age = age_preset_puberty  
                } 
                setting = { 
                    attribute = "bs_body_breast_size_min" 
                    # value = { min = 1.0 max = -1.0 } 
                    curve = {
                        { 0.0   1.0 }
                        { 0.5   0.0 }
                        { 1.0   0.0 }
                    }    
                    age = age_preset_puberty  
                   } 
                setting = { 
                    attribute = "bs_body_breast_size_2_max" 
                    # value = { min = -1.0 max = 1.0 }
                    curve = {
                        { 0.0   1.0 }
                        { 0.1   1.75 }
                        { 0.2   2.5 }
                        { 0.3   3.25 }
                        { 0.4   4.0 }
                        { 0.5   4.75 }
                        { 0.6   5.5 }
                        { 0.7   6.0 }
                        { 0.8   6.5 }
                        { 0.9   7.0 }
                        { 1.0   7.5 }
                    }   
                    age = age_preset_puberty 
                } 
                setting = { 
                    attribute = "bs_body_breast_shape_2" 
                    # value = { min = 0.5 max = 1.5 } 
                    curve = {
                        { 0.0   0.0 }
                        { 0.5   0.0 }
                        { 0.75   1.0 }
                    }
                    age = age_preset_aging_secondary_full  
                } 
                decal = {                                           
                        body_part = torso
                        textures = {
                            diffuse = "gfx/models/portraits/decals/female_body/decal_female_body_breast_size_max_diffuse.dds"
                            normal = "gfx/models/portraits/decals/female_body/decal_female_body_breast_size_min_normal.dds"
                        }
                        alpha_curve = {              #controls decal alpha relative to gene strength. Will give a linear interpolation if left unspecified
                            #character age%, decal alpha
                            { 0.0  1.0 }
                            { 0.5   0.0 }
                            { 1.0   0.0 }
                        }
                        blend_modes = {              #overlay/replace/hard_light/multiply
                            diffuse = multiply 
                            normal = replace
                            # properties = 
                        }
                        priority = 1
                }
                decal = {                                           
                        body_part = torso
                        textures = {
                            diffuse = "gfx/models/portraits/decals/female_body/decal_female_body_breast_size_max_diffuse.dds"
                            normal = "gfx/models/portraits/decals/female_body/decal_female_body_breast_size_max_normal.dds"
                        }
                        alpha_curve = {              #controls decal alpha relative to gene strength. Will give a linear interpolation if left unspecified
                            #character age%, decal alpha
                            { 0.5  0.0 }
                            { 1.0   1.0 }
                        }
                        blend_modes = {              #overlay/replace/hard_light/multiply
                            diffuse = multiply 
                            normal = replace
                            # properties = 
                        }
                        priority = 1
                }
            }
            girl = { 
                setting = { 
                    attribute = "bs_body_breast_shape_4" 
                    # value = { min = 0.5 max = 1.5 } 
                    curve = {
                        { 0.0   0.25 }
                        { 0.75   0.5 }
                    }
                    age = age_preset_puberty  
                } 
                setting = { 
                    attribute = "bs_body_breast_size_min" 
                    # value = { min = 1.0 max = -1.0 } 
                    curve = {
                        { 0.0   1.0 }
                        { 0.5   0.0 }
                        { 1.0   0.0 }
                    }    
                    age = age_preset_puberty  
                   } 
                setting = { 
                    attribute = "bs_body_breast_size_2_max" 
                    # value = { min = -1.0 max = 1.0 }
                    curve = {
                        { 0.0   1.0 }
                        { 0.1   1.75 }
                        { 0.2   2.5 }
                        { 0.3   3.25 }
                        { 0.4   4.0 }
                        { 0.5   4.75 }
                        { 0.6   5.5 }
                        { 0.7   6.0 }
                        { 0.8   6.5 }
                        { 0.9   7.0 }
                        { 1.0   7.5 }
                    }   
                    age = age_preset_puberty 
                } 
            }
        }

        bust_shape_4_full = { 
            index = 10 

            female = { 
                setting = { 
                    attribute = "bs_body_breast_shape_4" 
                    # value = { min = 0.5 max = 1.5 } 
                    curve = {
                        { 0.0   0.5 }
                        { 0.75   1.0 }
                    }
                    age = age_preset_puberty  
                } 
                setting = { 
                    attribute = "bs_body_breast_size_min" 
                    # value = { min = 1.0 max = -1.0 } 
                    curve = {
                        { 0.0   1.0 }
                        { 0.5   0.0 }
                        { 1.0   0.0 }
                    }    
                    age = age_preset_puberty  
                   } 
                setting = { 
                    attribute = "bs_body_breast_size_2_max" 
                    # value = { min = -1.0 max = 1.0 }
                    curve = {
                        { 0.0   1.0 }
                        { 0.1   1.75 }
                        { 0.2   2.5 }
                        { 0.3   3.25 }
                        { 0.4   4.0 }
                        { 0.5   4.75 }
                        { 0.6   5.5 }
                        { 0.7   6.0 }
                        { 0.8   6.5 }
                        { 0.9   7.0 }
                        { 1.0   7.5 }
                    }   
                    age = age_preset_puberty 
                } 
                setting = { 
                    attribute = "bs_body_breast_shape_2" 
                    # value = { min = 0.5 max = 1.5 } 
                    curve = {
                        { 0.0   0.0 }
                        { 0.5   0.0 }
                        { 0.75   1.0 }
                    }
                    age = age_preset_aging_secondary_full  
                } 
                decal = {                                           
                        body_part = torso
                        textures = {
                            diffuse = "gfx/models/portraits/decals/female_body/decal_female_body_breast_size_max_diffuse.dds"
                            normal = "gfx/models/portraits/decals/female_body/decal_female_body_breast_size_min_normal.dds"
                        }
                        alpha_curve = {              #controls decal alpha relative to gene strength. Will give a linear interpolation if left unspecified
                            #character age%, decal alpha
                            { 0.0  1.0 }
                            { 0.5   0.0 }
                            { 1.0   0.0 }
                        }
                        blend_modes = {              #overlay/replace/hard_light/multiply
                            diffuse = multiply 
                            normal = replace
                            # properties = 
                        }
                        priority = 1
                }
                decal = {                                           
                        body_part = torso
                        textures = {
                            diffuse = "gfx/models/portraits/decals/female_body/decal_female_body_breast_size_max_diffuse.dds"
                            normal = "gfx/models/portraits/decals/female_body/decal_female_body_breast_size_max_normal.dds"
                        }
                        alpha_curve = {              #controls decal alpha relative to gene strength. Will give a linear interpolation if left unspecified
                            #character age%, decal alpha
                            { 0.5  0.0 }
                            { 1.0   1.0 }
                        }
                        blend_modes = {              #overlay/replace/hard_light/multiply
                            diffuse = multiply 
                            normal = replace
                            # properties = 
                        }
                        priority = 1
                }
            }
            girl = { 
                setting = { 
                    attribute = "bs_body_breast_shape_4" 
                    # value = { min = 0.5 max = 1.5 } 
                    curve = {
                        { 0.0   0.5 }
                        { 0.75   1.0 }
                    }
                    age = age_preset_puberty  
                } 
                setting = { 
                    attribute = "bs_body_breast_size_min" 
                    # value = { min = 1.0 max = -1.0 } 
                    curve = {
                        { 0.0   1.0 }
                        { 0.5   0.0 }
                        { 1.0   0.0 }
                    }    
                    age = age_preset_puberty  
                   } 
                setting = { 
                    attribute = "bs_body_breast_size_2_max" 
                    # value = { min = -1.0 max = 1.0 }
                    curve = {
                        { 0.0   1.0 }
                        { 0.1   1.75 }
                        { 0.2   2.5 }
                        { 0.3   3.25 }
                        { 0.4   4.0 }
                        { 0.5   4.75 }
                        { 0.6   5.5 }
                        { 0.7   6.0 }
                        { 0.8   6.5 }
                        { 0.9   7.0 }
                        { 1.0   7.5 }
                    }   
                    age = age_preset_puberty 
                } 
            }
        }

    }

 

 

what file would i copy this into?

Link to comment
3 hours ago, LurkLurkLurk said:

Yeah, you have to go into sjkBreastScales/common/genes and edit the "max =" values to whichever you want.

It was mentioned previously on this thread but you can have the game on and the file and if you edit and save it it'll update real-time so you can adjust the values to what you want.

 

Just tried that, doesn't seem to work, unless im doing something wrong?

Link to comment
On 5/27/2023 at 10:45 AM, LurkLurkLurk said:

May not be compatible with any mods that update character model or add new clothing probably?

 

I disabled every other mod. the problem isn't that it doesn't work, it does. there's progression in breast scale depending on the beauty trait ranks. it's just that the tits aren't gigantic at max scale value like they used to be lol.
If it isn't too much to ask, do you mind putting up a step by step installation guide for the mod and the fix? just so i know i've installed everything properly? i don't know if that's the problem

Link to comment
On 6/1/2023 at 5:14 PM, X2Z said:

 

I disabled every other mod. the problem isn't that it doesn't work, it does. there's progression in breast scale depending on the beauty trait ranks. it's just that the tits aren't gigantic at max scale value like they used to be lol.
If it isn't too much to ask, do you mind putting up a step by step installation guide for the mod and the fix? just so i know i've installed everything properly? i don't know if that's the problem


I mean all I did was download the mods, replaced the base file with bloorp's fix, then went into each file and added the lines that needed to be added to each clothing file (the one I posted), I don't think I did anything with the vanilla bust gene.

I did decrease the max value in the common/genes a bit for my own preference but if you change those it should go as much as you want, the base was 1 I think.

Edited by LurkLurkLurk
Link to comment

我将@LurkLurkLurk所更新的最新适配版本的sjkBreastScales(感谢你LurkLurkLurk!)与原作者发布的sjkBeautyScalesBreasts的选项菜单整合在了一起并制作翻译了简体中文版本。

这个两个mod必须同时启用,并且先后排序似乎没有要求

(当然,英语版本你也可以正常使用)

 

我修改了胸部大小系数从最小的0到最大的1.1。这样更改的虽然获得了巨大的胸部,缺点是最大档次的胸部会导致人物手部的穿模,如果你同时使用Carnalitas这个mod添加了胸部身体特质会导致人物裸体时最大的胸部比头要大了接近两倍(但是是真的大!)。如果你觉得实在是太大了,你可以进入sjkBreastScales/common/genes/sjk_genes_breast_scale里去自由更改胸部的最大和最小系数。

 

这些是我使用模组的效果预览图,人物从左到右的美貌特质依次增加,图一和图二是没有使用Carnalitas的身体特质。图三和图四的人物是全部增加了“爆乳”的Carnalitas的身体特质对比

 

你还需要自己设置你的mod路径以来导入mod

 

I integrated the latest adapted version of sjkBreastScales updated by @LurkLurkLurk (thank you LurkLurkLurk!) with the options menu of sjkBeautyScalesBreasts released by the original author and made a translated Simplified Chinese version.

This two mods must be enabled at the same time, and the sequential sort does not seem to require

(Of course, the English version you can also use normally)

 

I modified the chest size factor from a minimum of 0 to a maximum of 1.1. While this change resulted in a huge chest, the downside is that the maximum grade of the chest will result in the character's hands wearing the mold, and if you use Carnalitas at the same time the mod adds the chest body trait will result in the character being naked when the maximum chest is nearly twice as big as the head (but it is really big!). . If you think it's too big, you can go to sjkBreastScales/common/genes/sjk_genes_breast_scale and freely change the maximum and minimum breast factors.

 

These are the preview images of my effect using the module. The characters have increasing beauty traits in order from left to right, Figure 1 and Figure 4 are the body traits without the use of Carnalitas. Figure 2 and Figure 3 show the characters with all the added "boobies" of Carnalitas body traits comparison

 

You also need to set your own mod path to import the mod

 

Barbershop_托斯卡纳女公爵,玛蒂尔达_1066_09_15_0004.png

Barbershop_托斯卡纳女公爵,玛蒂尔达_1066_09_15_0002.png

Barbershop_托斯卡纳女公爵,玛蒂尔达_1066_09_15_0003.png

Barbershop_托斯卡纳女公爵,玛蒂尔达_1066_09_15_0000.png

sjkBeautyScales ver20230603.rar

Link to comment
On 6/3/2023 at 8:41 AM, knowledge32 said:

我将@LurkLurkLurk所更新的最新适配版本的sjkBreastScales(感谢你LurkLurkLurk!)与原作者发布的sjkBeautyScalesBreasts的选项菜单整合在了一起并制作翻译了简体中文版本。

 

这个两个mod必须同时启用,并且先后排序似乎没有要求

 

(当然,英语版本你也可以正常使用)

 

 

 

我修改了胸部大小系数从最小的0到最大的1.1。这样更改的虽然获得了巨大的胸部,缺点是最大档次的胸部会导致人物手部的穿模,如果你同时使用Carnalitas这个mod添加了胸部身体特质会导致人物裸体时最大的胸部比头要大了接近两倍(但是是真的大!)。如果你觉得实在是太大了,你可以进入sjkBreastScales/common/genes/sjk_genes_breast_scale里去自由更改胸部的最大和最小系数。

 

 

 

这些是我使用模组的效果预览图,人物从左到右的美貌特质依次增加,图一和图二是没有使用Carnalitas的身体特质。图三和图四的人物是全部增加了“爆乳”的Carnalitas的身体特质对比

 

 

 

你还需要自己设置你的mod路径以来导入mod

 

 

 

I integrated the latest adapted version of sjkBreastScales updated by @LurkLurkLurk (thank you LurkLurkLurk!) with the options menu of sjkBeautyScalesBreasts released by the original author and made a translated Simplified Chinese version.

 

This two mods must be enabled at the same time, and the sequential sort does not seem to require

 

(Of course, the English version you can also use normally)

 

 

 

I modified the chest size factor from a minimum of 0 to a maximum of 1.1. While this change resulted in a huge chest, the downside is that the maximum grade of the chest will result in the character's hands wearing the mold, and if you use Carnalitas at the same time the mod adds the chest body trait will result in the character being naked when the maximum chest is nearly twice as big as the head (but it is really big!). . If you think it's too big, you can go to sjkBreastScales/common/genes/sjk_genes_breast_scale and freely change the maximum and minimum breast factors.

 

 

 

These are the preview images of my effect using the module. The characters have increasing beauty traits in order from left to right, Figure 1 and Figure 4 are the body traits without the use of Carnalitas. Figure 2 and Figure 3 show the characters with all the added "boobies" of Carnalitas body traits comparison

 

 

 

You also need to set your own mod path to import the mod

 

 

Barbershop_托斯卡纳女公爵,玛蒂尔达_1066_09_15_0004.png

Barbershop_托斯卡纳女公爵,玛蒂尔达_1066_09_15_0002.png

Barbershop_托斯卡纳女公爵,玛蒂尔达_1066_09_15_0003.png

Barbershop_托斯卡纳女公爵,玛蒂尔达_1066_09_15_0000.png

sjkBeautyScales ver20230603.rar 317.96 kB · 35 downloads

 

So, with this, a menu in decisions should show up, to allow me to apply the scale with beauty? if so, then it didn't work for me.

Link to comment
1 hour ago, Taurom said:

 

So, with this, a menu in decisions should show up, to allow me to apply the scale with beauty? if so, then it didn't work for me.

Currently only the English version and the Simplified Chinese version can be displayed properly, if you are using other language versions then this mod will not work properly.
Make sure you have both mods installed so that you can find it in the resolution

Link to comment
22 minutes ago, knowledge32 said:

Currently only the English version and the Simplified Chinese version can be displayed properly, if you are using other language versions then this mod will not work properly.
Make sure you have both mods installed so that you can find it in the resolution

 

I'm using both mods, and I run the game with only those 2, and it didn't work, also I play the game in English.

Link to comment
3 hours ago, Taurom said:

 

I'm using both mods, and I run the game with only those 2, and it didn't work, also I play the game in English.

Unfortunately, I don't know why you can't get it to work either, so I can't give any more advice. You are the only report I have received so far that has come back to me as not working properly.?
Other players have been able to use the mod after setting their own import paths.

Link to comment
On 6/7/2023 at 11:35 PM, knowledge32 said:

Unfortunately, I don't know why you can't get it to work either, so I can't give any more advice. You are the only report I have received so far that has come back to me as not working properly.?
Other players have been able to use the mod after setting their own import paths.

:'v yikes

Link to comment

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

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use