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

kurgan62

Sergeant
27 Badges
Aug 4, 2009
53
0
  • Crusader Kings II
  • Europa Universalis III Complete
  • Europa Universalis IV
  • Hearts of Iron III
  • Magicka
  • Crusader Kings III
  • Crusader Kings II: Holy Fury
  • Crusader Kings II: Jade Dragon
  • Crusader Kings II: Monks and Mystics
  • Crusader Kings II: Reapers Due
  • Crusader Kings II: Conclave
  • Crusader Kings II: Horse Lords
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: Pre-order
  • Cities: Skylines
  • 500k Club
  • Victoria 2
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Crusader Kings II: Sword of Islam
  • Crusader Kings II: Sunset Invasion
  • 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: Legacy of Rome
  • Crusader Kings II: Charlemagne
I've searched the forums with google on how to get California Republic in 1836.

I'm running VIP:R. I changed the event date for CAL independence to 1836 but I still can't grant statehood as the Mexico or the US (using neville).

Any help would be appreciated and thanks in advance :)
 
Eh, there's prolly a more elegant way to do it, but I'd just add this event and load up as Mexico:

Code:
event = {
               id = 111213056
               random = no
               country = MEX  
	trigger = { 
		NOT = { exists = CAL } 
                  }
               name = "Graham's Revolt" #
               desc = "Eureka!"
               style = 0
		date = { day = 1 month = january year = 1836 }
		offset = 0
               action_a = {
		name = "California dreamin..." #
            	ai_chance = 100
		command = { type = independence which = CAL }
		command = { type = relation which = CAL value = -200 }
		command = { type = pop_militancy which = mexican value = -2 }
		command = { type = pop_consciousness which = mexican value = -2 }
		command = { type = trigger which = 132067 } #CAL
	} 
}

Actually, I'd just play Mexico up until normal Cali events fire and just work it in, but this is faster.

Historical justification here (ctrl+F "Graham")
Official units here; militia here

edit: Added to Vickywiki, so if it needs edits, please add 'em.
 
Last edited:
Works great but the entire state starts with <10k non-citizens in 1K pop chunks... it will definitely be a challenge.

Well, that's why the good Lord made immigrants. If it's too much of a challenge as is, you can mod your plurality to equality with the US (or 100) and see how it goes. Regardless, let us know. :)