• 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.
Why it was good for HOI2 and is not good any longer for ARMA?

I don't think they are interested in adding new content.

I need some suggestions from you guys; I was watching a hands-off game today and Hitler died in 1946. I wrote two events for the death a long time ago and am interested in making it... well, more interesting. The events are already solid, but I think they could be even cooler.

Here they are for you to reference:

Code:
##########
#  New Kids On The Block - SS takes over after Hitler dies of natural causes
##########
event = {
	id = 73029
	random = no
	country = GER

	trigger = {
		InCabinet = 1 #AH HOS
		OR = {
			war = { country = ENG country = GER }
			war = { country = SOV country = GER }
		}
		random = 10
	}

	date = { day = 21 month = april year = 1946 }
	offset = 8
	deathdate = { day = 30 month = december year = 1963 }

	name = "Death of the Führer"
	desc = "After the failed assassination attempt on Reinhard Heydrich, Himmler used this to their advantage in order to gain more power for the SS under the excuse of rooting out enemies within German-controlled territory. As the war dragged on, Hitler became increasingly ill. The SS made moves to inherit the state and rid it of party lackeys and disloyal generals. When Hitler's death finally arrived, the SS took control, prolonging the war indefinitely and terrorizing the people still under Germany's grasp."
	picture = "german_marginal_victory"

	action_a = {
		name = "Nein!"
		command = { type = sleepminister which = 1 } #Hitler
		command = { type = sleepminister which = 41 }
		command = { type = sleepminister which = 177 }
		command = { type = sleepminister which = 42 } #Bormann
		command = { type = sleepminister which = 139 }
		command = { type = sleepminister which = 55 } #Ribbentrop

		command = { type = set_domestic which = democratic value = 1 }
		command = { type = set_domestic which = political_left value = 1 }
		command = { type = set_domestic which = freedom value = 1 }
		command = { type = set_domestic which = free_market value = 1 }
		command = { type = domestic which = professional_army value = -2 }
		command = { type = set_domestic which = defense_lobby value = 10 }
		command = { type = set_domestic which = interventionism value = 10 }

		command = { type = headofstate which = 257 } #Himmler
		command = { type = headofgovernment which = 262 } #Heydrich
		command = { type = foreignminister which = 58 } #Seyss-Inquart
		command = { type = armamentminister which = 87 } #Pohl
		command = { type = ministerofsecurity which = 111 } #Muller
		command = { type = ministerofintelligence which = 138 } #Kaltenbrunner
		command = { type = chiefofstaff which = 230 } #Busch
		command = { type = chiefofarmy which = 258 } #Hausser
		command = { type = chiefofnavy which = 192 } #Donitz
		command = { type = chiefofair which = 204 } #von Greim
		#command = { type = dissent value = -3 }
		command = { type = sleepevent which = 73030 } #if SS takes over, no triumverate
	}
}
##########
#  New Kids On The Block - Hitler Dies of Natural Causes
##########
event = {
	id = 73030
	random = no
	country = GER

	trigger = {
		InCabinet = 1 #AH HOS
		OR = {
			war = { country = ENG country = GER }
			war = { country = SOV country = GER }
		}
		random = 15
	}

	date = { day = 21 month = april year = 1946 }
	offset = 7
	deathdate = { day = 30 month = december year = 1963 }

	name = "Death of the Führer"
	desc = "As the war dragged on, Hitler became increasingly ill; both the war and questionable medical practices began to take its toll on his health. When his death finally arrived, the question of who would be his successor arose. Goring was popular, but Goebbels was a brilliant orator, and Himmler controlled the SS. They agreed to form a triumvirate in order to delay infighting while the war was still being raged. The Wehrmacht agreed on the condition they would be given more freedom to fight the war."
	picture = "allied_strategic_defeat"

	action_a = {
		name = "Nein!"
		command = { type = sleepminister which = 1 } #Hitler
		command = { type = sleepminister which = 41 }
		command = { type = sleepminister which = 177 }
		command = { type = sleepminister which = 42 } #Bormann
		command = { type = sleepminister which = 139 }
		command = { type = sleepminister which = 55 } #Ribbentrop

		command = { type = set_domestic which = democratic value = 1 }
		command = { type = set_domestic which = political_left value = 1 }
		command = { type = set_domestic which = freedom value = 1 }
		command = { type = set_domestic which = free_market value = 1 }
		command = { type = domestic which = professional_army value = -1 }
		command = { type = set_domestic which = defense_lobby value = 10 }
		command = { type = set_domestic which = interventionism value = 10 }

		command = { type = headofstate which = 245 } #Goring
		command = { type = headofgovernment which = 259 } #Goebbels
		command = { type = foreignminister which = 57 } #Rosenberg
		command = { type = armamentminister which = 100 } #Speer
		command = { type = ministerofsecurity which = 108 } #Himmler
		command = { type = ministerofintelligence which = 142 } #Schellenberg
		command = { type = chiefofstaff which = 156 } #Jodl
		command = { type = chiefofarmy which = 178 } #Schorner
		command = { type = chiefofnavy which = 192 } #Donitz
		command = { type = chiefofair which = 10 } #Goring
		command = { type = dissent value = -1 }
	}
}

