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

ErateD8

Second Lieutenant
34 Badges
Dec 8, 2017
191
0
  • Hearts of Iron IV: Death or Dishonor
  • Europa Universalis IV: El Dorado
  • Crusader Kings II: Way of Life
  • Crusader Kings II: Horse Lords
  • Knights of Pen and Paper 2
  • Crusader Kings II: Conclave
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV: Together for Victory
  • Surviving Mars
  • Cities: Skylines
  • Age of Wonders III
  • Crusader Kings II: Jade Dragon
  • Hearts of Iron IV: Expansion Pass
  • Crusader Kings II: Holy Fury
  • Imperator: Rome
  • Imperator: Rome Sign Up
  • Crusader Kings III Referal
  • Rome: Vae Victis
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: Sunset Invasion
  • Europa Universalis IV: Conquest of Paradise
  • March of the Eagles
  • Rome Gold
  • Sengoku
  • Victoria 2
  • Europa Universalis IV: Art of War
  • Europa Universalis IV
  • Crusader Kings II: Sword of Islam
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: The Republic
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Old Gods
  • Crusader Kings II
I recently started a CKII+ game as the Magyar Confederacy, And I noticed that after invading Bulgaria I don't have a decision to form Hungary, Yet looking at the decision files, There is indeed a decision to Form Hungary, And I Can't figure out why it's not available, The closest I've gotten is one thing that appears to say I need to not own Pest in order to form it.
 
Availability (showing up in the interface) is determined by the 'potential' clause. Hopefully that helps you figure what you need to do.
 
Availability (showing up in the interface) is determined by the 'potential' clause. Hopefully that helps you figure what you need to do.
Well, I figured that out, But I'm not sure I'm interpreting it right, Namely what

Code:
any_independent_ruler = {
                any_realm_province = {
                    any_neighbor_province = {
                        owner = { same_realm = ROOT }
                    }
                }
                any_realm_title = { de_jure_liege = k_carpathia }
                any_realm_title = { title = c_pest }
                NOR = {
                    is_nomadic = yes
                    religion = ROOT
                    reverse_has_truce = ROOT
                    is_allied_with = ROOT
                    has_non_aggression_pact_with = ROOT
                    pays_tribute_to = ROOT
                    ROOT = { pays_tribute_to = PREV }
                }
Means, It appears to say that any independent ruler must have a province in their realm that borders a province in my realm, That they must have a title in de jure Carpathia, And that they must own Pest.
 
Well, I figured that out, But I'm not sure I'm interpreting it right, Namely what

Code:
any_independent_ruler = {
                any_realm_province = {
                    any_neighbor_province = {
                        owner = { same_realm = ROOT }
                    }
                }
                any_realm_title = { de_jure_liege = k_carpathia }
                any_realm_title = { title = c_pest }
                NOR = {
                    is_nomadic = yes
                    religion = ROOT
                    reverse_has_truce = ROOT
                    is_allied_with = ROOT
                    has_non_aggression_pact_with = ROOT
                    pays_tribute_to = ROOT
                    ROOT = { pays_tribute_to = PREV }
                }
Means, It appears to say that any independent ruler must have a province in their realm that borders a province in my realm, That they must have a title in de jure Carpathia, And that they must own Pest.

I read it as 'The realm that includes Pest must border your realm and the top ruler of that realm must also contain a title in de jure k_carpathia and satisfy the other requirements below.'
 
I read it as 'The realm that includes Pest must border your realm and the top ruler of that realm must also contain a title in de jure k_carpathia and satisfy the other requirements below.'
Ah, So that seems to suggest I need to settle down first, Thanks!