desrtucted Posted January 25, 2021 Posted January 25, 2021 Can I mod the game so old people don't spawn? At least as the Head of faith. I want to marry and bang young theocratic leaders but I get old hags all the time.
bobbily Posted January 25, 2021 Posted January 25, 2021 Yes, that's doable. I don't think you can change the spawning of people on game initialization without a ton of work, but random character creation is handled through a couple of central files: Faith creation is a religion event. The spiritual head of faith is created in faith_creation.0002. I'm not sure how HoF inheritance works, but I'd start by looking in steamapps/Crusader Kings III/game/common/scripted_character_templates.
whateverdontcare Posted January 26, 2021 Posted January 26, 2021 Early on in the defines there are some values for randomly generated characters. Default is MALE_RANDOM_AGE_BASE = 16 MALE_RANDOM_AGE_SPAN = 20 FEMALE_RANDOM_AGE_BASE = 16 FEMALE_RANDOM_AGE_SPAN = 16 But it sounds like you're getting people outside that range anyway, so ther'es probably more to it.
HiveBro Posted January 31, 2021 Posted January 31, 2021 If the visual aging is the part you want to disable the most, I figured out a way to disable most of it with a trait similar to beauty. Basically make a trait that everyone gets that triggers the application of a portrait modifier disabling aging. So basically, make a trait that says "genetic_constraint_all = oldpeoplegross" then make a morph in the portrait modifiers folder with the following code: oldpeoplegross = { usage = game oldpeoplegross = { ignore_outfit_tags = yes dna_modifiers = { morph = { mode = replace gene = gene_age template = no_aging value = 0.4 } } weight = { base = 0 modifier = { add = 100 has_trait = oldpeoplegrosstrait } } } } Might also be able to skip the trait by setting "base = 0" to "base = 100," but haven't messed around with that. When I did it, it didn't stop things like saggy boobs (though some boob mods already do, iirc), but it did remove all wrinkles and the like. Definitely kept characters looking young well into their 60s/70s, and even in the really old ages they looked more like people in their late 50s than people on death's door.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.