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

GIG_I

Second Lieutenant
92 Badges
Mar 31, 2006
126
2
  • Europa Universalis IV: Common Sense
  • Victoria 2
  • Victoria 2: A House Divided
  • Rome: Vae Victis
  • Warlock 2: The Exiled
  • 500k Club
  • Cities: Skylines
  • Europa Universalis III: Collection
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Pre-order
  • Europa Universalis: Rome Collectors Edition
  • Crusader Kings II: Way of Life
  • Pillars of Eternity
  • Sengoku
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Hearts of Iron IV Sign-up
  • Stellaris Sign-up
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Field Marshal
  • Crusader Kings II: Reapers Due
  • Hearts of Iron IV: No Step Back
  • Europa Universalis IV: Conquest of Paradise
  • 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: Sword of Islam
  • Europa Universalis III
  • Europa Universalis III: Chronicles
  • Divine Wind
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Crusader Kings II
  • 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
  • Heir to the Throne
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Europa Universalis IV: Res Publica
  • Europa Universalis: Rome
Is it possible for a county to be, de juri, part of a duchy of a realm A and part of a realm B?

For example:

Code:
k_realma = {
    d_duchyx = {
        c_county1
        c_county2
    }
}
k_realmb = {
    d_duchyx = {
        c_county3
    }
}

Is it possible? Just to make myself clear, for example, I'd like to mod the game so a county like Viscaya could be part, de juri, of the Duchy of Castille but, also de juri, part of the kingdom of Navarre instead of the kindgom of Castille.
 
No idea, why don't you try and report back?

I tested something like the code posted at home but, although it seemed to work, the CoA of the kingdom B was displaying the CoA of the duchy, so maybe I'm doing something wrong. I'll post the code once I get home.

You can always have an event to create a Titular title for the county.

That won't do, because what I precisely want to do is to present a county which was de facto part of a duchy outside the realm which laws were observed.
I read on a sticky that it was possible to do this, but my first try was disappointing. So I am asking just in case someone achieved success where I didn't.

Thx!
 
Is it possible for a county to be, de juri, part of a duchy of a realm A and part of a realm B?

For example:

Code:
k_realma = {
    d_duchyx = {
        c_county1
        c_county2
    }
}
k_realmb = {
    d_duchyx = {
        c_county3
    }
}

Is it possible? Just to make myself clear, for example, I'd like to mod the game so a county like Viscaya could be part, de juri, of the Duchy of Castille but, also de juri, part of the kingdom of Navarre instead of the kindgom of Castille.

No, this is not possible.