As it is now, the SS takes over if Reinhard Heydrich escapes assassination (only possible if the UK is defeated before he was historically killed). The assassination event sleeps the SS takeover event. I want to tweak that a bit on my end to make it less dependent on the assassination event (but it will still only happen if he survives).

I was wondering what a good power struggle might look like and what effect that struggle might have on the cabinet/Germany?

The big contenders, to me, seem to be Goebbels, Himmler, Bormann, and Goring. What are some possible combinations of cabinets? Currently you can see that Himmler becomes HOS and Goring as HOG. I could easily envision something like Goring as HOS and Goebbels as HOG, though. So, input please!
 
For a long time I've wanted to create an event chain where the UK/US agree to a conditional surrender with Germany when Germany is smashing the Soviets but losing to the Western Allies. So I've written it up now and it works. Question is, what kind of repercussions should this have? Specifically, clearly, Hitler would have to be gone. What kind of cabinet should be put in place? For the time being I'm using the "Hitler Assassinated" cabinet.

Code:
##########
#  Hitler has been assassinated!
##########
event = {
	id = 73025
	random = no
	country = GER

	trigger = {
		government = fascist
		InCabinet = 1 #AH HOS
		OR = {
			dissent = 15
			lost_national = { country = GER value = 25 }
			lost_ic = { country = GER value = 25 }
		}
		random = 5
		NOT = {
			event = 73026 #failed assassination
		}
	}

	date = { day = 1 month = june year = 1941 }
	offset = 5
	deathdate = { day = 30 month = december year = 1963 }

	name = "EVT_2025_NAME"
	desc = "EVT_2025_DESC"
	picture = "hitler_assasination"

	action_a = {
		name = "Nein!"
		command = { type = sleepminister which = 1 }		#Adolf Hitler
		command = { type = sleepminister which = 41 }		#Adolf Hitler
		command = { type = sleepminister which = 177 }		#Adolf Hitler
		command = { type = sleepminister which = 108 }		#Heinrich Himmler
		command = { type = sleepminister which = 257 }		#Heinrich Himmler
		command = { type = sleepleader which = 505 }		#Heinrich Himmler
		command = { type = sleepminister which = 56 }		#Joseph Goebbels
		command = { type = sleepminister which = 110 }		#Joseph Goebbels
		command = { type = sleepminister which = 246 }		#Joseph Goebbels
		command = { type = sleepminister which = 259 }		#Joseph Goebbels
		command = { type = sleepminister which = 10 }		#Hermann Göring
		command = { type = sleepminister which = 213 }		#Hermann Göring
		command = { type = sleepminister which = 79 }		#Hermann Göring
		command = { type = sleepminister which = 245 }		#Hermann Göring
		command = { type = sleepleader which = 440 }		#Hermann Göring
		command = { type = sleepteam which = 23 }		#Hermann Göring
		command = { type = sleepminister which = 42 }		#Martin Bormann
		command = { type = sleepminister which = 139 }		#Martin Bormann
		command = { type = sleepleader which = 440 }		#Bormann, is this the same guy???
		command = { type = sleepminister which = 2 }		#Rudolf Hess
		command = { type = sleepminister which = 76 }		#Rudolf Hess
		command = { type = sleepminister which = 55 }		#Joachim von Ribbentrop
		#command = { type = sleepminister which = 43 }		#Albert Speer
		#command = { type = sleepminister which = 86 }		#Albert Speer
		#command = { type = sleepminister which = 100 }		#Albert Speer
		command = { type = sleepminister which = 244 }		#Reinhard Heydrich
		command = { type = sleepminister which = 262 }		#Reinhard Heydrich
		#command = { type = sleepminister which = 32 }		#Karl Dönitz
		#command = { type = sleepminister which = 192 }		#Karl Dönitz
		#command = { type = sleepminister which = 240 }		#Karl Dönitz
		#command = { type = sleepleader which = 389 }		#Dönitz
		#command = { type = sleepteam which = 25 }		#Karl Dönitz
		command = { type = sleepminister which = 57 }		#Alfred Rosenberg
		command = { type = sleepminister which = 58 }		#Arthur Seyss-Inquart
		command = { type = sleepminister which = 59 }		#Johann Schwerin von Krosigk
		command = { type = sleepminister which = 85 }		#Johann Schwerin von Krosigk
		command = { type = sleepminister which = 77 }		#Hjalmar Schacht
		command = { type = sleepminister which = 5 }		#Wilhelm Frick
		command = { type = sleepminister which = 137 }		#Wilhelm Frick
		command = { type = sleepminister which = 78 }		#Friedrich Flick
		command = { type = sleepminister which = 80 }		#Walter Funk
		command = { type = sleepminister which = 81 }		#Walter Darré
		command = { type = sleepminister which = 82 }		#Kurt Daluege
		command = { type = sleepminister which = 83 }		#Max Amann
		command = { type = sleepminister which = 84 }		#Franz Xavier-Schwarz
		command = { type = sleepminister which = 109 }		#Viktor Lutze
		command = { type = sleepminister which = 111 }		#Heinrich Müller
		command = { type = sleepminister which = 112 }		#Arthur Seyss-Inquart
		command = { type = sleepminister which = 113 }		#Karl Hanke
		command = { type = sleepminister which = 136 }		#Hans-Georg von Friedeburg
		command = { type = sleepminister which = 193 }		#Hans-Georg von Friedeburg
		command = { type = sleepminister which = 138 }		#Ernst Kaltenbrunner
		command = { type = sleepminister which = 156 }		#Alfred Jodl
		#command = { type = sleepminister which = 157 }		#Heinz Guderian
		#command = { type = sleepleader which = 94 }		#Guderian
		#command = { type = sleepteam which = 22 }		#Heinz Guderian
		command = { type = sleepminister which = 159 }		#Fritz Bayerlein
		command = { type = sleepminister which = 163 }		#Kurt Zeitzler
		command = { type = sleepleader which = 369 }		#Zeitzler
		command = { type = sleepminister which = 174 }		#Walther von Brauchitsch
		command = { type = sleepminister which = 175 }		#Kurt von Hammerstein-Equord
		command = { type = sleepleader which = 116 }		#von Hammerstein-Equord  K.
		command = { type = sleepminister which = 176 }		#Wilhelm Keitel
		command = { type = sleepleader which = 154 }		#Keitel  W.
		command = { type = sleepminister which = 178 }		#Ferdinand Schörner
		command = { type = sleepleader which = 249 }		#Schörner
		command = { type = sleepminister which = 203 }		#Hugo Sperrle
		command = { type = sleepleader which = 470 }		#Sperrle
		command = { type = sleepteam which = 24 }		#Hugo Sperrle
		command = { type = sleepminister which = 204 }		#Robert Ritter von Greim
		command = { type = sleepleader which = 475 }		#von Greim
		#command = { type = sleepminister which = 206 }		#Eberhard Milch
		#command = { type = sleepleader which = 456 }		#Milch
		command = { type = sleepminister which = 207 }		#Albert Kesselring
		command = { type = sleepleader which = 157 }		#Kesselring
		command = { type = sleepleader which = 451 }		#Kesselring

		command = { type = sleepleader which = 21 }		#Blumentritt
		command = { type = sleepleader which = 27 }		#Brandenberger
		command = { type = sleepleader which = 29 }		#Bräuer
		command = { type = sleepleader which = 44 }		#de Angelis
		command = { type = sleepleader which = 85 }		#Geyr von Schweppenburg
		command = { type = sleepleader which = 225 }		#Remer
		command = { type = sleepleader which = 251 }		#Seydlitz-Kurzbach
		command = { type = sleepleader which = 260 }		#Student
		command = { type = sleepleader which = 284 }		#von Brockdorff-Ahlefeldt
		command = { type = sleepleader which = 286 }		#von Choltitz
		command = { type = sleepleader which = 315 }		#von Lauchert
		command = { type = sleepleader which = 317 }		#von le Suire
		command = { type = sleepleader which = 322 }		#von Mackensen
		command = { type = sleepleader which = 334 }		#von Reichenau
		command = { type = sleepleader which = 351 }		#von Weichs
		command = { type = sleepleader which = 49 }		#Dietl
		command = { type = sleepleader which = 421 }		#von Friedeburg
		command = { type = sleepleader which = 397 }		#Kienast
		command = { type = sleepleader which = 398 }		#Kieseritzky
		command = { type = sleepleader which = 420 }		#von Arnauld de la Periere
		command = { type = sleepleader which = 428 }		#Bogatsch
		command = { type = sleepleader which = 434 }		#Dessloch
		command = { type = sleepleader which = 436 }		#Felmy
		command = { type = sleepleader which = 437 }		#Galland
		command = { type = sleepteam which = 18 }		#Adolf Galland
		command = { type = sleepleader which = 447 }		#Jeschonnek
		command = { type = sleepleader which = 452 }		#Koller
		command = { type = sleepleader which = 463 }		#Putzier
		command = { type = sleepleader which = 464 }		#Rudel
		command = { type = sleepleader which = 473 }		#Udet
		command = { type = sleepteam which = 21 }		#Ernst Udet
		command = { type = sleepleader which = 479 }		#von Richthofen
		command = { type = sleepleader which = 483 }		#Wever
		command = { type = sleepleader which = 484 }		#Wimmer
		command = { type = sleepleader which = 487 }		#Alpers
		command = { type = sleepleader which = 495 }		#Demelhuber
		command = { type = sleepleader which = 496 }		#Dietrich
		command = { type = sleepleader which = 497 }		#Eicke
		command = { type = sleepleader which = 498 }		#Fegelein
		command = { type = sleepleader which = 500 }		#Gille
		command = { type = sleepleader which = 511 }		#Krämer
		command = { type = sleepleader which = 515 }		#Lammerding
		command = { type = sleepleader which = 523 }		#Rösener
		command = { type = sleepleader which = 530 }		#Steiner
		command = { type = sleepleader which = 488 }		#Augsberger
		command = { type = sleepleader which = 489 }		#Becker  C.
		command = { type = sleepleader which = 493 }		#Brenner
		command = { type = sleepleader which = 494 }		#Debes
		command = { type = sleepleader which = 499 }		#Fitzhum
		command = { type = sleepleader which = 507 }		#Jungclaus
		command = { type = sleepleader which = 509 }		#Kleinheisterkamp
		command = { type = sleepleader which = 514 }		#Kumm
		command = { type = sleepleader which = 516 }		#Lombard
		command = { type = sleepleader which = 518 }		#Mohnke
		command = { type = sleepleader which = 520 }		#Peiper
		command = { type = sleepleader which = 521 }		#Priess
		command = { type = sleepleader which = 525 }		#Sauberzweig
		command = { type = sleepleader which = 527 }		#Simon
		command = { type = sleepleader which = 528 }		#Skorzeny
		command = { type = sleepleader which = 532 }		#Trabandt
		command = { type = sleepleader which = 533 }		#von dem Bach-Zelewski
		command = { type = sleepleader which = 535 }		#von Massow
		command = { type = sleepleader which = 538 }		#von Pfeffer-Wildenbruch
		command = { type = sleepleader which = 540 }		#Wisch
		command = { type = sleepleader which = 541 }		#Wisliceny
		command = { type = sleepleader which = 547 }		#Britzelmayr
		command = { type = sleepleader which = 551 }		#Feketehalmy-Czeydner
		command = { type = sleepleader which = 552 }		#Feurstein
		command = { type = sleepleader which = 553 }		#Glaise-Horstenau
		command = { type = sleepleader which = 554 }		#Grassy
		command = { type = sleepleader which = 559 }		#Kienbauer
		command = { type = sleepleader which = 561 }		#Kubena
		command = { type = sleepleader which = 563 }		#Löhr
		command = { type = sleepleader which = 564 }		#Materna
		command = { type = sleepleader which = 568 }		#Rendulic
		command = { type = sleepleader which = 576 }		#von Hubicki

		command = { type = set_domestic which = democratic value = 3 }
		command = { type = set_domestic which = political_left value = 4 }
		command = { type = domestic which = professional_army value = 1 } #toward standing

		command = { type = headofstate which = 34 }		#Beck
		command = { type = headofgovernment which = 48 }	#Goedeler
		command = { type = foreignminister which = 69 }		#von Hassel
		command = { type = armamentminister which = 96 }	#Paul Lejeune-Jung
		command = { type = ministerofsecurity which = 133 }	#Julius Leber
		#or
		#command = { type = ministerofsecurity which = 125 }	#Josef Wirmer
		command = { type = ministerofintelligence which = 146 }	#Hans Oster
		command = { type = chiefofstaff which = 162 }		#Witzleben
		command = { type = chiefofarmy which = 184 }		#Witzleben
		#command = { type = chiefofnavy which = 192 }		#Donitz
		#command = { type = chiefofair which = 206 }		#Milch

		command = { type = dissent value = 3 }

		command = { type = sleepevent which = 73026 } #Failed assassination of Hitler
		command = { type = sleepevent which = 73027 } #Hitler can't kill himself if he's killed!
	}
}

Later the cabinet can be replaced with this event:

Code:
##########
#  New Kids On The Block - Generals take over after Hitler is assassinated
##########
event = {
	id = 73028
	random = no
	country = GER

	trigger = {
		event = 73025 #hitler is successfully assassinated
		random = 25
	}

	date = { day = 1 month = july year = 1942 } #around when rommel became a marshal
	offset = 15
	deathdate = { day = 30 month = december year = 1963 }

	name = "Face of the German Nation"
	desc = "After the successful coup against Hitler, the generals realized that they were not much more desirable to the Allies or popular with the German people. In order to gain legitimacy in both these realms, they asked the widely admired Field Marshal Erwin Rommel to become the face of the new Germany. When Rommel accepted, other Generals such as Manstein and Guderian agreed to help their nation in its time of need."
	picture = "westwind_success"

	action_a = {
		name = "Invite Rommel and the Generals"
		ai_chance = 95
		command = { type = headofstate which = 256 } #Rommel
		#command = { type = headofgovernment which = 48 } #Goedeler
		#command = { type = foreignminister which = 69 } #von Hassel
		#command = { type = armamentminister which = 100 } #Speer
		#command = { type = ministerofsecurity which = 240 } #Schulenberg
		#command = { type = ministerofintelligence which = 148 } #Canaris
		command = { type = chiefofstaff which = 229 } #Manstein
		command = { type = chiefofarmy which = 157 } #Guderian
		#command = { type = chiefofnavy which = 192 } #Donitz
		#command = { type = chiefofair which = 206 } #Milch

		command = { type = domestic which = professional_army value = 1 } #toward standing, everyone loves rommel

		command = { type = dissent value = -3 }
	}
	action_b = {
		name = "Install Louis-Ferdinand as Kaiser"
		ai_chance = 3
		command = { type = headofstate which = 261 } #Louis-Ferdinand
		command = { type = dissent value = -1 }
	}
	action_c = {
		name = "Our current government is fine!"
		ai_chance = 2
		command = { type = dissent value = 3 }
	}
}

