Victoria 3

Victoria 3

Heir Hair Fix
13 条留言
Gantolandon 2023 年 2 月 23 日 上午 8:50 
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 2023 年 2 月 23 日 上午 8:50 
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 2023 年 2 月 17 日 下午 11:47 
For anyone using the Western Clothes mod, I made a similar mod that should work specifically for Western Clothes

https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2935047403
Guest In Disguise 2023 年 2 月 15 日 上午 9:09 
Doesn't work for me. Sad lyfe
Mr. Ozelot 2023 年 2 月 11 日 下午 10:37 
The Taiping still seem to lack hair. Europeans work for me.
Zszywka 2023 年 1 月 26 日 上午 5:56 
Doesn't work for me...
Lupus Il Burlesco 2022 年 12 月 28 日 上午 10:19 
Thank you
keep sneed illegal  [作者] 2022 年 12 月 27 日 下午 8:27 
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 2022 年 12 月 26 日 上午 4:23 
Using this mod cause significant framerate drop when open character interface.
keep sneed illegal  [作者] 2022 年 12 月 21 日 下午 4:06 
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 sneed illegal  [作者] 2022 年 12 月 21 日 上午 11:47 
@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 2022 年 12 月 21 日 上午 11:38 
Weird, still getting bald heirs...hm
TrJacobin 2022 年 12 月 21 日 上午 11:26 
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.