I've looked a bit at the scripted files in Stellaris, and I sure hope some of their goodies come our way. They have If/Else and While constructs!
- 2
Has anyone had any luck navigating through the scope trees to be able to find relatives with more than one generation of separation? I'm trying to find a way to specifically find out if a person is a first, second, and/or third cousin for a rivalry event, but the effort is making my head spin. =P
I forget, but what all does 'is_close_relative' cover? It might be easier to find close relatives (or close relatives of close relatives…), then exclude really close ones.Nope. Even checking if someone is a first cousin requires a bunch of mother_even_if_dead and father_even_if_dead checks...so good luck with that.
I believe that is one of their perks for being on an updated version of the Clausewitz engine which we do not have, hopefully they can be retroactively added into CK2 though!I've looked a bit at the scripted files in Stellaris, and I sure hope some of their goodies come our way. They have If/Else and While constructs!
any_province = {
limit = {
has_province_modifier = adoptionist_center_modifier
}
remove_province_modifier = adoptionist_center_modifier
}
There used to be a portrait editing program around, but it was really old and outdated. I don't think anybody has ever replaced it.Does anyone know of a way to quickly make dna+properties for historical/bookmark characters, in game character creator, save, main menu, repeat is pretty inefficient and time consuming?
The guy actually put the source code up on github and said "Have at it" for anyone who wanted to update it. Personally, I can't code for crap and I did offer money to anyone who could but nothing came of it.There used to be a portrait editing program around, but it was really old and outdated. I don't think anybody has ever replaced it.![]()
Is there a way to increase the chance of a mother dying in childbirth?
Is there a way of increasing the chance the child dies?
INFANT_DEATH_CHANCE = 0.0, -- Chance of stillbirth / death at birth
common\dynasties\dynasties.txtHow am I able to get more dynasty names for a culture? Right now all I have is smiths, soandso-ids, and of _____ surnames.
Also, is there a faster way/program available for changing txt files? I don't enjoy having to personally go through each file just to change the culture of the provinces.