• 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.

Cheesecakeczar

Major
73 Badges
Apr 16, 2013
590
459
  • Crusader Kings II: Charlemagne
  • Stellaris - Path to Destruction bundle
  • Europa Universalis IV: Cossacks
  • Cities: Skylines - After Dark
  • Pillars of Eternity
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Pre-order
  • Cities: Skylines Deluxe Edition
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Semper Fi
  • Europa Universalis IV: Res Publica
  • Hearts of Iron III Collection
  • Hearts of Iron III: Their Finest Hour
  • Hearts of Iron III
  • Europa Universalis IV: Call to arms event
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Crusader Kings II
  • For the Motherland
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Hearts of Iron IV Sign-up
  • Hearts of Iron IV: Together for Victory
  • Stellaris Sign-up
  • Hearts of Iron IV: No Step Back
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV: Colonel
  • Europa Universalis IV: Rights of Man
  • Tyranny: Archon Edition
  • Tyranny: Archon Edition
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Stellaris: Galaxy Edition
  • Europa Universalis IV: Mare Nostrum
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Way of Life
  • Mount & Blade: With Fire and Sword
  • Mount & Blade: Warband
  • Magicka: Wizard Wars Founder Wizard
  • Europa Universalis IV: El Dorado
  • Cities: Skylines
  • Victoria 2
How the heck is one supposed to start as a duke-level caliph and create a kingdom? Am I supposed to stay duke-level forever? I just got CK2+ and it seems I already have to disable it. Please remove this silly requirement.
 
You must be talking about the create new kingdom decision, which we locked special titles out of for the express purpose of not having religion heads or mercenaries create kingdoms with the same name as their duke level special title. They can still do it if they change their primary title to something other than the special title, however. I know usurpation and regular creation of kingdoms works fine for special titles because nearly every landed title's allow section looks like this (using k_england as an example)

Code:
	allow = {
		is_adult = yes
		has_regent = no
		war = no
		ruled_years = 5
		hidden_tooltip = {
			OR = {
				ai = no
				NOT = {
					has_landed_title = e_byzantium
					top_liege = { has_landed_title = e_byzantium }
				}
			}
		}
		OR = {
			AND = {
				OR = {
					culture = saxon
					culture = english
				}
				lower_tier_than = king
			}
			k_england = {
				OR = {
					is_titular = no
					has_holder = yes
				}
			}
		}
	}

Which says nothing about special titles, at all.
 
I started a game as the Fatimid and half of the caliphate split in half with my character's son holding a different title. This makes no sense.

You're going to need to explain that a bit better, if you expect us to address your issue -- if we can, and it's an issue related to the mod.

Is this a succession issue you're referring to? If so, what kind of succession laws did your titles have? What happened, exactly, and what did you expect to happen?
 
Last edited: