Thanks a lot, man. Gonna try it out tonight.Go to your "\Crusader Kings II\decisions" folder and find a file called "succession_laws.txt". For every succession law you want to be available to pagans, remove the following part preventing it:
Thanks a lot, man. Gonna try it out tonight.Go to your "\Crusader Kings II\decisions" folder and find a file called "succession_laws.txt". For every succession law you want to be available to pagans, remove the following part preventing it:
Does anyone know a way to mod a succession law?
Or in case is it possible to have a landed title without a de jure capital?
So, how do Tribal Titles work? I removed tribal = yes from d_khazars, and now all of the flags and CoAs are screwed up, some use the wrong ones, some don't have one at all and just display a black shield. I tried doing a search in my Crusader Kings 2 directory to see what files d_khazars references that would affect CoAs, but I didn't find anything, so I guess it's hardcoded? Is there any way to change a title from tribal to not without causing this issue?
Is it possible to award minor titles to people in foreign prisons if they're otherwise your vassals/family/courtiers?
I believe so, yes. None of them have the "is_prisoner" under allowed.Is it possible to award minor titles to people in foreign prisons if they're otherwise your vassals/family/courtiers?
I was perhaps imprecise. I didn't mean is it possible to assign current minor titles to foreign prisoners but if it's possible to write minor titles to assign to them.
ruled_years = 40how do I write that 'the ruler regined for at least 40' years in code form?
OR = {
culture_group = FROM
AND = {
has_ambition = obj_become_king
capital_scope = {
kingdom = {
title = ?
}
}
}
}
I've already restricted the subjugation CB to only be usable on those within your same culture group, but I'd like to expand it again to let you use it to take any land within the same de jure kingdom as your capital, provided you have the "become king" ambition, or hold that kingdom. For the become king part, I figure I need to set up something like:
Code:OR = { culture_group = FROM AND = { has_ambition = obj_become_king capital_scope = { kingdom = { title = ? } } } }
...but I don't know how to have it require that the target hold land in the same de jure kingdom as the attacker's capital.
EDIT: I think I can leave that part out, as it'd be nice if the Rurikids had to wait until their Russian cultured heirs take over before they go on a conquering spree of Russia (though it'd still be cool to know the answer, for general modding knowledge). However, I still want to mod in the ability to declare subjugation wars against any pagan for titles within a kingdom that you own. I really don't understand the "can_use_title" and "is_valid_title" parameters or how they work. Can anyone explain?
I'd also appreciate it if someone could explain which referents count for calculating what PREV, PREVPREV, and PREVPREVPREV refer to.
can_use_title = {
OR = {
ROOT = {
OR = {
culture = FROM
religion = FROM
has_ambition = obj_become_king
}
}
FROM = {
any_realm_title = {
ROOT = {
capital_scope = {
kingdom = {
title = PREVPREVPREVPREVPREV
}
}
}
}
}
}
}
character_event = {
id = 1000129000
title = "Converted to Orthodoxy"
desc = "EVTDESC1000129000"
picture = GFX_evt_throne_room
is_triggered_only = yes
trigger = {
has_decisions = { convert_to_orthodoxy }
}
mean_time_to_happen = {
days = 1
}
option = {
name = "EVTOPTA1000129000"
}
}