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

DerStudti

Major
46 Badges
May 26, 2010
583
104
  • Age of Wonders: Planetfall Deluxe edition
  • Warlock: Master of the Arcane
  • War of the Roses
  • Cities: Skylines
  • Victoria 2
  • Teleglitch: Die More Edition
  • Europa Universalis IV: Pre-order
  • Mount & Blade: With Fire and Sword
  • Crusader Kings II: Horse Lords
  • Stellaris
  • Hearts of Iron IV: Cadet
  • Surviving Mars
  • Age of Wonders III
  • Cities: Skylines - Parklife Pre-Order
  • Europa Universalis IV
  • Cities: Skylines - Parklife
  • Shadowrun Returns
  • Imperator: Rome Deluxe Edition
  • Imperator: Rome
  • Age of Wonders: Planetfall
  • Stellaris - Path to Destruction bundle
  • Humble Paradox Bundle
  • Victoria 2: A House Divided
  • Impire
  • Crusader Kings II
  • Crusader Kings II: Sons of Abraham
  • Darkest Hour
  • Europa Universalis III
  • Europa Universalis III: Chronicles
  • Divine Wind
  • Hearts of Iron III
  • Heir to the Throne
  • Victoria 2: Heart of Darkness
  • Knights of Pen and Paper +1 Edition
  • Magicka
  • March of the Eagles
  • Victoria: Revolutions
  • Sengoku
  • Ship Simulator Extremes
  • Sword of the Stars II
  • Cities in Motion 2
When releasing Republican Spain (for example after a successful D-Day), its national provinces don't even include all regions of its mainland.

AoD 1.04:
Code:
SPA = {
	date = { day = 1 month = january year = 1936 }
	expirydate = { day = 30 month = december year = 1954 }
	minimum = {
	334 333 340 330 329 339 338 347
	}
	extra = { 348 331 332 341 342 343 346 349 350 351 352 353 354 355 356 357 536 954 955 957 961 962 963
	964 965 535 537 967 971 972 1091 }
	capital = 333 # Burgos
}

SPR = {
	date = { day = 1 month = january year = 1934 }
	expirydate = { day = 30 month = december year = 1990 }
	minimum = { 341 }
	extra = { 348 357 329 356 330 331 535 536 537 961 962 963 964 965 338 339 342 343 352 353 }
	capital = 341 # Madrid
}

Armageddon:
Code:
SPA = {
   date = { day = 1 month = january year = 1936 }
   expirydate = { day = 30 month = december year = 2199 }
   minimum = {
   334 333 340 330 329 339 338 347
   }
   extra = { 348 331 332 341 342 343 346 349 350 351 352 353 354 355 356 357 536 954 955 957 961 962 963
   964 965 535 537 967 971 972 1091 }
   capital = 333 # Burgos
}

SPR = {
   date = { day = 1 month = january year = 1936 }
   expirydate = { day = 30 month = december year = 2199 }
   minimum = { 332 333 334 338 339 340 341 342 343 346 347 349 350 351 352 353 354 355  }
   extra = { 348 357 329 356 330 331 535 536 537 961 962 963 964 965 }
   capital = 341 # Madrid
}

Seems like there has been a mistake in converting the revolt.txt. If this is intentional, i tend to doubt it's really historically acurate.
 
Upvote 0