I have a concern... since I installed your mod, i cant name my children after birth. The event (?) doesnt pop up and i only get a child with a random name.
[B@W] Abominus;16576537 said:I have a concern... since I installed your mod, i cant name my children after birth. The event (?) doesnt pop up and i only get a child with a random name.
The first part is not surprising. Enatic must be enabled through editing (which is intended by the devs). Switching a character via the editor will only fix the character, but not the pre-defined laws for that title. I can help you switch a country to enatic after work if you would like.Am I just doing something wrong or why is there no enatic succession / option avaiable whatsoever when I starts as a random character and ruleredit him into a female, amazonian amazon?
edit: messed around with files, tried some succession law cheats, multiple characters and settings. Nope, no enatic whatsoever.
editedit: Judging by the files, it as well seems like there are Amazon characters supposed to be on the map in the 768 start date. Since there aren't, I'll just assume the mod is broken.
The first part is not surprising. Enatic must be enabled through editing (which is intended by the devs). Switching a character via the editor will only fix the character, but not the pre-defined laws for that title. I can help you switch a country to enatic after work if you would like.
Not sure about the second error, sorry.
Then it probably wasn't mentioned obvious enough.
Assuming you mean editing of a savegame file, all I need is the correct label for the enatic successionlaw, I know how to alter the succession laws for titles already (I created a cognatic Tanistry Aztec Empire before)
Ok, after editing the lines I now got an (apparently functional, according to the fact a female courtier is my heir and I can give females baronys) enatic gavelkind. However, I can give council positions to male's only? That doesn't sound like how it's supposed to be, do I need to change further lines somewhere?The label is enatic_succession.
Ok, after editing the lines I now got an (apparently functional, according to the fact a female courtier is my heir and I can give females baronys) enatic gavelkind. However, I can give council positions to male's only? That doesn't sound like how it's supposed to be, do I need to change further lines somewhere?
Yeah, you would need to change several things for that. But, it sounds like maybe you didn't get the mod installed properly. Have you tried re-downloading it?
Starting a collection of suggestions here (typing as I play):
- Titles given out by an Amazon should definitely default to enatic succession. If that is hardcodedly not possible, add a decision that sets enatic succession as law for all vassal titles.
- Definitely needed! ANY title will revert to agnatic gavelkind if it's enatic before. Please add some way to easyly setenatic for youand your realm, otherwise the whole point becomes either pointless or a crapload of micromanagement.
- Just as you got wars to claim any male-occupied title, amazons should be able to revoke all male title holders without incurring tyranny.
- If you get pregnant f.e. by having a good time with a prisoner, without being marriied, you will gain the 'unmarried and pregnant' event with -50piety/prestige and the kid is born a bastard. Shouldn't amazons not care for that? Such kind of childs should either be lowborn or even inherit their mother's dynasty :/
- The amazon religion has no holy sites or religious head? Well, at least it doesn't have heresy, so MA isn't overly imporant. But it'S annoying to have about no chance to spread the religion. So either increase conversion rate or provide legit ways to increase MA please.
- It would be great to have a decision or something to install enatic succession. Instead of having to saveedit it in after every inherit. As well, how about tanistry for celtic amazons?
- Going on a great Hunt doesn'T seem towork. The decision is there, it's clickable, but doesn't doanything (neither fire an event nor subtract wealth).
enatic_succession = {
potential = {
OR = {
holder_scope = {
culture_group = amazonian
}
holder_scope = {
culture = austrian
}
}
}
allow = {
always=yes
}
effect = {
gender_succ = enatic
}
revoke_allowed = {
always = no
}
}
enatic_cognatic_succession = {
male_dynasty_opinion = -15
female_dynasty_opinion = 10
potential = {
OR = {
holder_scope = {
culture_group = amazonian
}
holder_scope = {
culture = austrian
}
}
}
allow = {
always=yes
}
effect = {
gender_succ = enatic_cognatic
}
revoke_allowed = {
always = no
}
}
decisions = {
set_enatic = {
is_high_prio = yes
potential = {
is_female = yes
culture_group = amazonian
is_ruler = yes
any_demesne_title = {
NOT = { has_law = enatic_succession }
}
}
allow = {
prestige = 200
}
effect = {
prestige = -50
any_demesne_title = { add_law = enatic_succession }
}
revoke_allowed = {
always = no
}
ai_will_do = {
factor = 1
}
}
}
legitimize_female = {
potential = {
is_female = yes
culture_group = amazonian
any_child = {
OR = {
NOT = {dynasty = FROM }
trait = bastard
}
}
}
allow = {
is_ruler = yes
prestige = 100
}
effect = {
any_child = {
limit = {
OR = {
NOT = {dynasty = FROM }
trait = bastard
}
}
dynasty = FROM
remove_trait = bastard
add_trait = legit_bastard
FROM = { prestige = -20 }
recalc_succession = yes
opinion = {
who = FROM
modifier = legitimized_child
years = 10
}
}
}
revoke_allowed = {
always = no
}
ai_will_do = {
factor = 1
}
}