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

Faeelin

Banned
79 Badges
Dec 15, 2001
7.302
2.824
Visit site
  • Stellaris: Galaxy Edition
  • 500k Club
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Pre-order
  • Crusader Kings II: Way of Life
  • Pillars of Eternity
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Stellaris: Galaxy Edition
  • Victoria 2: Heart of Darkness
  • Hearts of Iron IV: Cadet
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Tyranny: Archon Edition
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Hearts of Iron IV: Together for Victory
  • Stellaris - Path to Destruction bundle
  • Europa Universalis IV: Mandate of Heaven
  • Surviving Mars
  • Hearts of Iron IV: Death or Dishonor
  • Hearts of Iron IV: No Step Back
  • Europa Universalis IV: Art of War
  • 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
  • Darkest Hour
  • Europa Universalis III
  • Europa Universalis III Complete
  • Divine Wind
  • Europa Universalis IV
  • Crusader Kings II
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • For The Glory
  • Heir to the Throne
  • Europa Universalis III Complete
  • March of the Eagles
  • Europa Universalis III Complete
  • Europa Universalis IV: Res Publica
  • Victoria: Revolutions
  • Victoria 2
So I'm trying to get the following event to cause a civil war:

id = 900004
random = no
country = MEX
name = "Mexican Civil War Begins"
desc = "Troops ordered to fire on strikers in Sonora have refused to do so. Cardenas has crossed the border form America, and has promised to overthrow the Empire. It looks like we have a civil war of our own, now."
style = 2
picture = "scw"
date = { day = 17 month = april year = 1936 }
action_a = {
name = "We will prevail"
command = { type = province_keypoints which = 1968 value = 2 }
command = { type = province_keypoints which = 1967 value = 1 }
command = { type = province_keypoints which = 1981 value = 1 }
command = { type = province_keypoints which = 1966 value = 1 }
command = { type = dissent value = 25 }
command = { type = civil_war which = U44 }
}
}

I have U44 listed in the revolt file as having the same cores as Mexico. But nothing happens when the event fires. What am I doing wrong?
 
Don't use the civil war command. Use the independence command instead.

So I should just grand independence, seceding certain provinces, and putting the units there? Thanks.