Suggestions?
 
I don't think they are interested in adding new content.

I need some suggestions from you guys; I was watching a hands-off game today and Hitler died in 1946. I wrote two events for the death a long time ago and am interested in making it... well, more interesting. The events are already solid, but I think they could be even cooler.

Here they are for you to reference:

Code:
##########
#  New Kids On The Block - SS takes over after Hitler dies of natural causes
##########
event = {
	id = 73029
	random = no
	country = GER

	trigger = {
		InCabinet = 1 #AH HOS
		OR = {
			war = { country = ENG country = GER }
			war = { country = SOV country = GER }
		}
		random = 10
	}

	date = { day = 21 month = april year = 1946 }
	offset = 8
	deathdate = { day = 30 month = december year = 1963 }

	name = "Death of the Führer"
	desc = "After the failed assassination attempt on Reinhard Heydrich, Himmler used this to their advantage in order to gain more power for the SS under the excuse of rooting out enemies within German-controlled territory. As the war dragged on, Hitler became increasingly ill. The SS made moves to inherit the state and rid it of party lackeys and disloyal generals. When Hitler's death finally arrived, the SS took control, prolonging the war indefinitely and terrorizing the people still under Germany's grasp."
	picture = "german_marginal_victory"

	action_a = {
		name = "Nein!"
		command = { type = sleepminister which = 1 } #Hitler
		command = { type = sleepminister which = 41 }
		command = { type = sleepminister which = 177 }
		command = { type = sleepminister which = 42 } #Bormann
		command = { type = sleepminister which = 139 }
		command = { type = sleepminister which = 55 } #Ribbentrop

		command = { type = set_domestic which = democratic value = 1 }
		command = { type = set_domestic which = political_left value = 1 }
		command = { type = set_domestic which = freedom value = 1 }
		command = { type = set_domestic which = free_market value = 1 }
		command = { type = domestic which = professional_army value = -2 }
		command = { type = set_domestic which = defense_lobby value = 10 }
		command = { type = set_domestic which = interventionism value = 10 }

		command = { type = headofstate which = 257 } #Himmler
		command = { type = headofgovernment which = 262 } #Heydrich
		command = { type = foreignminister which = 58 } #Seyss-Inquart
		command = { type = armamentminister which = 87 } #Pohl
		command = { type = ministerofsecurity which = 111 } #Muller
		command = { type = ministerofintelligence which = 138 } #Kaltenbrunner
		command = { type = chiefofstaff which = 230 } #Busch
		command = { type = chiefofarmy which = 258 } #Hausser
		command = { type = chiefofnavy which = 192 } #Donitz
		command = { type = chiefofair which = 204 } #von Greim
		#command = { type = dissent value = -3 }
		command = { type = sleepevent which = 73030 } #if SS takes over, no triumverate
	}
}
##########
#  New Kids On The Block - Hitler Dies of Natural Causes
##########
event = {
	id = 73030
	random = no
	country = GER

	trigger = {
		InCabinet = 1 #AH HOS
		OR = {
			war = { country = ENG country = GER }
			war = { country = SOV country = GER }
		}
		random = 15
	}

	date = { day = 21 month = april year = 1946 }
	offset = 7
	deathdate = { day = 30 month = december year = 1963 }

	name = "Death of the Führer"
	desc = "As the war dragged on, Hitler became increasingly ill; both the war and questionable medical practices began to take its toll on his health. When his death finally arrived, the question of who would be his successor arose. Goring was popular, but Goebbels was a brilliant orator, and Himmler controlled the SS. They agreed to form a triumvirate in order to delay infighting while the war was still being raged. The Wehrmacht agreed on the condition they would be given more freedom to fight the war."
	picture = "allied_strategic_defeat"

	action_a = {
		name = "Nein!"
		command = { type = sleepminister which = 1 } #Hitler
		command = { type = sleepminister which = 41 }
		command = { type = sleepminister which = 177 }
		command = { type = sleepminister which = 42 } #Bormann
		command = { type = sleepminister which = 139 }
		command = { type = sleepminister which = 55 } #Ribbentrop

		command = { type = set_domestic which = democratic value = 1 }
		command = { type = set_domestic which = political_left value = 1 }
		command = { type = set_domestic which = freedom value = 1 }
		command = { type = set_domestic which = free_market value = 1 }
		command = { type = domestic which = professional_army value = -1 }
		command = { type = set_domestic which = defense_lobby value = 10 }
		command = { type = set_domestic which = interventionism value = 10 }

		command = { type = headofstate which = 245 } #Goring
		command = { type = headofgovernment which = 259 } #Goebbels
		command = { type = foreignminister which = 57 } #Rosenberg
		command = { type = armamentminister which = 100 } #Speer
		command = { type = ministerofsecurity which = 108 } #Himmler
		command = { type = ministerofintelligence which = 142 } #Schellenberg
		command = { type = chiefofstaff which = 156 } #Jodl
		command = { type = chiefofarmy which = 178 } #Schorner
		command = { type = chiefofnavy which = 192 } #Donitz
		command = { type = chiefofair which = 10 } #Goring
		command = { type = dissent value = -1 }
	}
}

