Is there any way to make flags show up? We have them named after the title, but the title does not use the flag like it should.
character_event = { id = 1000182067 days = 730 }
With the
if = {
limit = { religion = ??? }
add_trait = ???
Ive seen used as an effect in an option for a event . Can you change the add trait to a code for an narrative event ? So i could have if catholic they will get x narrative event then if orthodox you get xx narrative event and so on ?
IF = {
limit = {
ROOT = {
religion = orthodox
}
}
ROOT = { narrative_event = { id = xxx } }
}
IF = {
limit = {
ROOT = {
religion = catholic
}
}
ROOT = { narrative_event = { id = xxx2 } }
}
Thanks pal . I must say you do your utmost to answer any questions on here and i for one am really grateful thanks NivveI don't see why not
Code:IF = { limit = { ROOT = { religion = orthodox } } ROOT = { narrative_event = { id = xxx } } } IF = { limit = { ROOT = { religion = catholic } } ROOT = { narrative_event = { id = xxx2 } } }
This is kind of babby's first mod sort of question. But should you always delete the savegame and start a new file whenever a mod is updated? It seems counter-intuitive when you're only adding like one decision.
Anyone know how to make it so that your most powerful vassals get a certain trait?
Just formed my Francian Empire and want to delegate to Kings. Andalusia is a problem because I'm not an Arab and don't want to play with my culture. I've seen here that you need to edit landed_titles in the common folder to remove the allow = {culture_group = arabic }. Done that, launched the CKII game and started a new game. No joy; there's still a requirement for Arabic culture group. Any ideas?
That's probably tangential to the main point though, as I really need it to work with my current save. Had a look in there but there's nothing obvious that I could see that would limit me to Arabic. Is there something hidden in the numbers, or will it all come together if I can get the landed_titles working?
You can select on actual size, but I am not sure whether you can select on relative size. Relative commands are not the strong point of CK2.
Try to work with conditions like 'num_of_count_titles', or even better 'num_of_settlements'. These kind of conditions can select the somewhat better placed characters in the realm.
Code said:num_of_king_titles = 1
OR = { num_of_extra_landed_titles = 4 }
Did you save the file![]()
Yep. Renamed it landed_titlesOLD. It's not loading that instead/as well, is it?
I'll try that.
What I did try was
But for whatever reason, this crashed my game during the set-up loading screen. What does "num_extra_landed_titles" even do? I assumed it was a condition for the number of titles excluding the primary, but I don't know for certain.
Will try to play around with the "num_of_settlements" condition (baronies?).