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

St. Leo

Major
77 Badges
Jun 4, 2001
516
0
  • Cities: Skylines - Snowfall
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Rome: Vae Victis
  • 500k Club
  • Cities: Skylines
  • Europa Universalis IV: Pre-order
  • Crusader Kings II: Way of Life
  • Pillars of Eternity
  • Crusader Kings II: Horse Lords
  • Cities: Skylines - After Dark
  • Crusader Kings II: Conclave
  • Europa Universalis: Rome
  • Stellaris
  • Crusader Kings II: Reapers Due
  • Tyranny: Archon Edition
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Cities: Skylines - Natural Disasters
  • Crusader Kings II: Monks and Mystics
  • Stellaris - Path to Destruction bundle
  • Cities: Skylines - Mass Transit
  • Surviving Mars
  • Stellaris: Synthetic Dawn
  • Stellaris: Necroids
  • Divine Wind
  • Cities in Motion
  • Cities in Motion 2
  • Crusader Kings II
  • 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
  • Europa Universalis III Complete
  • Hearts of Iron II: Armageddon
  • Europa Universalis IV
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Call to arms event
  • For The Glory
  • Heir to the Throne
  • Europa Universalis III Complete
  • Leviathan: Warships
  • Majesty 2
  • Europa Universalis III Complete
I am not sure as how my version of the revolts.txt was received here. In any case, is there a reason for not adding the following lines to EEP's revolts.txt?

Code:
#Mainz
MAI = {
	date = { day = 1 month = january year = 1419 }
	expirydate = { day = 31 month = december year = 1820 }
	minimum = { 346 }
	extra = { }
	capital = 346
	group = latin
	}
#Suzdal
SUZ = {
	date = { day = 1 month = january year = 1419}
	expirydate = { day = 31 month = december year = 1820 }
	minimum = { 271 }
	extra = { }
	capital = 271
	group = orthodox
	}
#Wurzburg
#+348,330,332
THU = {
	date = { day = 1 month = january year = 1419 }
	expirydate = { day = 31 month = december year = 1820 }
	minimum = { 347 }
	extra = { 348 330 332 }
	capital = 347
	group = latin
	}
#Bremen
BRE = {
	date = { day = 1 month = january year = 1419 }
	expirydate = { day = 31 month = december year = 1820 }
	minimum = { 336 }
	extra = { 305 }
	capital = 336
	group = latin
	ai = "Peaceful.ai"
	}
#Salzburg
#+371
SLZ = {
	date = { day = 1 month = january year = 1419 }
	expirydate = { day = 31 month = december year = 1820 }
	minimum = { 350 371 }
	extra = { 369 327 }
	capital = 350
	group = latin
	ai = "Peaceful.ai"
	}
#Magdeburg
#+332
MAG = {
	date = { day = 1 month = january year = 1419 }
	expirydate = { day = 31 month = december year = 1820 }
	minimum = { 311 }
	extra = { 332 }
	capital = 311
	group = latin
	ai = "Peaceful.ai"
	}
#Munster
MUN = {
	date = { day = 1 month = january year = 1419 }
	expirydate = { day = 31 month = december year = 1820 }
	minimum = { 334 }
	extra = { }
	capital = 334
	group = latin
	ai = "Peaceful.ai"
	}
 
The rest are good though. I haven't looked through your revolt.txt, a quick glance and it looked like a good addition.