Crusader Kings III

Crusader Kings III

Beauty Fix
55 kommentarer
ViNcEnT 12138 22. aug. kl. 17:34 
any chance on update ? this mod does not seem to work now. thanks
HeirandtheSpare 7. juni kl. 20:24 
For some reason this mod is not compatible with Random Faces Fix, although I'm not sure why.
HeirandtheSpare 7. maj kl. 10:51 
It works just fine!
HeirandtheSpare 6. maj kl. 6:34 
Now that the beauty issue is fixed, I'm going to try this out again. Fingers crossed that it works!
HeirandtheSpare 14. mar. kl. 18:43 
It never did cause crashes, rather- there was a bug in the main game. I have no idea if it's fixed, they didn't get that specific.
divorced.wife 3. dec. 2024 kl. 13:20 
Is this still causing crashes?
HeirandtheSpare 13. nov. 2024 kl. 10:07 
Just wanted to let you know that I was experiencing crashing with this mod! Not because of your mod, but because the "beauty" facial structure in the actual game is now bugged, and because of that, your mod doesn't work properly anymore. I'm hoping they will come out with a fix soon. I love this mod. Thank you.
Schenk  [ophavsmand] 17. jan. 2024 kl. 19:10 
Commenting out lines of beauty sections from EOE's 00_ethnicities_templates.txt will be enough, I think.
Add # in the beginning of such lines to comment them out
龍Saint 17. jan. 2024 kl. 15:02 
I just wanted this mod so that the beauty traits don't apply appearance changes while retaining some of the complexion (makeup).
Schenk  [ophavsmand] 17. jan. 2024 kl. 3:13 
As far as I remember, EPE has both alternative ageing and beauty trait systems
What were you trying to change in your game downloading my mod?

