If your formation requirements look like that you're using a REALLY old version of the mod. It should look like this (edited to make the change you are wanting).My liege is making the titular kingdom of Kent despite me doing thr ai = no to all minor English kingdoms/
What it looks like:
Code:
k_kent = {
color = { 115 42 199 }
capital = 73 # Kent
culture = saxon
allow = {
ai = no
is_title_active = FROM
is_adult = yes
has_regent = no
war = no
ruled_years = 5
top_liege = { NOT = { has_law = kingdom_lockout_0 } }
OR = {
FROM = { has_holder = yes }
FROM = { is_titular = no }
ROOT = {
lower_tier_than = king
culture = saxon
}
}
}
}
Don't just copy/paste this into your current folder. You need to update the mod and probably start your game over, I doubt something that old is save compat.