How should this code look to make the traits change the character models?
Hi,
I'm using the valyrian bloodline mod in my vanilla game to keep track of my family. It used to give them silver hair and purple eyes but the game updated and the mod didn't. Someone left it in the comments what needs to change to make it work. I got it to work once before but it was ages ago and I had to do a fresh reinstall of the game, now I can't figure it out.
https://steamcommunity.com/sharedfiles/filedetails/?id=2866314502
The comment
For those of you that want get the hair and eye colors working.
Open the mod file .....\steamapps\workshop\content\1158310\2866314502\gfx\portraits\trait_portrait_modifiers\valyria.txt
In the file you need to add human parent element to the json in each of the three dna modifiers.
Old way: dna_modifiers = {
color = {
gene = skin_color
mode = replace
New: dna_modifiers = {
human = {
color = {
gene = skin_color
mode = replace
}
Haven't figured out if there is an issue with the inbreeding chances, but i did see warnings about it in the marriage screen with low percents.
But I don't know what it should look like. This is what the code looks like in the mod