To turn off face structure changes is quite easy, you just need to comment out lines that tied on beauty trait in 00_ethnicities_templates.txt (add # in the beginning of every such line)

More tricky with slowing down ageing
龍Saint 16. jan. 2024 kl. 13:09 
Crashing with only EPE and this mod on going to Head and Neck.
Schenk  [ophavsmand] 16. jan. 2024 kl. 5:20 
CFP
EPE
CFP + EPE Comp Patch
Hair Colors Fix

Those 4 sound like the most likely ones to cause problems, could you test it?
I don't have game installed at the moment
龍Saint 15. jan. 2024 kl. 15:54 
Yeah this mod is crashing every time I go to Head and Neck as well. Was going through mods enabling 1 by 1 and narrowed it down to this.

Had mods enabled at the time:
CFP
EPE
CFP + EPE Comp Patch
Culture Expanded
Spouse Designer
Spouse Designer - Nudity Toggle
Better Barbershop
More Game Rules
Advanced Character Search
Immortality Improved
Hair Colors Fix
Nuked Feast One Night Stand
Population Control
Character UI Overhaul
Stress Control
Less Event Spam
astrosteve 25. nov. 2023 kl. 11:38 
It may not be Beauty Fix. Thew problem started happening again with Beauty Fix removed entirely from the load order. So, I don't know why removing it temporarily fixed the problem. But yeah, I think I misidentified the cause.
Schenk  [ophavsmand] 25. nov. 2023 kl. 2:52 
Mine overwrites files:
00_ethnicities_templates.txt
01_genes_morph.txt
00_trait_modifiers.txt

You can try searching at your Steam Workshop CK3 folder if any does the same Steam\steamapps\workshop\content\1158310
Schenk  [ophavsmand] 25. nov. 2023 kl. 2:48 
Well, only way to find out is through testing.
Try disabling all mods, turning on mine and then run the game adding 2-5 of your mods every run until it crashes
astrosteve 24. nov. 2023 kl. 10:56 
I have a bunch. Unofficial patch, CFP, most the Expanded mods, RICE, and related com patches. Spouse Designer and a few miscellaneous mods I don't think are causing a problem. I thought maybe there was a incompatibility between Spouse Designer and Beauty Fix, but it still happens with Spouse Designer disabled.
Schenk  [ophavsmand] 23. nov. 2023 kl. 23:01 
Don't have that issue in my game, do you have other mods installed?
astrosteve 23. nov. 2023 kl. 22:27 
It's crashing for me as well, specifically if I pick the Head and Neck button.
swiftGui 16. nov. 2023 kl. 16:34 
Mod is crashing for me when I click the Facial Structure menu on Ruler Designer. It may be an incompatibility, I don't know, just sharing.
Schenk  [ophavsmand] 31. aug. 2023 kl. 6:57 
Just updated the game version. Seems to not require changes in code.

You can't deactivating the "beautification" without altering the checksum, as far as I know.
Obsidian Gold 31. aug. 2023 kl. 5:05 
Is there no way of deactivating the "beautification" changes of the traits to the character model without altering the checksum? Every mod I came across so far, alters the games checksum.
HeirandtheSpare 30. aug. 2023 kl. 17:26 
What was updated? Thanks for updating btw
Fizzet 5. aug. 2023 kl. 10:11 
not just beautiful ones i mean
Fizzet 5. aug. 2023 kl. 10:11 
is it possible to make it so that every character ages slower?
Schenk  [ophavsmand] 17. maj 2023 kl. 10:17 
Yes
KAiXA 16. maj 2023 kl. 14:53 
Is it compatible with 1.9?
Schenk  [ophavsmand] 13. maj 2023 kl. 19:15 
Wasn't going to make one. AGoT handles beauty trait fine in my taste - I haven't seen any face changes like in the base game. Might be wrong
Anwa_1bn 5. maj 2023 kl. 1:16 
agot comp?
Schenk  [ophavsmand] 6. mar. 2023 kl. 9:37 
Light, as much as I figured while making the mod:
Original code sets aging changes to occur from 38 years (0.38) with 0.0 (no changes) to 85 years with 1.0 (final stage of aging)

So I changed to delay and slower aging
Tho this particular part of the code doesn't affect all aging changes, hair goes grey as usual

Hope that helps
Light 4. mar. 2023 kl. 7:26 
Nice mod! And I have a question about this code.
age = {
mode = multiply
curve = {
{ 0.0 0.0 }
{ 0.38 0.0 }
{ 0.85 1.0 }
}
}

What is the effect of "curve". I found you change origin code to
age = {
mode = multiply
curve = {
{ 0.0 0.0 }
{ 0.54 0.0 }
{ 1.2 1.0 }
}
}

What is the meaning of "0, 0.54, 1.2"?

I would appreciate it if you could help me.
Schenk  [ophavsmand] 14. feb. 2023 kl. 7:19 
SuperNova, one mod will overwrite another.
You can try to put my mod past EPE in load order, it will apply my changes while keeping most of EPE's changes
SuperNova 13. feb. 2023 kl. 14:34 
Is this compatible with EPE?
Vedice 13. dec. 2022 kl. 14:34 
For some reason, the original skin beautification effect is ineffective.
Schenk  [ophavsmand] 12. dec. 2022 kl. 23:27 
What do you mean? Which part of the mod doesn't work for you?
It seems stable in my game
Vedice 12. dec. 2022 kl. 6:07 
Why is my beautification no longer effective?
Schenk  [ophavsmand] 11. dec. 2022 kl. 0:48 
Updated the mod (changed game version)
Vedice 8. dec. 2022 kl. 2:50 
Can it still be updated?
Schenk  [ophavsmand] 26. sep. 2022 kl. 23:14 
Must be working if you paste those files in the Ethnicities and Portraits folder with replacement. My mod won't be required, you can delete it. Ethnicities and Portraits mod update will rewrite changes

Fix [drive.google.com]
Schenk  [ophavsmand] 26. sep. 2022 kl. 22:47 
Will try and test it now
Schenk  [ophavsmand] 26. sep. 2022 kl. 22:46 
2. In \common\ethnicities\00_ethnicities_templates.txt comment out 3 lines after each "#Beauty Section" line. To do so add "#" symbol in the beginning of the line

It will disable beauty morphing of the face

3. In \common\genes\01_genes_morph.txt find old_beauty_1 section and replace it with my version of this part of the code

It will set aging to the version on screenshots
Schenk  [ophavsmand] 26. sep. 2022 kl. 22:46 
BlaqueValkyrie, probably won't be able to fix it, because this mod contains minor fixes to beauty traits as well.
You can fix it yourself tho.
To do so:
1. In \gfx\portraits\trait_portrait_modifiers\00_trait_modifiers_beauty_edited.txt file replace everything with:
beauty = {
beauty = {
traits = {
beauty_good_1
beauty_good_2
beauty_good_3
}
dna_modifiers = {
morph = {
mode = replace
gene = complexion
template = complexion_beauty_1
value = 0.25
}
morph = {
mode = replace
gene = gene_age
template = old_beauty_1
value = 1.0
}
}
}
}

It will add to the beauty trait aging gene
SuperNova 26. sep. 2022 kl. 19:14 
@Saberhagen My apologies, it might've been Ethnicities and Portraits.
Schenk  [ophavsmand] 25. sep. 2022 kl. 23:11 
BlaqueValkyrie, are you sure those options are part of the CFP?
I don't have them with only CFP enabled.
Also mod is working fine with loading before CFP
SuperNova 25. sep. 2022 kl. 10:35 
Apparently, this mod is incompatible with Community Flavor Pack because when loaded after CFP, it removes the Body Hair and Body Shape options in the ruler designer. When placed before CFP, it does not work at all.
MeBurKo 20. sep. 2022 kl. 12:36 
please update
Schenk  [ophavsmand] 9. aug. 2022 kl. 22:42 
Henry, that's an original game file thing - some genes commented out by devs
Henriette 9. aug. 2022 kl. 11:17 
Can I ask why in 00_ethnicities_templates, some of the genes have the beauty section commented out with #, but other genes have the entire gene commented out?
Perseus 26. juni 2022 kl. 3:56 
thank you!!
Schenk  [ophavsmand] 26. juni 2022 kl. 1:36 
Updated