As it is now, the SS takes over if Reinhard Heydrich escapes assassination (only possible if the UK is defeated before he was historically killed). The assassination event sleeps the SS takeover event. I want to tweak that a bit on my end to make it less dependent on the assassination event (but it will still only happen if he survives).

I was wondering what a good power struggle might look like and what effect that struggle might have on the cabinet/Germany?

The big contenders, to me, seem to be Goebbels, Himmler, Bormann, and Goring. What are some possible combinations of cabinets? Currently you can see that Himmler becomes HOS and Goring as HOG. I could easily envision something like Goring as HOS and Goebbels as HOG, though. So, input please!

Hi Atruejedi,

In my opinion a dictator as concentrates a lot of power on its hands is much more at risk than a democratic head of state of a coup, a plot, etc. The probability of that is much higher when things go wrong. In other terms the probability that Hitler dies because an illness should be the same for all leaders in the game but the probability that Hitler dies because a plot should depend on the success of war (war score?).

The way in which a dictator keeps the dissent low is by terror, purge, intelligence, etc. I would say that Stalin sorted out the dissent much in advance then Hitler (http://en.wikipedia.org/wiki/Great_Purge). The cost of that is in terms of leadership and this can be better modded in HOI3.

Back to the point my proposal is to consider some elements like the war score, the infrastructural damage of some important provinces, etc. as key indicators of the war's performance and then this should trigger a coup/revolt in a occupied country (like Bohemia & Moravia, India, Syria, etc.) or in the "main" country,.

On the other end, if the coup fails, the repression should keep things quiet for some time (a would suggest at least 3 years) and should cost something in terms of research and combat performances.
 
Arab's nationalism

Hi to everybody. I'm opening this thread to share with you what I studied some time ago: Arab's were unhappy to be ruled by UK and, moreover, they were unhappy because Jews settled in Palestina. For both reason they thought that Axis would be their right allied. I have started to mod some insurrections/coup d'etat depending on the success that Axis had in Africa and Middle East. For example Saudi Arabia has a small probability to adhere to Axis if the Egypt is conquered by it. This probability is increasing dramatically if all the region around Saudi Arabia is under the Axis control and if the countrys (Egypt, Jordania, Iraq) exist and are allied with Germany.
The logic behind is that with the creation of Arabian nations (like Egypt, Jordania, or even Palestina) the Arabian nationalism is gaining grip in all Arab countries. This implies, for example, that a country like Saudi Arabia is "obliged" to take side. Another example is Iraq. From the historical point of view there really happened a coup d'etat. The probability of that should increase (as above) depending on the Axis' success. There is already an event that models it but I think that it should be amended.

Please let me know if you are interested in the code I have written.

PS

Please find below a disccussion I had on TRP about the matter:
http://www.totalrealismproject.com/viewtopic.php?p=24698#24698

Since then I have made some more changes at the code.
 
Last edited:
annexing countries

For your happiness this should be my last input today on this thread. :)

