Victoria 3

Victoria 3

Heir Hair Fix
13 Comments
Gantolandon 23 Feb, 2023 @ 8:50am 
However, I think I found the problem. For example, let's check Ferdinand II genes in steamapps\common\Victoria 3\game\common\dna_data

beards={ "all_beards" 0 "all_beards" 0 }
mustaches={ "all_mustaches" 0 "all_mustaches" 0 }

Apparently, he's set to have any beard, which means a random one. If you want him to not have one, you have to set it yourself. Fortunately, there aren't that many predefined characters and some of them have hardcoded beards.
Gantolandon 23 Feb, 2023 @ 8:50am 
I took a look at the files. First, I changed the beard definition to something like this:

european_beards = {
dna_modifiers = {
accessory = {
mode = add
gene = beards
template = european_beards
range = { 0 1 } # For the randomness to work correctly
}
}
weight = {
base = 0
modifier = {
exists = scope:character
scope:character = { age > 16 }
add = 100
OR = {
european_clothes_trigger = yes
european_clothes_pop_trigger = yes
}
}
}
}

The result was as you described.
1230james 17 Feb, 2023 @ 11:47pm 
For anyone using the Western Clothes mod, I made a similar mod that should work specifically for Western Clothes

https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2935047403
Guest In Disguise 15 Feb, 2023 @ 9:09am 
Doesn't work for me. Sad lyfe
Mr. Ozelot 11 Feb, 2023 @ 10:37pm 
The Taiping still seem to lack hair. Europeans work for me.
Zszywka 26 Jan, 2023 @ 5:56am 
Doesn't work for me...
Lupus Il Burlesco 28 Dec, 2022 @ 10:19am 
Thank you
keep weed illegal  [author] 27 Dec, 2022 @ 8:27pm 
In testing, I experienced an equivalent framerate drop when opening the character interface without the mod installed. I did not experience a greater framerate drop after the mod was installed. I am not able to replicate this but will investigate further.
Zwei833 the Buggy Modder 26 Dec, 2022 @ 4:23am 
Using this mod cause significant framerate drop when open character interface.
keep weed illegal  [author] 21 Dec, 2022 @ 4:06pm 
I have now confirmed this is savegame compatible - it will work with your existing save and give your bald characters hair. If it's not working for you, you probably have a mod that modifies the portrait files. The "Western Clothes" mod was giving me problems, for example.
keep weed illegal  [author] 21 Dec, 2022 @ 11:47am 
@Erkli Pasha not sure if it will work for existing saves. I am not sure how the game creates, saves, and loads character DNA. It *may* work with future heirs in an existing game: i.e. if your monarch dies, his existing heir may stay bald, but HIS heir may have hair. I will have to test it.
TrJacobin 21 Dec, 2022 @ 11:38am 
Weird, still getting bald heirs...hm
TrJacobin 21 Dec, 2022 @ 11:26am 
It's a conspiracy I tells ya, bald men are taking over the Victorian world :D
Cheers, hope this mod fixes this annoying issue indeed.