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

Sute]{h

Field Marshal
88 Badges
Jun 25, 2002
3.505
199
  • Europa Universalis IV: Pre-order
  • Victoria: Revolutions
  • Europa Universalis: Rome
  • Semper Fi
  • Sengoku
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Rome: Vae Victis
  • 500k Club
  • Crusader Kings II: Holy Knight (pre-order)
  • Europa Universalis III: Collection
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Res Publica
  • Europa Universalis: Rome Collectors Edition
  • 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
  • Stellaris: Galaxy Edition
  • Victoria 3 Sign Up
  • 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: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Deus Vult
  • Europa Universalis III
  • Divine Wind
  • Europa Universalis IV
  • Crusader Kings II
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Call to arms event
  • For the Motherland
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
  • Heir to the Throne
  • Europa Universalis III Complete
  • Magicka
  • Majesty 2
I'm currently writing a series of events for the EU2 -> Vicky converter. The intend it to give all german minor cores on Germany and form the military alliances they have in the beginning of a vanilla Vicky campaign.

Now the trouble is that the game keeps crashing when my events fire, and I can't find out why... I've tried removing the core parts to reduce the number of commands, but this doesn't seem to be it, and I've tried looking for errors, but they just seem to elude me. Can anyone help?

The Prussian event (1) seems to fire without trouble, but I've posted it just for referance. Also I've only posted the event for Frankfurt Am Main, since the events are huge and identical.

Code:
[color=white]#Deutscher Bund by Sute]{h

event = {
	id = 1
	trigger = { }
	random = no
	country = PRU
	name = "Deutscher Bund"
	desc = "The dream of a united Germany has awoken, and the German states formed the Deutscher Bund."
	style = 0
	date = { day = 1 month = january year = 1836 }

	action_a = {
		name = "Long live the Deutscher Bund!"
		command = { type = alliance which = AUS value = 1 } #Defensive alliance with Austria
		command = { type = relation which = FRA value = -100 } #Don't want a strong Germany
		command = { type = relation which = POL value = -100 } #Don't want a strong Germany
		command = { type = relation which = DAN value = -20 } #Don't want a strong Germany
		command = { type = relation which = HLS value = 50 } #Holstein
		command = { type = relation which = HAM value = 50 } #Hamburg
		command = { type = relation which = HAN value = 50 } #Hannover
		command = { type = relation which = BRE value = 50 } #Bremen
		command = { type = relation which = OLD value = 50 } #Oldenburg
		command = { type = relation which = MEC value = 50 } #Mecklenburg
		command = { type = relation which = BRA value = 50 } #Braunschweig
		command = { type = relation which = LIP value = 50 } #Lippe-Detmold
		command = { type = relation which = HEK value = 50 } #Hesse-Kassel
		command = { type = relation which = HED value = 50 } #Hesse-Darmstadt
		command = { type = relation which = FRM value = 50 } #Frankfurt Am Main
		command = { type = relation which = NAS value = 50 } #Nassau
		command = { type = relation which = BAY value = 50 } #Bavaria
		command = { type = relation which = BAD value = 50 } #Baden
		command = { type = relation which = WUR value = 50 } #Württemberg
		command = { type = relation which = MEI value = 50 } #Saxe-Meiningen
		command = { type = relation which = WEI value = 50 } #Saxe-Weimer
		command = { type = relation which = ANH value = 50 } #Anhalt
		command = { type = relation which = SAX value = 50 } #Saxony
		command = { type = relation which = COB value = 50 } #Saxe-Coburg-Gotha
		command = { type = relation which = LUB value = 50 } #Lübeck
		command = { type = relation which = AUS value = 100 } #Austria
		command = { type = addcore which = 344 } #Schlesien
		command = { type = addcore which = 265 } #Schlesien
		command = { type = addcore which = 736 } #Schlesien
		command = { type = addcore which = 963 } #Schlesien
		command = { type = addcore which = 944 } #Schlesien
		command = { type = addcore which = 340 } #Posen
		command = { type = addcore which = 393 } #Posen
		command = { type = addcore which = 414 } #Posen
		command = { type = addcore which = 395 } #Ostpreussen
		command = { type = addcore which = 396 } #Ostpreussen
		command = { type = addcore which = 397 } #Ostpreussen
		command = { type = addcore which = 398 } #Ostpreussen
		command = { type = addcore which = 262 } #Westpreussen
		command = { type = addcore which = 392 } #Westpreussen
		command = { type = addcore which = 391 } #Westpreussen
		command = { type = addcore which = 394 } #Westpreussen
		command = { type = addcore which = 336 } #Pommern
		command = { type = addcore which = 337 } #Pommern
		command = { type = addcore which = 338 } #Pommern
		command = { type = addcore which = 339 } #Pommern
		command = { type = addcore which = 261 } #Pommern
		command = { type = addcore which = 350 } #Brandenburg
		command = { type = addcore which = 342 } #Brandenburg
		command = { type = addcore which = 341 } #Brandenburg
		command = { type = addcore which = 345 } #Brandenburg
		command = { type = addcore which = 346 } #Brandenburg
		command = { type = addcore which = 362 } #Provinzial Sachsen
		command = { type = addcore which = 361 } #Provinzial Sachsen
		command = { type = addcore which = 343 } #Provinzial Sachsen
		command = { type = addcore which = 359 } #Provinzial Sachsen
		command = { type = addcore which = 351 } #Provinzial Sachsen
		command = { type = addcore which = 294 } #Westfalen-Rheinland
		command = { type = addcore which = 354 } #Westfalen-Rheinland
		command = { type = addcore which = 355 } #Westfalen-Rheinland
		command = { type = addcore which = 268 } #Westfalen-Rheinland
		command = { type = addcore which = 266 } #Westfalen-Rheinland
		command = { type = addcore which = 293 } #Westfalen-Rheinland
		command = { type = addcore which = 356 } #Westfalen-Rheinland
		command = { type = addcore which = 778 } #Westfalen-Rheinland
		command = { type = addcore which = 779 } #Westfalen-Rheinland
		command = { type = addcore which = 780 } #Westfalen-Rheinland
		command = { type = addcore which = 776 } #Westfalen-Rheinland
		command = { type = addcore which = 783 } #Westfalen-Rheinland
		command = { type = addcore which = 784 } #Westfalen-Rheinland
		command = { type = addcore which = 785 } #Westfalen-Rheinland
		command = { type = addcore which = 803 } #Sigmaringen
		command = { type = addcore which = 789 } #Bavaria
		command = { type = addcore which = 798 } #Bavaria
		command = { type = addcore which = 797 } #Bavaria
		command = { type = addcore which = 799 } #Bavaria
		command = { type = addcore which = 836 } #Bavaria
		command = { type = addcore which = 832 } #Bavaria
		command = { type = addcore which = 834 } #Bavaria
		command = { type = addcore which = 835 } #Bavaria
		command = { type = addcore which = 833 } #Bavaria
		command = { type = addcore which = 786 } #Bavaria
		command = { type = addcore which = 800 } #Würtenberg
		command = { type = addcore which = 801 } #Würtenberg
		command = { type = addcore which = 802 } #Würtenberg
		command = { type = addcore which = 804 } #Würtenberg
		command = { type = addcore which = 868 } #Baden
		command = { type = addcore which = 867 } #Baden
		command = { type = addcore which = 865 } #Baden
		command = { type = addcore which = 866 } #Baden
		command = { type = addcore which = 792 } #Hesse-Darmstadt
		command = { type = addcore which = 791 } #Hesse-Darmstadt
		command = { type = addcore which = 788 } #Hesse-Darmstadt
		command = { type = addcore which = 267 } #Hesse-Kassel
		command = { type = addcore which = 793 } #Hesse-Kassel
		command = { type = addcore which = 790 } #Frankfurt
		command = { type = addcore which = 796 } #Saxe-Meiningen
		command = { type = addcore which = 794 } #Saxe-Weimar
		command = { type = addcore which = 795 } #Saxe-Coburg-Gotha
		command = { type = addcore which = 264 } #Saxony
		command = { type = addcore which = 759 } #Saxony
		command = { type = addcore which = 758 } #Saxony
		command = { type = addcore which = 360 } #Anhalt
		command = { type = addcore which = 296 } #Hannover
		command = { type = addcore which = 295 } #Hannover
		command = { type = addcore which = 302 } #Hannover
		command = { type = addcore which = 301 } #Hannover
		command = { type = addcore which = 298 } #Hannover
		command = { type = addcore which = 303 } #Hannover
		command = { type = addcore which = 352 } #Hannover
		command = { type = addcore which = 357 } #Hannover
		command = { type = addcore which = 358 } #Braunschweig
		command = { type = addcore which = 353 } #Lippe-Detmold
		command = { type = addcore which = 335 } #Mecklenburg
		command = { type = addcore which = 349 } #Mecklenburg
		command = { type = addcore which = 334 } #Lübeck
		command = { type = addcore which = 305 } #Holstein
		command = { type = addcore which = 333 } #Holstein
		command = { type = addcore which = 304 } #Hamburg
		command = { type = addcore which = 299 } #Bremen
		command = { type = addcore which = 297 } #Oldenburg
		command = { type = addcore which = 300 } #Oldenburg
		command = { type = addcore which = 787 } #Nassau
		command = { type = addcore which = 306 } #Flensburg
		command = { type = addcore which = 782 } #Luxemburg
		command = { type = addcore which = 863 } #Elsass-Lothringen
		command = { type = addcore which = 864 } #Elsass-Lothringen
		command = { type = addcore which = 869 } #Elsass-Lothringen
		command = { type = addcore which = 735 } #Sudet
		command = { type = addcore which = 760 } #Sudet
		command = { type = addcore which = 950 } #Sudet
	}
}

event = {
	id = 8
	trigger = { }
	random = no
	country = FRM
	name = "Deutscher Bund"
	desc = "The dream of a united Germany has awoken, and the German states formed the Deutscher Bund. However within the Deutscher Bund there was a Pro-Prussian and a Pro-Austrian side, which shall we choose?"
	style = 0
	date = { day = 1 month = january year = 1836 }

	action_a = {
		name = "Long live the Deutscher Bund!"
		command = { type = alliance which = HAM value = 1 } #Defensive alliance with Hamburg
		command = { type = alliance Which = HAN value = 1 } #Defensive alliance with Hannover
		command = { type = alliance which = HED value = 1 } #Defensive alliance with Hesse-Darmstadt
		command = { type = alliance which = HEK value = 1 } #Defensive alliance with Hesse-Kassel
		command = { type = alliance which = LIP value = 1 } #Defensive alliance with Lippe-Detmold
		command = { type = alliance which = MEC value = 1 } #Defensive alliance with Mecklenburg
		command = { type = alliance which = MEI value = 1 } #Defensive alliance with Saxe-Meiningen
		command = { type = alliance which = OLD value = 1 } #Defensive alliance with Oldenburg
		command = { type = alliance which = SAX value = 1 } #Defensive alliance with Saxony
		command = { type = alliance which = WEI value = 1 } #Defensive alliance with Saxe-Weimer
		command = { type = alliance which = WUR value = 1 } #Defensive alliance with Württemberg
		command = { type = alliance which = AUS value = 1 where = PRU } #Defensive alliance with Austria, not valid against Prussia
		command = { type = alliance which = PRU value = 1 where = AUS } #Defensive alliance with Prussia, not valid against Austria
		command = { type = relation which = FRA value = -100 } #Don't want a strong Germany
		command = { type = relation which = POL value = -100 } #Don't want a strong Germany
		command = { type = relation which = DAN value = -20 } #Don't want a strong Germany
		command = { type = relation which = HLS value = 50 } #Holstein
		command = { type = relation which = HAM value = 50 } #Hamburg
		command = { type = relation which = HAN value = 50 } #Hannover
		command = { type = relation which = BRE value = 50 } #Bremen
		command = { type = relation which = OLD value = 50 } #Oldenburg
		command = { type = relation which = MEC value = 50 } #Mecklenburg
		command = { type = relation which = BRA value = 50 } #Braunschweig
		command = { type = relation which = LIP value = 50 } #Lippe-Detmold
		command = { type = relation which = HEK value = 50 } #Hesse-Kassel
		command = { type = relation which = HED value = 50 } #Hesse-Darmstadt
		command = { type = relation which = BAY value = 50 } #Bavaria
		command = { type = relation which = NAS value = 50 } #Nassau
		command = { type = relation which = ANH value = 50 } #Anhalt
		command = { type = relation which = BAD value = 50 } #Baden
		command = { type = relation which = WUR value = 50 } #Württemberg
		command = { type = relation which = MEI value = 50 } #Saxe-Meiningen
		command = { type = relation which = WEI value = 50 } #Saxe-Weimer
		command = { type = relation which = PRU value = 50 } #Prussia
		command = { type = relation which = SAX value = 50 } #Saxony
		command = { type = relation which = COB value = 50 } #Saxe-Coburg-Gotha
		command = { type = relation which = LUB value = 50 } #Lübeck
		command = { type = relation which = AUS value = 100 } #Austria
		command = { type = addcore which = 344 } #Schlesien
		command = { type = addcore which = 265 } #Schlesien
		command = { type = addcore which = 736 } #Schlesien
		command = { type = addcore which = 963 } #Schlesien
		command = { type = addcore which = 944 } #Schlesien
		command = { type = addcore which = 340 } #Posen
		command = { type = addcore which = 393 } #Posen
		command = { type = addcore which = 414 } #Posen
		command = { type = addcore which = 395 } #Ostpreussen
		command = { type = addcore which = 396 } #Ostpreussen
		command = { type = addcore which = 397 } #Ostpreussen
		command = { type = addcore which = 398 } #Ostpreussen
		command = { type = addcore which = 262 } #Westpreussen
		command = { type = addcore which = 392 } #Westpreussen
		command = { type = addcore which = 391 } #Westpreussen
		command = { type = addcore which = 394 } #Westpreussen
		command = { type = addcore which = 336 } #Pommern
		command = { type = addcore which = 337 } #Pommern
		command = { type = addcore which = 338 } #Pommern
		command = { type = addcore which = 339 } #Pommern
		command = { type = addcore which = 261 } #Pommern
		command = { type = addcore which = 350 } #Brandenburg
		command = { type = addcore which = 342 } #Brandenburg
		command = { type = addcore which = 341 } #Brandenburg
		command = { type = addcore which = 345 } #Brandenburg
		command = { type = addcore which = 346 } #Brandenburg
		command = { type = addcore which = 362 } #Provinzial Sachsen
		command = { type = addcore which = 361 } #Provinzial Sachsen
		command = { type = addcore which = 343 } #Provinzial Sachsen
		command = { type = addcore which = 359 } #Provinzial Sachsen
		command = { type = addcore which = 351 } #Provinzial Sachsen
		command = { type = addcore which = 294 } #Westfalen-Rheinland
		command = { type = addcore which = 354 } #Westfalen-Rheinland
		command = { type = addcore which = 355 } #Westfalen-Rheinland
		command = { type = addcore which = 268 } #Westfalen-Rheinland
		command = { type = addcore which = 266 } #Westfalen-Rheinland
		command = { type = addcore which = 293 } #Westfalen-Rheinland
		command = { type = addcore which = 356 } #Westfalen-Rheinland
		command = { type = addcore which = 778 } #Westfalen-Rheinland
		command = { type = addcore which = 779 } #Westfalen-Rheinland
		command = { type = addcore which = 780 } #Westfalen-Rheinland
		command = { type = addcore which = 776 } #Westfalen-Rheinland
		command = { type = addcore which = 783 } #Westfalen-Rheinland
		command = { type = addcore which = 784 } #Westfalen-Rheinland
		command = { type = addcore which = 785 } #Westfalen-Rheinland
		command = { type = addcore which = 803 } #Sigmaringen
		command = { type = addcore which = 789 } #Bavaria
		command = { type = addcore which = 798 } #Bavaria
		command = { type = addcore which = 797 } #Bavaria
		command = { type = addcore which = 799 } #Bavaria
		command = { type = addcore which = 836 } #Bavaria
		command = { type = addcore which = 832 } #Bavaria
		command = { type = addcore which = 834 } #Bavaria
		command = { type = addcore which = 835 } #Bavaria
		command = { type = addcore which = 833 } #Bavaria
		command = { type = addcore which = 786 } #Bavaria
		command = { type = addcore which = 800 } #Würtenberg
		command = { type = addcore which = 801 } #Würtenberg
		command = { type = addcore which = 802 } #Würtenberg
		command = { type = addcore which = 804 } #Würtenberg
		command = { type = addcore which = 868 } #Baden
		command = { type = addcore which = 867 } #Baden
		command = { type = addcore which = 865 } #Baden
		command = { type = addcore which = 866 } #Baden
		command = { type = addcore which = 792 } #Hesse-Darmstadt
		command = { type = addcore which = 791 } #Hesse-Darmstadt
		command = { type = addcore which = 788 } #Hesse-Darmstadt
		command = { type = addcore which = 267 } #Hesse-Kassel
		command = { type = addcore which = 793 } #Hesse-Kassel
		command = { type = addcore which = 790 } #Frankfurt
		command = { type = addcore which = 796 } #Saxe-Meiningen
		command = { type = addcore which = 794 } #Saxe-Weimar
		command = { type = addcore which = 795 } #Saxe-Coburg-Gotha
		command = { type = addcore which = 264 } #Saxony
		command = { type = addcore which = 759 } #Saxony
		command = { type = addcore which = 758 } #Saxony
		command = { type = addcore which = 360 } #Anhalt
		command = { type = addcore which = 296 } #Hannover
		command = { type = addcore which = 295 } #Hannover
		command = { type = addcore which = 302 } #Hannover
		command = { type = addcore which = 301 } #Hannover
		command = { type = addcore which = 298 } #Hannover
		command = { type = addcore which = 303 } #Hannover
		command = { type = addcore which = 352 } #Hannover
		command = { type = addcore which = 357 } #Hannover
		command = { type = addcore which = 358 } #Braunschweig
		command = { type = addcore which = 353 } #Lippe-Detmold
		command = { type = addcore which = 335 } #Mecklenburg
		command = { type = addcore which = 349 } #Mecklenburg
		command = { type = addcore which = 334 } #Lübeck
		command = { type = addcore which = 305 } #Holstein
		command = { type = addcore which = 333 } #Holstein
		command = { type = addcore which = 304 } #Hamburg
		command = { type = addcore which = 299 } #Bremen
		command = { type = addcore which = 297 } #Oldenburg
		command = { type = addcore which = 300 } #Oldenburg
		command = { type = addcore which = 787 } #Nassau
		command = { type = addcore which = 306 } #Flensburg
		command = { type = addcore which = 782 } #Luxemburg
		command = { type = addcore which = 863 } #Elsass-Lothringen
		command = { type = addcore which = 864 } #Elsass-Lothringen
		command = { type = addcore which = 869 } #Elsass-Lothringen
		command = { type = addcore which = 735 } #Sudet
		command = { type = addcore which = 760 } #Sudet
		command = { type = addcore which = 950 } #Sudet
	}
	action_b = {
		name = "Long live the Austrian Deutscher Bund!"
		command = { type = alliance which = HAM value = 1 } #Defensive alliance with Hamburg
		command = { type = alliance Which = HAN value = 1 } #Defensive alliance with Hannover
		command = { type = alliance which = HED value = 1 } #Defensive alliance with Hesse-Darmstadt
		command = { type = alliance which = HEK value = 1 } #Defensive alliance with Hesse-Kassel
		command = { type = alliance which = LIP value = 1 } #Defensive alliance with Lippe-Detmold
		command = { type = alliance which = MEC value = 1 } #Defensive alliance with Mecklenburg
		command = { type = alliance which = MEI value = 1 } #Defensive alliance with Saxe-Meiningen
		command = { type = alliance which = OLD value = 1 } #Defensive alliance with Oldenburg
		command = { type = alliance which = SAX value = 1 } #Defensive alliance with Saxony
		command = { type = alliance which = WEI value = 1 } #Defensive alliance with Saxe-Weimer
		command = { type = alliance which = WUR value = 1 } #Defensive alliance with Württemberg
		command = { type = alliance which = AUS value = 1 } #Defensive alliance with Austria
		command = { type = alliance which = PRU value = 1 where = AUS } #Defensive alliance with Prussia, not valid against Austria
		command = { type = relation which = FRA value = -100 } #Don't want a strong Germany
		command = { type = relation which = POL value = -100 } #Don't want a strong Germany
		command = { type = relation which = DAN value = -20 } #Don't want a strong Germany
		command = { type = relation which = HLS value = 50 } #Holstein
		command = { type = relation which = HAM value = 50 } #Hamburg
		command = { type = relation which = HAN value = 50 } #Hannover
		command = { type = relation which = BRE value = 50 } #Bremen
		command = { type = relation which = OLD value = 50 } #Oldenburg
		command = { type = relation which = MEC value = 50 } #Mecklenburg
		command = { type = relation which = BRA value = 50 } #Braunschweig
		command = { type = relation which = LIP value = 50 } #Lippe-Detmold
		command = { type = relation which = HEK value = 50 } #Hesse-Kassel
		command = { type = relation which = HED value = 50 } #Hesse-Darmstadt
		command = { type = relation which = BAY value = 50 } #Bavaria
		command = { type = relation which = NAS value = 50 } #Nassau
		command = { type = relation which = ANH value = 50 } #Anhalt
		command = { type = relation which = BAD value = 50 } #Baden
		command = { type = relation which = WUR value = 50 } #Württemberg
		command = { type = relation which = MEI value = 50 } #Saxe-Meiningen
		command = { type = relation which = WEI value = 50 } #Saxe-Weimer
		command = { type = relation which = PRU value = 25 } #Prussia
		command = { type = relation which = SAX value = 50 } #Saxony
		command = { type = relation which = COB value = 50 } #Saxe-Coburg-Gotha
		command = { type = relation which = LUB value = 50 } #Lübeck
		command = { type = relation which = AUS value = 125 } #Austria
		command = { type = addcore which = 344 } #Schlesien
		command = { type = addcore which = 265 } #Schlesien
		command = { type = addcore which = 736 } #Schlesien
		command = { type = addcore which = 963 } #Schlesien
		command = { type = addcore which = 944 } #Schlesien
		command = { type = addcore which = 340 } #Posen
		command = { type = addcore which = 393 } #Posen
		command = { type = addcore which = 414 } #Posen
		command = { type = addcore which = 395 } #Ostpreussen
		command = { type = addcore which = 396 } #Ostpreussen
		command = { type = addcore which = 397 } #Ostpreussen
		command = { type = addcore which = 398 } #Ostpreussen
		command = { type = addcore which = 262 } #Westpreussen
		command = { type = addcore which = 392 } #Westpreussen
		command = { type = addcore which = 391 } #Westpreussen
		command = { type = addcore which = 394 } #Westpreussen
		command = { type = addcore which = 336 } #Pommern
		command = { type = addcore which = 337 } #Pommern
		command = { type = addcore which = 338 } #Pommern
		command = { type = addcore which = 339 } #Pommern
		command = { type = addcore which = 261 } #Pommern
		command = { type = addcore which = 350 } #Brandenburg
		command = { type = addcore which = 342 } #Brandenburg
		command = { type = addcore which = 341 } #Brandenburg
		command = { type = addcore which = 345 } #Brandenburg
		command = { type = addcore which = 346 } #Brandenburg
		command = { type = addcore which = 362 } #Provinzial Sachsen
		command = { type = addcore which = 361 } #Provinzial Sachsen
		command = { type = addcore which = 343 } #Provinzial Sachsen
		command = { type = addcore which = 359 } #Provinzial Sachsen
		command = { type = addcore which = 351 } #Provinzial Sachsen
		command = { type = addcore which = 294 } #Westfalen-Rheinland
		command = { type = addcore which = 354 } #Westfalen-Rheinland
		command = { type = addcore which = 355 } #Westfalen-Rheinland
		command = { type = addcore which = 268 } #Westfalen-Rheinland
		command = { type = addcore which = 266 } #Westfalen-Rheinland
		command = { type = addcore which = 293 } #Westfalen-Rheinland
		command = { type = addcore which = 356 } #Westfalen-Rheinland
		command = { type = addcore which = 778 } #Westfalen-Rheinland
		command = { type = addcore which = 779 } #Westfalen-Rheinland
		command = { type = addcore which = 780 } #Westfalen-Rheinland
		command = { type = addcore which = 776 } #Westfalen-Rheinland
		command = { type = addcore which = 783 } #Westfalen-Rheinland
		command = { type = addcore which = 784 } #Westfalen-Rheinland
		command = { type = addcore which = 785 } #Westfalen-Rheinland
		command = { type = addcore which = 803 } #Sigmaringen
		command = { type = addcore which = 789 } #Bavaria
		command = { type = addcore which = 798 } #Bavaria
		command = { type = addcore which = 797 } #Bavaria
		command = { type = addcore which = 799 } #Bavaria
		command = { type = addcore which = 836 } #Bavaria
		command = { type = addcore which = 832 } #Bavaria
		command = { type = addcore which = 834 } #Bavaria
		command = { type = addcore which = 835 } #Bavaria
		command = { type = addcore which = 833 } #Bavaria
		command = { type = addcore which = 786 } #Bavaria
		command = { type = addcore which = 800 } #Würtenberg
		command = { type = addcore which = 801 } #Würtenberg
		command = { type = addcore which = 802 } #Würtenberg
		command = { type = addcore which = 804 } #Würtenberg
		command = { type = addcore which = 868 } #Baden
		command = { type = addcore which = 867 } #Baden
		command = { type = addcore which = 865 } #Baden
		command = { type = addcore which = 866 } #Baden
		command = { type = addcore which = 792 } #Hesse-Darmstadt
		command = { type = addcore which = 791 } #Hesse-Darmstadt
		command = { type = addcore which = 788 } #Hesse-Darmstadt
		command = { type = addcore which = 267 } #Hesse-Kassel
		command = { type = addcore which = 793 } #Hesse-Kassel
		command = { type = addcore which = 790 } #Frankfurt
		command = { type = addcore which = 796 } #Saxe-Meiningen
		command = { type = addcore which = 794 } #Saxe-Weimar
		command = { type = addcore which = 795 } #Saxe-Coburg-Gotha
		command = { type = addcore which = 264 } #Saxony
		command = { type = addcore which = 759 } #Saxony
		command = { type = addcore which = 758 } #Saxony
		command = { type = addcore which = 360 } #Anhalt
		command = { type = addcore which = 296 } #Hannover
		command = { type = addcore which = 295 } #Hannover
		command = { type = addcore which = 302 } #Hannover
		command = { type = addcore which = 301 } #Hannover
		command = { type = addcore which = 298 } #Hannover
		command = { type = addcore which = 303 } #Hannover
		command = { type = addcore which = 352 } #Hannover
		command = { type = addcore which = 357 } #Hannover
		command = { type = addcore which = 358 } #Braunschweig
		command = { type = addcore which = 353 } #Lippe-Detmold
		command = { type = addcore which = 335 } #Mecklenburg
		command = { type = addcore which = 349 } #Mecklenburg
		command = { type = addcore which = 334 } #Lübeck
		command = { type = addcore which = 305 } #Holstein
		command = { type = addcore which = 333 } #Holstein
		command = { type = addcore which = 304 } #Hamburg
		command = { type = addcore which = 299 } #Bremen
		command = { type = addcore which = 297 } #Oldenburg
		command = { type = addcore which = 300 } #Oldenburg
		command = { type = addcore which = 787 } #Nassau
		command = { type = addcore which = 306 } #Flensburg
		command = { type = addcore which = 782 } #Luxemburg
		command = { type = addcore which = 863 } #Elsass-Lothringen
		command = { type = addcore which = 864 } #Elsass-Lothringen
		command = { type = addcore which = 869 } #Elsass-Lothringen
		command = { type = addcore which = 735 } #Sudet
		command = { type = addcore which = 760 } #Sudet
		command = { type = addcore which = 950 } #Sudet
	}
	action_c = {
		name = "Long live the Prussian Deutscher Bund!"
		command = { type = alliance which = HAM value = 1 } #Defensive alliance with Hamburg
		command = { type = alliance Which = HAN value = 1 } #Defensive alliance with Hannover
		command = { type = alliance which = HED value = 1 } #Defensive alliance with Hesse-Darmstadt
		command = { type = alliance which = HEK value = 1 } #Defensive alliance with Hesse-Kassel
		command = { type = alliance which = LIP value = 1 } #Defensive alliance with Lippe-Detmold
		command = { type = alliance which = MEC value = 1 } #Defensive alliance with Mecklenburg
		command = { type = alliance which = MEI value = 1 } #Defensive alliance with Saxe-Meiningen
		command = { type = alliance which = OLD value = 1 } #Defensive alliance with Oldenburg
		command = { type = alliance which = SAX value = 1 } #Defensive alliance with Saxony
		command = { type = alliance which = WEI value = 1 } #Defensive alliance with Saxe-Weimer
		command = { type = alliance which = WUR value = 1 } #Defensive alliance with Württemberg
		command = { type = alliance which = AUS value = 1 where = PRU } #Defensive alliance with Austria, not valid against Prussia
		command = { type = alliance which = PRU value = 1 } #Defensive alliance with Prussia
		command = { type = relation which = FRA value = -100 } #Don't want a strong Germany
		command = { type = relation which = POL value = -100 } #Don't want a strong Germany
		command = { type = relation which = DAN value = -20 } #Don't want a strong Germany
		command = { type = relation which = HLS value = 50 } #Holstein
		command = { type = relation which = HAM value = 50 } #Hamburg
		command = { type = relation which = HAN value = 50 } #Hannover
		command = { type = relation which = BRE value = 50 } #Bremen
		command = { type = relation which = OLD value = 50 } #Oldenburg
		command = { type = relation which = MEC value = 50 } #Mecklenburg
		command = { type = relation which = BRA value = 50 } #Braunschweig
		command = { type = relation which = LIP value = 50 } #Lippe-Detmold
		command = { type = relation which = HEK value = 50 } #Hesse-Kassel
		command = { type = relation which = HED value = 50 } #Hesse-Darmstadt
		command = { type = relation which = BAY value = 50 } #Bavaria
		command = { type = relation which = NAS value = 50 } #Nassau
		command = { type = relation which = ANH value = 50 } #Anhalt
		command = { type = relation which = BAD value = 50 } #Baden
		command = { type = relation which = WUR value = 50 } #Württemberg
		command = { type = relation which = MEI value = 50 } #Saxe-Meiningen
		command = { type = relation which = WEI value = 50 } #Saxe-Weimer
		command = { type = relation which = PRU value = 75 } #Prussia
		command = { type = relation which = SAX value = 50 } #Saxony
		command = { type = relation which = COB value = 50 } #Saxe-Coburg-Gotha
		command = { type = relation which = LUB value = 50 } #Lübeck
		command = { type = relation which = AUS value = 75 } #Austria
		command = { type = addcore which = 344 } #Schlesien
		command = { type = addcore which = 265 } #Schlesien
		command = { type = addcore which = 736 } #Schlesien
		command = { type = addcore which = 963 } #Schlesien
		command = { type = addcore which = 944 } #Schlesien
		command = { type = addcore which = 340 } #Posen
		command = { type = addcore which = 393 } #Posen
		command = { type = addcore which = 414 } #Posen
		command = { type = addcore which = 395 } #Ostpreussen
		command = { type = addcore which = 396 } #Ostpreussen
		command = { type = addcore which = 397 } #Ostpreussen
		command = { type = addcore which = 398 } #Ostpreussen
		command = { type = addcore which = 262 } #Westpreussen
		command = { type = addcore which = 392 } #Westpreussen
		command = { type = addcore which = 391 } #Westpreussen
		command = { type = addcore which = 394 } #Westpreussen
		command = { type = addcore which = 336 } #Pommern
		command = { type = addcore which = 337 } #Pommern
		command = { type = addcore which = 338 } #Pommern
		command = { type = addcore which = 339 } #Pommern
		command = { type = addcore which = 261 } #Pommern
		command = { type = addcore which = 350 } #Brandenburg
		command = { type = addcore which = 342 } #Brandenburg
		command = { type = addcore which = 341 } #Brandenburg
		command = { type = addcore which = 345 } #Brandenburg
		command = { type = addcore which = 346 } #Brandenburg
		command = { type = addcore which = 362 } #Provinzial Sachsen
		command = { type = addcore which = 361 } #Provinzial Sachsen
		command = { type = addcore which = 343 } #Provinzial Sachsen
		command = { type = addcore which = 359 } #Provinzial Sachsen
		command = { type = addcore which = 351 } #Provinzial Sachsen
		command = { type = addcore which = 294 } #Westfalen-Rheinland
		command = { type = addcore which = 354 } #Westfalen-Rheinland
		command = { type = addcore which = 355 } #Westfalen-Rheinland
		command = { type = addcore which = 268 } #Westfalen-Rheinland
		command = { type = addcore which = 266 } #Westfalen-Rheinland
		command = { type = addcore which = 293 } #Westfalen-Rheinland
		command = { type = addcore which = 356 } #Westfalen-Rheinland
		command = { type = addcore which = 778 } #Westfalen-Rheinland
		command = { type = addcore which = 779 } #Westfalen-Rheinland
		command = { type = addcore which = 780 } #Westfalen-Rheinland
		command = { type = addcore which = 776 } #Westfalen-Rheinland
		command = { type = addcore which = 783 } #Westfalen-Rheinland
		command = { type = addcore which = 784 } #Westfalen-Rheinland
		command = { type = addcore which = 785 } #Westfalen-Rheinland
		command = { type = addcore which = 803 } #Sigmaringen
		command = { type = addcore which = 789 } #Bavaria
		command = { type = addcore which = 798 } #Bavaria
		command = { type = addcore which = 797 } #Bavaria
		command = { type = addcore which = 799 } #Bavaria
		command = { type = addcore which = 836 } #Bavaria
		command = { type = addcore which = 832 } #Bavaria
		command = { type = addcore which = 834 } #Bavaria
		command = { type = addcore which = 835 } #Bavaria
		command = { type = addcore which = 833 } #Bavaria
		command = { type = addcore which = 786 } #Bavaria
		command = { type = addcore which = 800 } #Würtenberg
		command = { type = addcore which = 801 } #Würtenberg
		command = { type = addcore which = 802 } #Würtenberg
		command = { type = addcore which = 804 } #Würtenberg
		command = { type = addcore which = 868 } #Baden
		command = { type = addcore which = 867 } #Baden
		command = { type = addcore which = 865 } #Baden
		command = { type = addcore which = 866 } #Baden
		command = { type = addcore which = 792 } #Hesse-Darmstadt
		command = { type = addcore which = 791 } #Hesse-Darmstadt
		command = { type = addcore which = 788 } #Hesse-Darmstadt
		command = { type = addcore which = 267 } #Hesse-Kassel
		command = { type = addcore which = 793 } #Hesse-Kassel
		command = { type = addcore which = 790 } #Frankfurt
		command = { type = addcore which = 796 } #Saxe-Meiningen
		command = { type = addcore which = 794 } #Saxe-Weimar
		command = { type = addcore which = 795 } #Saxe-Coburg-Gotha
		command = { type = addcore which = 264 } #Saxony
		command = { type = addcore which = 759 } #Saxony
		command = { type = addcore which = 758 } #Saxony
		command = { type = addcore which = 360 } #Anhalt
		command = { type = addcore which = 296 } #Hannover
		command = { type = addcore which = 295 } #Hannover
		command = { type = addcore which = 302 } #Hannover
		command = { type = addcore which = 301 } #Hannover
		command = { type = addcore which = 298 } #Hannover
		command = { type = addcore which = 303 } #Hannover
		command = { type = addcore which = 352 } #Hannover
		command = { type = addcore which = 357 } #Hannover
		command = { type = addcore which = 358 } #Braunschweig
		command = { type = addcore which = 353 } #Lippe-Detmold
		command = { type = addcore which = 335 } #Mecklenburg
		command = { type = addcore which = 349 } #Mecklenburg
		command = { type = addcore which = 334 } #Lübeck
		command = { type = addcore which = 305 } #Holstein
		command = { type = addcore which = 333 } #Holstein
		command = { type = addcore which = 304 } #Hamburg
		command = { type = addcore which = 299 } #Bremen
		command = { type = addcore which = 297 } #Oldenburg
		command = { type = addcore which = 300 } #Oldenburg
		command = { type = addcore which = 787 } #Nassau
		command = { type = addcore which = 306 } #Flensburg
		command = { type = addcore which = 782 } #Luxemburg
		command = { type = addcore which = 863 } #Elsass-Lothringen
		command = { type = addcore which = 864 } #Elsass-Lothringen
		command = { type = addcore which = 869 } #Elsass-Lothringen
		command = { type = addcore which = 735 } #Sudet
		command = { type = addcore which = 760 } #Sudet
		command = { type = addcore which = 950 } #Sudet
	}
}[/color]
 

Sute]{h

Field Marshal
88 Badges
Jun 25, 2002
3.505
199
  • Europa Universalis IV: Pre-order
  • Victoria: Revolutions
  • Europa Universalis: Rome
  • Semper Fi
  • Sengoku
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Rome: Vae Victis
  • 500k Club
  • Crusader Kings II: Holy Knight (pre-order)
  • Europa Universalis III: Collection
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Res Publica
  • Europa Universalis: Rome Collectors Edition
  • 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
  • Stellaris: Galaxy Edition
  • Victoria 3 Sign Up
  • 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: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Deus Vult
  • Europa Universalis III
  • Divine Wind
  • Europa Universalis IV
  • Crusader Kings II
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Call to arms event
  • For the Motherland
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
  • Heir to the Throne
  • Europa Universalis III Complete
  • Magicka
  • Majesty 2
I seem to have found the problem...

The alliance command causes the CTD when the country to create the alliance with doesn't exist. I'm currently using 1.03b. Does anyone know if this problem has been solved in 1.03c, otherwise this thread should be moved to the bug forum and renamed to something more fitting.
 

Sute]{h

Field Marshal
88 Badges
Jun 25, 2002
3.505
199
  • Europa Universalis IV: Pre-order
  • Victoria: Revolutions
  • Europa Universalis: Rome
  • Semper Fi
  • Sengoku
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Rome: Vae Victis
  • 500k Club
  • Crusader Kings II: Holy Knight (pre-order)
  • Europa Universalis III: Collection
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Res Publica
  • Europa Universalis: Rome Collectors Edition
  • 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
  • Stellaris: Galaxy Edition
  • Victoria 3 Sign Up
  • 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: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Deus Vult
  • Europa Universalis III
  • Divine Wind
  • Europa Universalis IV
  • Crusader Kings II
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Call to arms event
  • For the Motherland
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
  • Heir to the Throne
  • Europa Universalis III Complete
  • Magicka
  • Majesty 2
Well... that wont solve the problem. I have to create a seperate event for each alliance, that checks if both countries exists... because the problem is when one country doesn't exist the game crashes.