In my opinion when a country is annexed some leaderships should be inherited. In game's terms this could be simulated in several ways what I have done is to increase the research's speed. and added the tech teams to the annexing country.

Please let me know your thoughts about.
 
Hi Cardus.

Have you played SMEP? I feel like you are new to it and need to give it a try... I will try to address all of your points below in an organized fashion.

About your first post regarding attempts on Hitler's life: Your suggestions are too difficult to model in the game. As it is now, if Germany is on the brink of defeat, the Hitler assassination events will fire. The chances are greater that the attempt FAILS but I have seen it successful too, which results in a new government with Ludwig Beck and Carl Friedrich Goerdeler in charge. An event fires later to choose your own government (which you can see above).

Regarding province shifts: Italy already gets Grenoble, Nice (both when Vichy is created if Germany agrees), Corsica (when Tunisia is occupied), and Malta (when the UK is defeated). Furthermore, Spain is awarded with Gibraltar if they fight for the Axis and actually helped win the war.

Regarding Arab nationalism: Germany pressures Saudi Arabia into joining the Axis if Germany controls the region north of Saudi Arabia (Palestine, Sinai, Kuwait).

Additionally, If Italy or Germany approach Egypt when at war with her and the UK, Egypt will revolt and join the Axis (but usually is annexed by the UK fairly quickly).

