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

Järnblomma

Major
97 Badges
Jan 13, 2008
694
33
  • Stellaris - Path to Destruction bundle
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Europa Universalis IV: Res Publica
  • Victoria: Revolutions
  • Europa Universalis: Rome
  • Sengoku
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Crusader Kings II
  • Crusader Kings II: Jade Dragon
  • Europa Universalis IV: Pre-order
  • Stellaris: Synthetic Dawn
  • Pillars of Eternity
  • Europa Universalis IV: Mare Nostrum
  • Stellaris: Galaxy Edition
  • Europa Universalis IV: Third Rome
  • Crusader Kings II: Reapers Due
  • For The Glory
  • Hearts of Iron Anthology
  • 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: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Heir to the Throne
  • Darkest Hour
  • Europa Universalis III
  • Europa Universalis IV: Wealth of Nations
  • Divine Wind
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
  • Crusader Kings II: Horse Lords
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Cadet
  • Stellaris Sign-up
  • Stellaris: Galaxy Edition
  • Stellaris
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Cossacks
  • War of the Roses
  • Europa Universalis IV: Common Sense
  • Europa Universalis IV
  • Hearts of Iron IV: No Step Back
  • Mount & Blade: Warband
  • Victoria 2
  • Europa Universalis IV: El Dorado
I've noticed that you need all the "cores" of a nation for it to be able to be released. This is a problem sometimes, like when invading Russia alongside Japan. Is there any way to release a nation without it having all the territory?

"Cheating" is fine.

Maybe through writing new events? How in that case?

Thanks!
 
The required provs are in the revolt.txt
 
The required provs are in the revolt.txt

Excuse me if I'm stupid, but how should I use that? Remove the provinces I do not have? Write an event with them?

Thank you for the information. =)
 
Set all minimum provs (except the capital) to 'extra' and you should be able to release them as long as you hold the capital prov

Example!

Code:
ALB = {
	date = { day = 1 month = january year = 1936 }
	expirydate = { day = 30 month = december year = 1967 }
	minimum = { 390 }
	extra = { 415  391  }
	capital = 390 }

(Here I moved 391 (Vlore) to the extra set, so now you only need 390 (Tirana) to release Albania)
 
Set all minimum provs (except the capital) to 'extra' and you should be able to release them as long as you hold the capital prov

Example!

Code:
ALB = {
	date = { day = 1 month = january year = 1936 }
	expirydate = { day = 30 month = december year = 1967 }
	minimum = { 390 }
	extra = { 415  391  }
	capital = 390 }

(Here I moved 391 (Vlore) to the extra set, so now you only need 390 (Tirana) to release Albania)

That was exactly what I did, yeah. =)