• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Sleep202

Imperatrix Roma
101 Badges
Jun 15, 2013
11
0
  • Pillars of Eternity
  • Europa Universalis IV: Res Publica
  • Cities: Skylines - Mass Transit
  • Ship Simulator Extremes
  • Crusader Kings II
  • Stellaris - Path to Destruction bundle
  • Cities: Skylines Deluxe Edition
  • Europa Universalis IV: Pre-order
  • Stellaris: Synthetic Dawn
  • Semper Fi
  • Europa Universalis IV: Mandate of Heaven
  • Cities: Skylines - After Dark
  • Europa Universalis IV: Cossacks
  • Europa Universalis IV: Third Rome
  • Cities: Skylines - Snowfall
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Stellaris: Galaxy Edition
  • Hearts of Iron III Collection
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Call to arms event
  • For the Motherland
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
  • Magicka
  • Hearts of Iron IV: Field Marshal
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Cadet
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Stellaris: Galaxy Edition
  • Stellaris: Nemesis
  • Europa Universalis IV: Common Sense
  • Magicka: Wizard Wars Founder Wizard
  • Europa Universalis IV: El Dorado
  • Cities: Skylines
  • Crusader Kings II: Monks and Mystics
You see I am trying to just take out just the roman province creation part of CK2Plus and use it in default.

Now this is the decision and the NAND part is stopping it from appearing

expand_provincia_decisions = {
is_high_prio = yes

potential = {
ai = no
has_global_flag = provincia_decisions_collapsed
OR = {
has_landed_title = e_byzantium
has_landed_title = e_roman_empire
}
OR = {
religion_group = christian
religion = hellenic_pagan
religion = hellenic_pagan_reformed
}
has_dlc = "Legacy of Rome"
NAND = {
is_title_active = k_roman_armenia
is_title_active = k_aegyptus
is_title_active = k_roman_africa
is_title_active = k_roman_asia
is_title_active = k_britannia
is_title_active = k_caledonia
is_title_active = k_gallia
is_title_active = k_germania
is_title_active = k_hibernia
is_title_active = k_hispania
is_title_active = k_illyricum
is_title_active = k_roma
is_title_active = k_macedonia
is_title_active = k_mauretania
is_title_active = k_roman_mesopotamia
is_title_active = k_pontus
is_title_active = k_syria_palaestina
is_title_active = k_thracia
is_title_active = k_viennensis
is_title_active = k_pannonia_dacia
is_title_active = k_sardinia_corsica
}
}
allow = {
}
effect = {
clr_global_flag = provincia_decisions_collapsed
}
ai_will_do = {
factor = 0
}
}

I have put these titles in the game, I could cheat them in. But for some reason this does not work, has something changed about the is_title_active?
 
Thanks, though I already managed to work it out. Didn't know about the history file. Modified it to work on default, and it works great. Now I can tidy up messy provinces after I take them over