About your last post regarding leadership and techteams: the engine already has a setting to allow the player to choose to inherit techteams.

Looking forward to seeing what you think about SMEP after you play it! :)
 
Hi Cardus.

Have you played SMEP? I feel like you are new to it and need to give it a try... I will try to address all of your points below in an organized fashion.

Not yet but I will make a try asap to make you happy :)

About your first post regarding attempts on Hitler's life: Your suggestions are too difficult to model in the game. As it is now, if Germany is on the brink of defeat, the Hitler assassination events will fire. The chances are greater that the attempt FAILS but I have seen it successful too, which results in a new government with Ludwig Beck and Carl Friedrich Goerdeler in charge. An event fires later to choose your own government (which you can see above).
How do you define the brink of defeat?

Regarding province shifts: Italy already gets Grenoble, Nice (both when Vichy is created if Germany agrees), Corsica (when Tunisia is occupied), and Malta (when the UK is defeated). Furthermore, Spain is awarded with Gibraltar if they fight for the Axis and actually helped win the war.

I agree that the historical outcome is Grenoble and Nice but (if I'm not wrong) Italy asked for Tunisia and Corsica as well. What would have been in your opinion the outcome if Italy performed better? What would have been in your opinion if Mussolini had managed to convince Hitler?

Anyway Tunisia should be occupied independently by USA

Regarding Malta if the Axis manages to take it over from UK (as I tried to mod) I guess that it should go to Italy.

Regarding Arab nationalism: Germany pressures Saudi Arabia into joining the Axis if Germany controls the region north of Saudi Arabia (Palestine, Sinai, Kuwait).

Ok. What about Palestine? Syria? Iraq?

Additionally, If Italy or Germany approach Egypt when at war with her and the UK, Egypt will revolt and join the Axis (but usually is annexed by the UK fairly quickly).

This in my opinion should be changed. I cannot see any chance of revolt before Axis next to Alexandria or Cairo.

About your last post regarding leadership and tech teams: the engine already has a setting to allow the player to choose to inherit tech teams.

Which engine? which option? could you please let me know? One more point: let say that a country with only one tech team rated 3 annex a country with a teach team rated 5. The inheriting option you mentioned fits with the history. But what about a country with a teach team rated 9 when annex country with a teach team rated 5. No changes? A tech team is not only a guy, I would expect that more engineers, scientists, laboratories, etc. should improve the research. Do you think I'm wrong?

Looking forward to seeing what you think about SMEP after you play it! :)

I will let you know, in the meanwhile I thank you for your work.
 
Not yet but I will make a try asap to make you happy :)


How do you define the brink of defeat?

Germany has to have been invaded by the Allies for the event to have a chance to fire OR has to have a large amount (15% if I recall) of dissent.

I agree that the historical outcome is Grenoble and Nice but (if I'm not wrong) Italy asked for Tunisia and Corsica as well. What would have been in your opinion the outcome if Italy performed better? What would have been in your opinion if Mussolini had managed to convince Hitler?

Tunisia and Corsica remain in Vichy control until Italy begins to lose most of Libya to the British. Once this happens, Italy occupies Tunisia and Corsica. Additionally, if the Axis is victorious, Italy is rewarded with Tunisia and Corsica.

Anyway Tunisia should be occupied independently by USA

Once the Axis loses North Africa, the USA occupies Tunisia and Algeria as a launching point for an invasion of Europe.

Regarding Malta if the Axis manages to take it over from UK (as I tried to mod) I guess that it should go to Italy.

It does, if the Axis win the war.

Ok. What about Palestine? Syria? Iraq?

Palestine has a revolt in 1936.

Iraq has a rebellion in 1941 during the war.

Syria and Lebanon have to be invaded by the UK after the Iraqi rebellion is quelled.

I invite you to check my event files and see the conditions for yourself :)

This in my opinion should be changed. I cannot see any chance of revolt before Axis next to Alexandria or Cairo.

That is how it works. Egypt will not rebel until Cairo is threatened.

Which engine? which option? could you please let me know? One more point: let say that a country with only one tech team rated 3 annex a country with a teach team rated 5. The inheriting option you mentioned fits with the history. But what about a country with a teach team rated 9 when annex country with a teach team rated 5. No changes? A tech team is not only a guy, I would expect that more engineers, scientists, laboratories, etc. should improve the research. Do you think I'm wrong?

It would be impossible to code all of these changes within the Hearts of Iron II gaming engine. As it is now, Armageddon has an option to inherit tech teams of nations you annex. So if Germany were to annex the United States, Germany could use Robert Oppenheimer to research nuclear reactors, for example.

I will let you know, in the meanwhile I thank you for your work.

Thank you :)
 
Atruejedi said:
It would be impossible to code all of these changes within the Hearts of Iron II gaming engine. As it is now, Armageddon has an option to inherit tech teams of nations you annex. So if Germany were to annex the United States, Germany could use Robert Oppenheimer to research nuclear reactors, for example.
Also, there are some CCIP events that do something similar. If either the Nationalists or the Communists unify China, they'll get some boosted techteams in place of their old ones--not Germany or US level, but respectable.
 
It does, if the Axis win the war.
Malta should switch once is lost by UK. What's the point doing that by a peace treaty?

Palestine has a revolt in 1936.
It should insurrect when Axis is close to Jerusalem

Iraq has a rebellion in 1941 during the war.
Yes and I personally modded the Axis help to it Are you interested on it?

Syria and Lebanon have to be invaded by the UK after the Iraqi rebellion is quelled.

Yes and I personally modded the Axis intervention. Are you interested on it?

It would be impossible to code all of these changes within the Hearts of Iron II gaming engine. As it is now, Armageddon has an option to inherit tech teams of nations you annex. So if Germany were to annex the United States, Germany could use Robert Oppenheimer to research nuclear reactors, for example.

I play ARMA but I'm not aware of this option. Regarding the difficulty/impossibility my way to deal with that problem is just by increasing the speed of research.


PS
Do you have this:
http://forum.paradoxplaza.com/forum/showpost.php?p=9867791&postcount=4?
 
Last edited:
Malta should switch once is lost by UK. What's the point doing that by a peace treaty?

Trust me. It works very well how it is now :)

It should insurrect when Axis is close to Jerusalem

Eh. Maybe someday. Not very high on my priority list right now. Sorry.

Yes and I personally modded the Axis help to it Are you interested on it?

If it's historic, but I don't believe it is.

Yes and I personally modded the Axis intervention. Are you interested on it?

Once again, if it's historic.

I play ARMA but I'm not aware of this option. Regarding the difficulty/impossibility my way can deal with that problem is just by increasing the speed of research.

Check your options when you start a new game.


Yes, I have capital-moving events post-war. Go play SMEP :p

Also, there are some CCIP events that do something similar. If either the Nationalists or the Communists unify China, they'll get some boosted techteams in place of their old ones--not Germany or US level, but respectable.

Yes, and thanks to CCIP SMEP has these events. But it's a very special case because of the situation in China. I don't plan on expanding it to any nations.
 
Atruejedi said:
Yes, and thanks to CCIP SMEP has these events. But it's a very special case because of the situation in China. I don't plan on expanding it to any nations.
Yeah, I mean what are the other major countries? France, Japan, Germany, the UK, the US, and the USSR? Well, except for France and the USSR, they've got GREAT techteams already, the USSR doesn't need great techteams (and besides, theirs are decent), and France is...well...France.
 
Trust me. It works very well how it is now :)
I believe you but I don't agree :)

Eh. Maybe someday. Not very high on my priority list right now. Sorry.

I'm sorry as well :)

If it's historic, but I don't believe it is.

It is please see here http://en.wikipedia.org/wiki/Anglo-Iraqi_War#Axis_intervention

Moreover from here http://books.google.com/books?id=LP...esult&ct=result&resnum=2#v=onepage&q=&f=false "I have decided to push the development of operations in the Middle Eas through the medium of going to the support of Iraq" (Hitler, May, 1941)

Once again, if it's historic.

It is please see here http://books.google.com/books?id=Ws...esult&ct=result&resnum=2#v=onepage&q=&f=false and from here http://en.wikipedia.org/wiki/Syria-Lebanon_Campaign you can see that: In May 1941, Admiral François Darlan signed an agreement with the Germans known as the "Paris Protocols." Darlan signed on behalf of Vichy France and the agreement granted the Germans access to military facilities in Syria.[13] Though the protocols were never ratified, Charles Huntziger, the Vichy Minister of War, sent orders to Henri Dentz, the High Commissioner for the Levant. In accordance with these orders, aircraft of the German Air Force (Luftwaffe) and the Italian Royal Air Force (Regia Aeronautica) were allowed to refuel in Syria....

Have you modded the military intervention in Iran as well?
 
Last edited:
Cardus said:
I believe you but I don't agree :)
Well, what if the Axis captures Malta but the UK subsequently wins the war? Obviously in that case, Malta shouldn't be granted to Italy. The Axis can use Malta just fine after capturing it--they don't need to annex it yet. Besides, in the one test game I've done, Germany and friends kicked Allied a** just fine by 1943--it had devolved into USA and Canada versus everybody (except the USSR). Ofc, that one was (I hope) highly atypical--the Poles gave up Danzig! The Czechs didn't surrender the Sudetenland! Crazy! :rofl:
 
Well, what if the Axis captures Malta but the UK subsequently wins the war? Obviously in that case, Malta shouldn't be granted to Italy. The Axis can use Malta just fine after capturing it--they don't need to annex it yet. Besides, in the one test game I've done, Germany and friends kicked Allied a** just fine by 1943--it had devolved into USA and Canada versus everybody (except the USSR). Ofc, that one was (I hope) highly atypical--the Poles gave up Danzig! The Czechs didn't surrender the Sudetenland! Crazy! :rofl:

In that case Malta should become independent as it is.