• 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.
lees said:
So here is Argentina. Only a question, what does this mean:
command = { type = warentry value = 15 }? There is no such command in HoI II.
The equivalent event for HoI2 would need to increase Interventionism, possibly also increase Hawk, and include a bonus to relations with Britain and a negative to relations with Germany. Say +1, +1, +30, -30?
 
Thanks, Stephen. :) Now a new question: What does this mean province_keypoints? I've included it and it works under HoI II, but I have no idea what it's for... Anyway, here's Belgium.
Code:
	########################## 		
	# Belgium                # 		
	##########################
		
	# Join the Entente when attacked by Germany		
			
	event = { 		
	    country = BEL		
	    id = 4001 		
	    random = no 		
	    style = 0 		
			
	    name = "Join the Entente" 		
	    desc = "A treaty in 1839 signed by the great powers of Europe assured Belgium's neutrality.  When Germany demanded entry through Belgium, the King coldly told the German emissaries that 'Belgium is a nation, not a road'.  With Germany declaring war in response, Belgium has sought the protection of France." 		
			
	    trigger = { 		
	        war = { country = BEL country = GER }		
		war = { country = FRA country = GER } 	
	    } 		
			
	    date = { day = 0 month = january year = 1914 } 		
	    offset = 1 		
	    deathdate = { day = 0 month = january year = 1925 } 		
		
	    action_a = { 		
	        name = "France will protect us!" 		
	        command = { type = alliance which = FRA } 		
	    } 		
	}		
			
			
	# Manpower		
			
	event = { 		
	country = BEL		
	id = 4002		
	random = no 		
	style = 0 		
			
	name = "Manpower" 		
	desc = "As a democratic state, and without any imminent threat of war, Belgium could not simply raise fresh divisions for the army in peacetime at will."		
			
	date = { day = 8 month = january year = 1914 } 		
	offset = 1 		
	deathdate = { day = 0 month = january year = 1925 } 		
			
	action_a = { 		
	name = "Manpower" 		
	command = { type = province_manpower which = 51 value = -6 }		
	command = { type = province_manpower which = 50 value = -3 }		
	command = { type = province_manpower which = 45 value = -3 }		
	command = { type = province_manpower which = 52 value = -2 }		
	command = { type = province_manpower which = 65 value = -2 }		
	command = { type = province_manpower which = 68 value = -2 }		
	command = { type = province_manpower which = 69 value = -1 }		
	command = { type = province_manpower which = 70 value = -1 }
	command = { type = province_manpower which = 1095 value = -1 }
	command = { type = province_manpower which = 1142 value = -2 }	
	command = { type = province_manpower which = 1127 value = -1 }
	command = { type = province_manpower which = 1073 value = -1 }	
	command = { type = province_manpower which = 1071 value = -1 }
	} 		
	} 		
			
			
	# Manpower restored		
			
	event = { 		
	country = BEL		
	id = 4003		
	random = no 		
	style = 0 		
			
	name = "Manpower restored" 		
	desc = "Now that Belgium is at war, the government needs all the manpower it can get hold of to raise armies."		
			
	trigger = { 		
	atwar = yes		
	} 		
			
	date = { day = 0 month = january year = 1914 } 		
	offset = 1		
	deathdate = { day = 0 month = january year = 1925 } 		
			
	action_a = { 		
	name = "Manpower" 		
	command = { type = province_manpower which = 51 value = 6 }		
	command = { type = province_manpower which = 50 value = 3 }		
	command = { type = province_manpower which = 45 value = 3 }		
	command = { type = province_manpower which = 52 value = 2 }		
	command = { type = province_manpower which = 65 value = 2 }		
	command = { type = province_manpower which = 68 value = 2 }		
	command = { type = province_manpower which = 69 value = 1 }		
	command = { type = province_manpower which = 70 value = 1 }
	command = { type = province_manpower which = 1095 value = 1 }
	command = { type = province_manpower which = 1142 value = 2 }	
	command = { type = province_manpower which = 1127 value = 1 }
	command = { type = province_manpower which = 1073 value = 1 }	
	command = { type = province_manpower which = 1071 value = 1 }		
	} 		
	}		
			
	# Collapse of the Belgian war effort		
			
	event = { 		
	country = BEL		
	id = 4004		
	random = no 		
	style = 0 		
			
	name = "Collapse of the Belgian war effort" 		
	desc = "With the entirely of Belgium overrun, and the Belgian army pushed back far away from the homeland, the Belgian war effort has been seriously undermined."		
			
	trigger = { 		
	control = { province = 45 data = GER }		
	control = { province = 50 data = GER }		
	control = { province = 51 data = GER }	
	control = { province = 52 data = GER }		
	control = { province = 65 data = GER }		
	control = { province = 68 data = GER }
	control = { province = 69 data = GER }		
	control = { province = 70 data = GER }				
	control = { province = 44 data = GER } #Lille		
	control = { province = 64 data = GER } #Reims		
	} 		
			
	date = { day = 0 month = january year = 1914 } 		
	offset = 1		
	deathdate = { day = 0 month = january year = 1925 } 		
			
	action_a = { 		
	name = "Disaster"		
	command = { type = dissent value = 15 }  		
	command = { type = province_keypoints which = 50 value = 1 }		
	command = { type = province_keypoints which = 51 value = 1 }		
	command = { type = province_keypoints which = 68 value = 1 }		
	command = { type = province_keypoints which = 1095 value = -1 }		
	command = { type = province_keypoints which = 1127 value = -1 }		
	command = { type = province_keypoints which = 1142 value = -1 }		
	} 		
	}		
			
	# Rumoured atrocities in Belgium		
			
	event = { 		
	country = BEL		
	id = 4005		
	random = no 		
	style = 0 		
			
	name = "Rumoured atrocities in Belgium" 		
	desc = "Rumours of atrocities committed by the German Army in Belgium have shocked the people of Great Britain, France and Belgium."		
			
	trigger = {		
	war = { country = BEL country = GER }		
	war = { country = FRA country = GER } 		
	alliance = { country = FRA country = BEL }  		
	control = { province = 69 data = GER }
	control = { province = 70 data = GER }		
	} 		
			
	date = { day = 1 month = january year = 1915 } 		
	offset = 90		
	deathdate = { day = 0 month = january year = 1925 } 		
			
	action_a = { 		
	name = "Inhumane!"		
	command = { type = dissent value = -10 }  		
	command = { type = secedeprovince which = GER value = 69 }
	command = { type = secedeprovince which = GER value = 70 }		
	} 		
	}		
			
	# Rumoured atrocities in Belgium		
			
	event = { 		
	country = BEL		
	id = 4006		
	random = no 		
	style = 0 		
			
	name = "Rumoured atrocities in Belgium" 		
	desc = "Rumours of atrocities committed by the German Army in Belgium have shocked the people of Great Britain, France and Belgium."		
			
	trigger = {		
	war = { country = BEL country = GER }		
	war = { country = FRA country = GER } 		
	alliance = { country = FRA country = BEL } 		
	control = { province = 50 data = GER }	
	control = { province = 51 data = GER }
	control = { province = 52 data = GER }
	control = { province = 65 data = GER }	
	} 		
			
	date = { day = 1 month = january year = 1915 } 		
	offset = 90		
	deathdate = { day = 0 month = january year = 1925 } 		
			
	action_a = { 		
	name = "Catastrophe!"		
	command = { type = dissent value = -10 }  		
	command = { type = secedeprovince which = GER value = 50 }
	command = { type = secedeprovince which = GER value = 51 }
	command = { type = secedeprovince which = GER value = 52 }
	command = { type = secedeprovince which = GER value = 65 }		
	} 		
	}		
			
	# Rumoured atrocities in Belgium		
			
	event = { 		
	country = BEL		
	id = 4007		
	random = no 		
	style = 0 		
			
	name = "Rumoured atrocities in Belgium" 		
	desc = "Rumours of atrocities committed by the German Army in Belgium have shocked the people of Great Britain, France and Belgium."		
			
	trigger = {		
	war = { country = BEL country = GER }		
	war = { country = FRA country = GER } 		
	alliance = { country = FRA country = BEL } 		
	control = { province = 45 data = GER }		
	} 		
		
	date = { day = 1 month = january year = 1915 } 		
	offset = 90		
	deathdate = { day = 0 month = january year = 1925 } 		
			
	action_a = { 		
	name = "Catastrophe!"		
	command = { type = dissent value = -10 }  		
	command = { type = secedeprovince which = GER value = 45 }		
	} 		
	}		
			
	# The Fall of Liege		
			
	event = { 		
	country = BEL		
	id = 4008		
	random = no 		
	style = 0 		
			
	name = "The Fall of Liege" 		
	desc = "The fortress town of Liege has fallen to the advancing German Army"		
			
	trigger = {		
	war = { country = BEL country = GER }		
	war = { country = FRA country = GER } 		
	alliance = { country = FRA country = BEL }  		
	control = { province = 68 data = GER }		
	} 		
			
	date = { day = 0 month = january year = 1914 } 		
	offset = 1		
	deathdate = { day = 0 month = january year = 1925 } 		
			
	action_a = { 		
	name = "Catastrophe!"		
	command = { type = dissent value = 50 }  		
	command = { type = secedeprovince which = GER value = 68 }		
	} 		
	}
Here comes Bulgaria:
Code:
	########################## 			
	# BULGARIA               # 			
	########################## 			
				
	# Join the Central Powers? 			
				
	event = { 			
	    country = BUL 			
	    id = 8001 			
	    random = no 			
	    style = 0 			
				
	    name = "EVT_8001_NAME" 			
	    desc = "EVT_8001_DESC" 			
				
	    trigger = { 			
	        war = { country = SER country = GER } 			
	        war = { country = SER country = U11 } 			
	        atwar = no 			
	        NOT = { 			
	            alliance = { country = BUL country = RUS } 			
	        } 			
	        control =  { province = 306 data = GER } 			
	        control =  { province = 479 data = U11 } 			
	        control =  { province = 409 data = OTT } 			
	    } 			
				
	    date = { day = 6 month = september year = 1915 } 			
	    offset = 1 			
	    deathdate = { day = 0 month = january year = 1924 } 			
				
	    action_a = { 			
		name = "ACTIONNAME8001A" 		
		command = { type = alliance which = GER } 		
		command = { type = addcore which = 413 }
		command = { type = addcore which = 414 }		
	        command = { type = sleepevent which = 8003 } 			
	    } 			
				
	    action_b = { 			
		name = "ACTIONNAME8001B" 		
		command = { } 		
	    } 			
	} 			
				
	# Harvest Failure			
				
	event = { 			
		country = BUL 		
		id = 8002 		
		random = no 		
		style = 0 		
				
		name = "EVT_8002_NAME" 		
		desc = "EVT_8002_DESC" 		
				
	trigger = { 			
		alliance = { country = BUL country = GER } 		
		war = { country = BUL country = FRA } 		
		war = { country = BUL country = RUS } 		
		} 		
				
	date = { day = 1 month = october year = 1916 } 			
	offset = 15 			
	deathdate = { day = 0 month = january year = 1917 } 			
				
		action_a = { 		
		name = "ACTIONNAME8002A" 		
			command = { type = supplies value = -500 } 	
			command = { type = dissent value = 10 } 	
		} 		
	}			
				
	# Join the Central Powers? 			
				
	event = { 			
	country = BUL 			
	id = 8003 			
	random = no 			
	style = 0 			
				
	name = "EVT_8001_NAME" 			
	desc = "EVT_8001_DESC" 			
				
	trigger = { 			
	OR = {			
	AND = {			
	war = { country = SER country = GER } 			
	war = { country = SER country = U11 } 			
	}			
	AND = {			
	war = { country = ROM country = GER }			
	war = { country = ROM country = GER }			
	}			
	}			
	atwar = no 			
	NOT = { 			
	alliance = { country = BUL country = RUS } 			
	} 			
	control = { province = 306 data = GER } 			
	control = { province = 479 data = U11 } 			
	control = { province = 409 data = OTT } 			
	} 			
				
	date = { day = 1 month = november year = 1915 } 			
	offset = 1 			
	deathdate = { day = 0 month = january year = 1924 } 			
				
	action_a = { 			
	name = "ACTIONNAME8001A" 			
	command = { type = alliance which = GER } 			
        command = { type = addcore which = 413 }
	command = { type = addcore which = 414 }			
	command = { type = sleepevent which = 8020 } 			
	} 			
				
	action_b = { 			
	name = "ACTIONNAME8001B" 			
	command = { } 			
	} 			
	} 			
				
				
	# Bulgaria gains Macedonia			
				
				
	event = {			
	country = BUL			
	id = 8004			
	random = no			
	style = 0			
	name = "EVT_8004_NAME"			
	desc = "EVT_8004_DESC"			
				
	# Triggered by Austrian 3011 option a			
				
	action_a = {			
	name = "ACTIONNAME8004A"			
	command = { type = dissent value = -3 }			
        command = { type = addcore which = 413 }
	command = { type = addcore which = 414 }			
	}			
	}			
				
	event = {			
	country = BUL			
	id = 8008			
	random = no			
	style = 0			
	name = "EVT_8008_NAME"			
	desc = "EVT_8008_DESC"			
				
	trigger = {			
	owned = { province = 423 data = BUL }			
	control = { province = 423 data = BUL }			
	}			
				
	date = { day = 1 month = january year = 1914 } 			
	offset = 1 			
	deathdate = { day = 0 month = january year = 1924 } 			
				
	action_a = {			
	name = "ACTIONNAME8008A"			
	command = { type = dissent value = -3 }			
	}			
	}			
				
	# Join the Central Powers? 			
				
	event = { 			
	country = BUL 			
	id = 8020			
	random = no 			
	style = 0 			
				
	name = "EVT_8001_NAME" 			
	desc = "EVT_8020_DESC" 			
				
	trigger = { 			
	war = { country = FRA country = GER } 			
	war = { country = RUS country = U11 } 			
	atwar = no			
	NOT = { 			
	alliance = { country = BUL country = RUS } 			
	alliance = { country = BUL country = FRA }			
	alliance = { country = BUL country = GER }			
	} 			
	control = { province = 306 data = GER } 			
	control = { province = 479 data = U11 } 			
	control = { province = 409 data = OTT } 			
	} 			
				
	date = { day = 1 month = november year = 1916 } 			
	offset = 1 			
	deathdate = { day = 0 month = january year = 1924 } 			
				
	action_a = { 			
	name = "ACTIONNAME8001A" 			
	command = { type = alliance which = GER } 			
        command = { type = addcore which = 413 }
	command = { type = addcore which = 414 } 			
	} 			
				
	action_b = { 			
	name = "ACTIONNAME8001B" 			
	command = { } 			
	} 			
	} 			
				
	# Constantinople has fallen			
				
	event = { 			
		country = BUL 		
		id = 8021		
		random = no 		
		style = 0 		
				
		name = "EVT_8021_NAME" 		
		desc = "EVT_8021_DESC" 		
				
	    trigger = {			
		alliance = { country = OTT country = GER } 		
	        NOT = { 			
		alliance = { country = FRA country = GRE } 		
		alliance = { country = GER country = GRE }		
		alliance = { country = FRA country = BUL } 		
		alliance = { country = GER country = BUL }		
		control = { province = 409 data = OTT } #Constantinople not Turkish		
		}  		
		event = 41016 # Constantinople falls		
		}  		
				
	    date = { day = 1 month = january year = 1915 } 			
	    offset = 3 			
	    deathdate = { day = 1 month = january year = 1916 } 			
				
	    action_a = { 			
	        name = "ACTIONNAME8021A"			
	        command = { type = alliance which = FRA }			
				
	    }			
				
	    action_b = { 			
	        name = "ACTIONNAME8021B"  			
	        command = { type = dissent value = 2 }			
	        command = { type = sleepevent which = 22006 } #Greek event - 'Constantinople has fallen'			
	    } 			
	}
Code:
#BULGARIA#############################;;;;;;;;;;;X
EVT_8001_NAME;Join the Central Powers?;;;;;;;;;;X
EVT_8001_DESC;Ever since its foundation as a modern state, Bulgaria has laid claim to the territory of Macedonia. However, conspiracies by the Great Powers and an alliance of her Balkan rivals had given the land to Serbia instead. Now, with Serbia under attack from the combined forces of Austria-Hungary and Germany, the time may be right to join with the Central Powers and secure Bulgarian rights in the region.;;;;;;;;;;X
ACTIONNAME8001A;Join the Central Powers!;;;;;;;;;;X
ACTIONNAME8001B;Remain neutral.;;;;;;;;;;X
EVT_8002_NAME;Harvest Failure;;;;;;;;;;X
EVT_8002_DESC;The 1916 harvest has failed, and our people are facing starvation. Some politicians in the Sobranie are even starting to question whether we can continue with the war.  However, the king is unwilling to betray the alliance with Germany, and so our only hope is to tighten our belts and introduce strict food rationing.;;;;;;;;;;X
ACTIONNAME8002A;Oh no!;;;;;;;;;;X
EVT_8004_NAME;Bulgaria gains Macedonia;;;;;;;;;;X
EVT_8004_DESC;As a member of the Germanic alliance, we have at last been rewarded our rightful territory in Macedonia, granted to us by the Treaty of San Stefano in 1878, but later stolen by the Serbs in 1913. Long live united Bulgaria!;;;;;;;;;;X
ACTIONNAME8004A;Bulgaria is restored;;;;;;;;;;X
EVT_8008_NAME;Bulgaria gains the Dobrudja;;;;;;;;;;X
EVT_8008_DESC;As a member of the Germanic alliance, we have at last been rewarded our rightful territory in the Dobrudja, granted to us by the Treaty of San Stefano in 1878, but later stolen by the Romanians in 1913. Long live united Bulgaria!;;;;;;;;;;X
ACTIONNAME8008A;Bulgaria is restored;;;;;;;;;;X
EVT_8020_DESC;It is felt by some that Bulgaria's continued policy of neutrality ensures that she cannot influence the war in the way that she should.  Most favour an alliance with the Central Powers, and the German ambassador in Sofia has paid a visit to the Bulgarian foreign minister, this morning, with an offer.;;;;;;;;;;X
EVT_8021_NAME;Constantinople has fallen;;;;;;;;;;X
EVT_8021_DESC;The government and King of Bulgaria is nominally pro-German, but at the outbreak of war, Bulgaria chose to stay neutral, waiting to see which side gained the upper hand.  With the capture of Constantinople, and the isolation of Turkey, it is felt that the war is being won by the Entente powers, and that Bulgaria ought to throw her weight behind the war against Germany and Austria-Hungary.  With Bulgaria backing the Entente, it is believed in Sofia that France and Britain will reward her with ownership of Serbian Macedonia at the end of the war.;;;;;;;;;;X
ACTIONNAME8021A;Join the Entente;;;;;;;;;;X
ACTIONNAME8021B;Neutrality;;;;;;;;;;X
 
Last edited:
lees said:
Now a new question: What does this mean province_keypoints? I've included it and it works under HoI II, but I have no idea what it's for... Anyway, here's Belgium.

Victory Points change, I think.

Keep up the good work, lees! I've already noticed few events here which could be presented better with some new HOI2 commands, but the most important thing is that they work. Later we can easily update those. :)
 
No, they aren't VPs. I've tested it and the VPs didn't change.
And if you have better commands it's good if you include them later. I'm not so good in deciding how to represent sth. But I agree. First they should work good, so the mod will be playable soon. :)
 
Now Greece.
Code:
	########################## 		
	# GREECE                 # 		
	########################## 		
			
	# Divided loyalties 		
			
	event = { 		
	    country = GRE 		
	    id = 22001 		
	    random = no 		
	    style = 0 		
			
	    name = "EVT_22001_NAME" 		
	    desc = "EVT_22001_DESC" 		
			
	    trigger = { 		
	        war = { country = FRA country = GER } 		
	        atwar = no 		
	    } 		
			
	    date = { day = 4 month = august year = 1914 } 		
	    offset = 7 		
	    deathdate = { day = 0 month = january year = 1924 } 		
			
	    action_a = { 		
	        name = "ACTIONNAME22001A" 		
	        command = { } 		
	    } 		
	    action_b = { 		
	        name = "ACTIONNAME22001B" 		
	        command = { type = alliance which = GER } 		
	    } 		
	    action_c = { 		
	        name = "ACTIONNAME22001C" 		
	        command = { type = alliance which = FRA } 		
	    } 		
	} 		
			
	# War with Turkey? 		
			
	event = { 		
	    country = GRE 		
	    id = 22002 		
	    random = no 		
	    style = 0 		
			
	    name = "EVT_22002_NAME" 		
	    desc = "EVT_22002_DESC" 		
			
	    trigger = { 		
	        war = { country = FRA country = OTT } 		
	        war = { country = FRA country = GER } 		
	        atwar = no 		
	    } 		
			
	    date = { day = 6 month = march year = 1915 } 		
	    offset = 1 		
	    deathdate = { day = 0 month = january year = 1924 } 		
			
	    action_a = { 		
	        name = "ACTIONNAME22002A" 		
	        command = { type = dissent value = 5 } 		
	        command = { type = headofgovernment which = 22033 } 		
	    } 		
	    action_b = { 		
	        name = "ACTIONNAME22002B" 		
	        command = { type = alliance which = FRA } 		
	        command = { type = dissent value = -10 } 		
	        command = { type = headofgovernment which = 22002 } 		
	    } 		
	} 		
			
	# Salonika 		
			
	event = { 		
	    country = GRE 		
	    id = 22003 		
	    random = no 		
	    style = 0 		
			
	    name = "EVT_22003_NAME" 		
	    desc = "EVT_22003_DESC" 		
			
	    trigger = { 		
	        war = { country = FRA country = GER } 		
	        atwar = no 		
	        alliance = { country = BUL country = GER } 		
	    } 		
			
	    date = { day = 1 month = october year = 1915 } 		
	    offset = 1 		
	    deathdate = { day = 0 month = january year = 1924 } 		
			
	    action_a = { 		
	        name = "ACTIONNAME22003A" 		
	        command = { type = dissent value = 10 } 		
	        command = { type = headofgovernment which = 22034 } 		
	        command = { type = access which = FRA } 		
	        command = { type = access which = ENG } 		
	        command = { type = access which = SER } 		
	        command = { type = access which = RUS }		
		command = { type = trigger which = 20426 } 	
	 		
	    } 		
	    action_b = { 		
	        name = "ACTIONNAME22003B" 		
	        command = { type = alliance which = FRA } 		
	        command = { type = dissent value = 5 } 		
	        command = { type = access which = FRA } 		
	        command = { type = access which = ENG } 		
	        command = { type = access which = SER } 		
	        command = { type = access which = RUS } 		
	        command = { type = headofgovernment which = 22002 } 		
	    } 		
	} 		
			
	# The abdication of King Constantine 		
			
	event = { 		
	    country = GRE 		
	    id = 22004 		
	    random = no 		
	    style = 0 		
			
	    name = "EVT_22004_NAME" 		
	    desc = "EVT_22004_DESC" 		
			
	    trigger = { 		
	        war = { country = FRA country = GER }  		
	        event = 22003 		
	        atwar = no		
	        control =  { province = 54 data = FRA }		
	        control =  { province = 55 data = FRA }		
	        control =  { province = 56 data = FRA }		
	        control =  { province = 903 data = ENG }		
		NOT = { 	
		alliance = { country = GRE country = FRA }	
		alliance = { country = GRE country = GER }	
		} 	
			
	    } 		
			
	    date = { day = 10 month = june year = 1917 } 		
	    offset = 1 		
	    deathdate = { day = 0 month = january year = 1924 } 		
			
	    action_a = { 		
	        name = "ACTIONNAME22004A" 		
	        command = { type = sleepminister which = 22001 }		
		command = { type = sleepleader which = 22100 } 	
	        command = { type = alliance which = FRA } 		
	        command = { type = dissent value = -5 } 		
	        command = { type = headofstate which = 22011 } 		
	        command = { type = headofgovernment which = 22012 } 		
	        command = { type = foreignminister which = 22013 } 		
	        command = { type = armamentminister which = 22014 } 		
	        command = { type = ministerofsecurity which = 22015 } 		
	        command = { type = ministerofintelligence which = 22016 } 		
	        command = { type = chiefofstaff which = 22017 } 		
	        command = { type = chiefofarmy which = 22018 } 		
	        command = { type = chiefofnavy which = 22019 } 		
	        command = { type = chiefofair which = 22020 } 		
	        command = { type = domestic which = political_left value = 2 }
                command = { type = domestic which = democratic value = 2 }  		
	    } 		
	    action_b = { 		
	        name = "ACTIONNAME22004B" 		
	        command = { type = alliance which = GER } 		
	        command = { type = dissent value = 25 } 		
	        command = { type = end_access which = FRA } 		
	        command = { type = end_access which = ENG } 		
	        command = { type = end_access which = SER } 		
	        command = { type = end_access which = RUS } 		
	    } 		
	}		
			
	# American battleships		
			
	event = { 		
	    country = GRE 		
	    id = 22005		
	    random = no 		
	    style = 0 		
			
	    name = "EVT_22005_NAME" 		
	    desc = "EVT_22005_DESC" 		
			
	    trigger = { 		
	        NOT = { war = { country = USA country = GRE } }  		
		exists = USA	
		} 	
			
	    date = { day = 1 month = june year = 1914 } 		
	    offset = 30 		
	    deathdate = { day = 1 month = july year = 1914 } 		
			
	    action_a = { 		
	        name = "ACTIONNAME22005A"		
	 		
	       command = { type = add_corps which = "USS Mississippi/Idaho" value = naval where = 401 }
               command = { type = add_division which = "USS Mississippi" value = battleship when = 0 } 	
               command = { type = add_division which = "USS Idaho" value = battleship when = 0 } 	
	       command = { type = supplies value = -2000 } 		
			
	    } 		
	    action_b = { 		
	        name = "ACTIONNAME22005B"  		
	        command = { type = dissent value = 2 } 		
	    } 		
	}  		
			
	# Constantinople has fallen		
			
	event = { 		
	    country = GRE 		
	    id = 22006		
	    random = no 		
	    style = 0 		
			
	    name = "EVT_22006_NAME" 		
	    desc = "EVT_22006_DESC" 		
			
	    trigger = {		
		alliance = { country = OTT country = GER } 	
	        NOT = { 		
		alliance = { country = FRA country = GRE } 	
		alliance = { country = GER country = GRE }	
		alliance = { country = FRA country = BUL } 	
		alliance = { country = GER country = BUL }	
		control = { province = 409 data = OTT } #Constantinople not Turkish	
		}  	
		event = 41016 # Constantinople falls	
		event = 8021 # Bulgaria considers war	
		} 	
			
	    date = { day = 1 month = january year = 1915 } 		
	    offset = 3 		
	    deathdate = { day = 1 month = january year = 1916 } 		
			
	    action_a = { 		
	        name = "ACTIONNAME22006A"		
	        command = { type = alliance which = FRA }		
			
	    }		
			
	    action_b = { 		
	        name = "ACTIONNAME22006B"  		
	        command = { type = dissent value = 2 } 		
	    } 		
	}		
			
	# Nationalist movement in Turkey 		
			
	event = { 		
	    country = GRE 		
	    id = 22200 		
	    random = no 		
	    style = 0 		
			
	    name = "EVT_22200_NAME" 		
	    desc = "EVT_22200_DESC" 		
			
	    trigger = { 		
	        event = 41300 		
	        control = { province = 437 data = GRE } 		
	        NOT = {		
		    war = { country = GRE country = TUR } 			
	        } 		
	    } 		
			
	    date = { day = 23 month = april year = 1920 } 		
	    offset = 40 		
	    deathdate = { day = 0 month = january year = 1925 } 		
			
	    action_a = { 		
	        name = "ACTIONNAME22200A"		
		command = { type = leave_alliance } 	
	        command = { type = war which = TUR }		
	        command = { type = dissent value = -15 }		
		command = { type = trigger which = 41301 } 	
	    }		
	 		
	    action_b = { 		
	        name = "ACTIONNAME22200B" 		
	        command = { type = dissent value = 15 } 		
	        command = { type = secedeprovince which = TUR value = 437 } 		
	        command = { type = secedeprovince which = TUR value = 439 } 		
	        command = { type = secedeprovince which = TUR value = 408 } 		
	        command = { type = secedeprovince which = TUR value = 405 } 		
	    } 		
	}
Code:
#GREECE###############################;;;;;;;;;;;X
EVT_22001_NAME;Divided loyalties;;;;;;;;;;X
EVT_22001_DESC;King Constantine of Greece is a firm supporter of Germany - educated at the Berlin military academy and married to the Kaiser's sister. However, his Prime Minister Eleftherios Venizelos is an equally strong supporter of Britain and France, hoping to win their support for his Pan-Hellenic dream of seeing all Greeks united under one flag. In such circumstances, Greece faces a difficult decision in deciding where its loyalties should lie.;;;;;;;;;;X
ACTIONNAME22001A;Remain neutral.;;;;;;;;;;X
ACTIONNAME22001B;Join the Central Powers.;;;;;;;;;;X
ACTIONNAME22001C;Join the Entente.;;;;;;;;;;X
EVT_22002_NAME;War with Turkey?;;;;;;;;;;X
EVT_22002_DESC;Now that the Entente are at war with the Ottoman Empire, they seek Greek support and basing rights. This would be popular with the general public, since Turkey is the traditional enemy and controls many provinces still inhabited by Greeks. However, King Constantine is strongly opposed to this since it would mean Greece joining the war against Germany.;;;;;;;;;;X
ACTIONNAME22002A;Remain neutral.;;;;;;;;;;X
ACTIONNAME22002B;Liberate our Greek cousins from the Turks!;;;;;;;;;;X
EVT_22003_NAME;Salonika;;;;;;;;;;X
EVT_22003_DESC;The entry of Bulgaria into the war on Germany's side has raised the stakes in the Greek political debate between the pro-German King Constantine and supporters of the Entente, led by Venizelos. Under the terms of the 1913 treaty between Greece and Serbia, the Bulgarian attack ought to lead automatically to a Greek declaration of war against the Central Powers. However, Constantine is not prepared to honour this alliance, and insists that Greece remain neutral. To counter this, Venizelos has on his own authority invited the Entente powers to send troops into Greek territory and use the port of Salonika as a base.;;;;;;;;;;X
ACTIONNAME22003A;Venizelos is a traitor!;;;;;;;;;;X
ACTIONNAME22003B;Venizelos did the right thing.;;;;;;;;;;X
EVT_22004_NAME;The abdication of King Constantine;;;;;;;;;;X
EVT_22004_DESC;After the Salonika crisis, Venizelos set up a revolutionary Committee of National Defence in that city under Entente protection. Meanwhile, King Constantine followed an increasingly pro-German course - although a military intervention against Athens by the French fleet in December 1916 deterred him from any active participation in the war. The following year, however, Constantine sent a personal message to the Kaiser saying that he was 'praying for Germany's glorious victory'. That gave the Entente powers the excuse they needed to act, and on 11 June they issued a demand that the King abdicate in favour of his son Alexander.;;;;;;;;;;X
ACTIONNAME22004A;Abdicate the throne.;;;;;;;;;;X
ACTIONNAME22004B;Defy the Entente!;;;;;;;;;;X
EVT_22005_NAME;American battleships;;;;;;;;;;X
EVT_22005_DESC;The Greek government has recently purchased the cruiser 'Helle' from the New York Shipbuilding company.  It was intended that this vessel should act as a support for what hopes Greece will be the core of a fine fleet.  In 1910, the Greek government unsuccessfully negotiated with the French the purchase of two pre-Dreadnoughts, in an attempt to offset the purchase by Turkey of two of Germany's pre-Dreadnoughts.  By now, however, it would seem that the Greek government has found a willing partner for negotiation in the shape of the United States, who are willing to sell the 13,000 ton pre-Dreadnoughts USS Mississippi and USS Idaho.  Buying these vessels will tip the naval balance of power in the Near East in Greece's favour.;;;;;;;;;;X
ACTIONNAME22005A;Purchase them!;;;;;;;;;;X
ACTIONNAME22005B;The United States demands too much;;;;;;;;;;X
EVT_22006_NAME;Constantinople has fallen;;;;;;;;;;X
EVT_22006_DESC;Although the King of Greece, Constantine, is pro-German due to his marriage to Kaiser Wilhelm II's sister, the Prime Minister, Eleutherios Venizelos, is staunchly pro-Entente and has been in negotiation with the British and French governments for some months in attempt to bring Greece into the war against the Central Powers.  The King has made Greece's entry on the Entente side conditional on Bulgaria also aligning herself with France, Britain and Russia.  Now that Constantinople has fallen, and Bulgaria has signed an alliance agreement with the Entente powers, it is considered by most in Athens that the time to join the war has arrived.;;;;;;;;;;X
ACTIONNAME22006A;Join the Entente;;;;;;;;;;X
ACTIONNAME22006B;Neutrality;;;;;;;;;;X
EVT_22200_NAME;Nationalist movement in Turkey;;;;;;;;;;X
EVT_22200_DESC;The emergence of a nationalist movement in Angora headed by Mustafa Kemal threatens the position of the Greek people in Anatolia. The Treaty of Sèvres created a new Hellenic Empire in Anatolia in imitation of Byzantium, and Kemal has vowed to wage war in order to unseat this new order. The Greek government must decide whether to confront Kemal or give way to his demands.;;;;;;;;;;X
ACTIONNAME22200A;Crush them!.;;;;;;;;;;X
ACTIONNAME22200B;Withdraw from Anatolia.;;;;;;;;;;X
 
Bolivian events

##########################
# BOLIVIA EVENTS #
##########################

# German military mission goes home

event = {
country = BOL
id = 6001
random = no
style = 0

name = "German military mission goes home"
desc = "With the outbreak of war in Europe, the German government has recalled its military mission from Bolivia."

trigger = {
war = { country = RUS country = GER }
}

date = { day = 0 month = january year = 1914 }
offset = 15
deathdate = { day = 0 month = january year = 1925 }

action_a = {
name = "Goodbye."
command = { type = sleepleader which = HANS KUNDT }
}
}

# German military mission returns

event = {
country = BOL
id = 6002
random = no
style = 0

name = "German military mission returns"
desc = "With the war finished, the German government has kindly despatched a military mission to Bolivia."

trigger = {
event = 6001
NOT = {
atwar = GER
}
}

date = { day = 0 month = january year = 1922 }
offset = 1
deathdate = { day = 0 month = january year = 1925 }

action_a = {
name = "Hello!"
command = { type = chiefofstaff which = HANS KUNDT }
}
}

# Join the Entente?

event = {
country = BOL
id = 6003
random = no
style = 0

name = "Join the Entente?"
desc = "Chile has entered the war on the side of Germany and Austria-Hungary. Our government sees this as an opportunity to regain the coastal province of Antofagasta, that we lost in the treaty of Valparaiso after the War of the Pacific, by entering the war on the side of Entente."

# Triggered by Chilean 9004 option c

date = { day = 0 month = january year = 1914 }
offset = 10
deathdate = { day = 0 month = january year = 1925 }

action_a = {
name = "Enter the war!"
command = { type = alliance which = ENG }
command = { type = add_division which = militia when = 832 }
command = { type = add_division which = cavalry when = 832 }
command = { type = add_division value = infantry }
command = { type = sleepevent which = 6005 }
command = { type = sleepevent which = 6009 }
}
action_b = {
name = "Stay neutral"
command = { type = dissent value = 2 }
}
}

# Assesination of Pando

event = {
country = BOL
id = 6004
random = no
style = 0

name = "Assesination of Pando"
desc = "Our great general and ex-president Jose Manuel Pando Solares was murdered in Achukalla. The police cannot clarify this horrible crime. The Republican party demands that the police finds the conspirators of this assassination."

trigger = {
headofstate = 6039 # Gutierrez
}

date = { day = 15 month = may year = 1917 }

action_a = {
name = "Disaster!"
command = { type = dissent value = 2 }
command = { type = sleepleader which = 6101 } #Jose Pando
command = { type = sleepminister which = 6007 }#Jose Pando
command = { type = sleepminister which = 6008 }#Jose Pando
}
}

# Join the Tacna-Arica dispute?

event = {
country = BOL
id = 6005
random = no
style = 0

name = "Join the Tacna-Arica dispute?"
desc = "Our government considers joining the Tacna-Arica dispute between Chile and Peru. The Treaty of Ancon between Chile and Peru after the Salpeter war confirmed Bolivian landlocked situation. Bolivia has a right to have it’s own ports and to control it’s own fate. That is why our government thinks we should demand the revision of this treaty, peacefully or by force."

trigger = {
atwar = no
}

date = { day = 21 month = february year = 1920 }

action_a = {
name = "Demand Arica from Chile!"
command = { type = relation which = CHL value = -20 }
command = { type = relation which = PRU value = -20 }
}
action_b = {
name = "Don't interfere."
command = { type = dissent value = 3 }
}
}

# Coup d’ etat

event = {
country = BOL
id = 6006
random = no
style = 0

name = "Coup d’ etat"
desc = "The inefficient government of Jose Gutierrez Guerra has been overthrown. Bautista Saavedra and his junta have formed a new Republican government. Saavedra promises a great future for Bolivia and the realization of the Bolivian dream to have shores."

trigger = {
headofstate = 6039 # Gutierrez
}

date = { day = 12 month = july year = 1920 }

action_a = {
name = "Viva Bolivia!"
command = { type = dissent value = 3 }
command = { type = headofstate which = BAUTISTA SAAVEDRA }
command = { type = headofgovernment which = FELIPE GUZMAN }
command = { type = foreignminister which = ALBERTO GUTIERREZ }
command = { type = armamentminister which = JOSE MARIA ESCALIER }
command = { type = ministerofsecurity which = JOSE MANUEL RAMIREZ }
command = { type = chiefofstaff which = PASTOR BALVIDIESO }
command = { type = chiefofarmy which = PASTOR BALVIDIESO }
command = { type = chiefofair which = BILBAO RIOJA }
command = { type = ministerofintelligence which = CARLOS BLANCO GALINDO }
}
}

# War of Ladislao

event = {
country = BOL
id = 6007
random = no
style = 0

name = "Arica dispute"
desc = "Chilean minister of war, Ladislao Errazuriz ordered a mobilization of a massive army and sent them on our border. This aggressive act is only one more proof that Chile is a threat for a peaceful world by preventing Bolivia to have it’s own coastline."

# Triggered by Chilean 9009

date = { day = 19 month = july year = 1920 }

action_a = {
name = "Accuse Chile of militarism!"
command = { type = relation which = CHL value = -25 }
}
action_b = {
name = "Withdraw demands"
command = { type = dissent value = 4 }
}
action_c = {
name = "Declare war!"
command = { type = war which = CHL }
command = { type = dissent value = -2 }
command = { type = add_division value = infantry }
command = { type = add_division value = infantry }
command = { type = add_division value = cavalry }
}
}

# Chaco dispute

event = {
country = BOL
id = 6008
random = no
style = 0

name = "Chaco dispute"
desc = "Our government believes that we should take advantage of the civil war in Paraguay and accomplish our most important goal to gain access to the Atlantic ocean. The western borders of Paraguay are weakly defended and this could be our opportunity to send troops to Chaco Boreal and gain access to the river Mauri and the rich oil reserves."

trigger = {
atwar = no
}

date = { day = 1 month = august year = 1922 }
offset = 30
deathdate = { day = 1 month = september year = 1922 }

action_a = {
name = "Send troops to Chaco Boreal!"
command = { type = add_division which = militia when = 836 }
command = { type = relation which = PAR value = -25 }
}
action_b = {
name = "Don't provoke incident"
command = { type = dissent value = 2 }
}
}

# Fall of La Paz

event = {
country = BOL
id = 6009
random = no
style = 0

name = "Fall of La Paz"
desc = "We have been utterly defeated in the war with Chile. Our troops have surrendered the capital La Paz. Chilean government offers us peace under the conditions that we withdraw our territory demands and accept the sovereignty of Chile."

trigger = {
war = { country = BOL country = CHL }
control = { province = 832 data = CHL}
NOT = {
alliance = { country = CHL country = GER }
control = { province = 832 data = BOL }
}
}

date = { day = 0 month = january year = 1920 }
offset = 1
deathdate = { day = 0 month = january year = 1925 }

action_a = {
name = "Accept their generous offer!"
command = { type = peace which = CHL value = 1 }
command = { type = dissent value = 10 }
}
action_b = {
name = "Never surrender!"
command = { type = dissent value = 5 }
}
}

# Chaco region is lost

event = {
country = BOL
id = 6010
random = no
style = 0

name = "Chaco region is lost"
desc = "We have been defeated in the war with Paraguay. We have lost the entire Chaco region and Paraguayan troops prepare for an offensive towards our capital. However, their government offers us peace under the conditions that we withdraw our territory demands and accept the sovereignty of Paraguay."

trigger = {
war = { country = BOL country = PAR }
control = { province = 832 data = BOL }
control = { province = 838 data = PAR }
control = { province = 836 data = PAR }
NOT = {
control = { province = 838 data = BOL }
control = { province = 836 data = BOL }
}
}

date = { day = 0 month = january year = 1922 }
offset = 1
deathdate = { day = 0 month = january year = 1925 }

action_a = {
name = "Sign the peace agreement"
command = { type = peace which = PAR value = 1 }
command = { type = dissent value = 10 }
}
action_b = {
name = "We will win in the end!"
command = { type = dissent value = 5 }
}
}
 
Last edited:
About new Bolivian events

NOTE:

-Event 6003 is not historical but necessary if Chile chooses ahistorical option c in event 9004
-Events 6009 and 6010 are also ahistorical but necessary as peace events in case the player
wishes to change the course of history in the game
-All other events are 100% historical

Soon I will post the updated events for Chile, Paraguay and Peru.
 
Paraguay updated events

##########################
# PARAGUAY #
##########################

# Death of Manuel Franco

event = {
country = PAR
id = 43001
random = no
style = 0

name = "Death of Manuel Franco"
desc = "Our great president Manuel Franco has died. Vice president Jose Pedro Montero Candia will succeed him. He promised that the reforms and the progress of our country will not be stopped by this unfortunate event. The Liberal Party and our new president will lead Paraguay the best they can in these difficult times."

trigger = {
headofstate = MANUEL FRANCO
}

date = { day = 5 month = june year = 1919 }

action_a = {
name = "Oh, Dios!"
command = { type = sleepminister which = MANUEL FRANCO }
command = { type = headofstate which = JOSE CANDIA }
command = { type = headofgovernment which = JOSE CANDIA }
command = { type = foreignminister which = ROGELIO IBARRA LEGAL }
command = { type = armamentminister which = MANUEL GONDRA}
command = { type = chiefofarmy which = MANUEL GONDRA}
command = { type = chiefofnavy which = MANUEL GONDRA }
command = { type = chiefofstaff which = MANUEL GONDRA }
}
}

# Civil war

event = {
country = PAR
id = 43002
random = no
style = 0

name = "Civil war"
desc = "Adolfo Chirife our minister and chief of army has started a military rebellion against our civilian government. The country is in a state of anarchy, the army and the people are divided. Eduardo Schaerer Vera y Aragon our ex-president is the leader of this revolution against our government. Our president Eusebio Ayala has promised a counter-strike against the rebels. The first step of the government is the appointing of the new chief of army Victor Rojas and the mobilization of troops."

trigger = {
atwar = no
}

date = { day = 10 month = may year = 1922 }
offset = 20
deathdate = { day = 30 month = may year = 1922 }

action_a = {
name = "Porque?"
command = { type = dissent value = 15 }
command = { type = sleepleader which = ADOLFO CHIRIFE }
command = { type = chiefofarmy which = VICTOR ROJAS }
command = { type = chiefofnavy which = VICTOR ROJAS }
command = { type = chiefofstaff which = VICTOR ROJAS }
command = { type = add_division value = infantry }
command = { type = add_division value = infantry }
}
}

# Chaco Incident

event = {
country = PAR
id = 43003
random = no
style = 0

name = "Chaco Incident"
desc = "The government of Bolivia has taken advantage of the civil war in our land and ordered their army to enter our country in the region of Chaco Boreal. We do not have enough armed forces in that region to stop their army. Bolivia is trying to gain better access to the River Paraguay and also to gain access to the Atlantic ocean through this river. In 1883 in the War of the Pacific, Bolivia lost its entire coastline to Chile, and since then Bolivia is severely isolated from the world. They are also trying to invade Chaco Boreal because of our rich oil reserves in that region. This outrageous disrespect of our sovereignty must be punished, but our army is too weak to confront Bolivian troops at the moment."

# Triggered by Bolivian 6008 option a

date = { day = 1 month = august year = 1922 }
offset = 60
deathdate = { day = 1 month = october year = 1922 }

action_a = {
name = "We are to weak to wage war"
command = { type = dissent value = 10 }
command = { type = relation which = BOL value = -25 }
}

action_b = {
name = "Declare war!"
command = { type = war which = BOL }
command = { type = dissent value = 2 }
command = { type = chiefofstaff which = J.F. ESTIGARRABIA }
command = { type = add_division which = infantry when = 837 }
command = { type = add_division which = infantry when = 837 }
command = { type = add_division which = cavalry when = 837 }
}
}

# Aid from Argentina

event = {
country = PAR
id = 43004
random = no
style = 0

name = "Aid from Argentina"
desc = "The Argentinean government has agreed to help our fight against the Bolivians by sending supplies, weapons and a military mission."

trigger = {
war = { country = PAR country = BOL }
}

date = { day = 0 month = january year = 1922 }
offset = 1
deathdate = { day = 0 month = january year = 1925 }

action_a = {
name = "Gracias!"
command = { type = supplies value = 500 }
command = { type = dissent value = -5 }
command = { type = relation which = ARG value = 20 }
command = { type = ministerofintelligence which = ABRAHAM SCHWEIZER }
}
}

# Fall of Asuncion

event = {
country = PAR
id = 43005
random = no
style = 0

name = "Fall of Asuncion"
desc = "Our capital Asuncion has fallen into enemy hands. The Bolivians have defeated our army, our president and our ministers have been arrested and replaced by a new puppet government of Eduardo Schaerer Vera y Aragon, the leader of the rebel forces. We are forced to sign a peace agreement under Bolivian terms."

trigger = {
war = { country = PAR country = BOL }
control = { province = 837 data = BOL }
NOT = {
control = { province = 837 data = PAR }
}
}

date = { day = 0 month = august year = 1922 }
offset = 1
deathdate = { day = 0 month = january year = 1925 }

action_a = {
name = "Chaco Boreal to Bolivia"
command = { type = peace which = BOL value = 1 }
command = { type = dissent value = 5}
command = { type = headofstate which = EDUARDO SCHAERER }
command = { type = headofgovernment which = EDUARDO SCHAERER }
command = { type = foreignminister which = EDUARDO SCHAERER }
command = { type = armamentminister which = ADOLFO CHIRIFE }
command = { type = chiefofarmy which = ADOLFO CHIRIFE }
command = { type = chiefofnavy which = ADOLFO CHIRIFE }
command = { type = chiefofstaff which = ADOLFO CHIRIFE }
command = { type = sleepevent which = 43006 }
command = { type = domestic which = freedom value = -3 }
command = { type = access which = BOL }
}
}

# End of civil war

event = {
country = PAR
id = 43006
random = no
style = 0

name = "End of civil war"
desc = "The civil war in Paraguay has ended. The military leader of the rebels Adolfo Chirife has died and the rebels surrendered to our forces. Now it is time for the reconstruction of our great land. Our president Jose Eligio Ayala has promised peace and stability for our country under his democratic rule."

trigger = {
headofstate = ELIGIO AYALA
}

date = { day = 9 month = july year = 1923 }

action_a = {
name = "Viva Paraguay!"
command = { type = dissent value = -10 }
}
}
 
Of course

Allenby said:
Very good, Oksel. :) Perhaps you shall find opportunity to finalise these events by adding the relevant minister IDs and testing them to see how they work?

Events for Bolivia and Paraguay are finalised, Peruvian and Chilean very soon.
When I test and correct events for all four countries I will send them to you by email and post them here. Then I will continue to work on Brazilian, Argentinean and Uruguayan events.

Maybe someone could help me with minister and leader id's because I have posted new complete lists for these countries in the minister and leader threads or do I have the liberty to assign id's myself?
 
Last edited:
Peru updated events

##########################
# PERU EVENTS #
##########################

# Military junta comes to power

event = {
country = PRU
id = 45001
random = no
style = 0

name = "Military junta comes to power"
desc = "Millionaire businessman Guillermo Billinghurst, former mayor of Lima was able to organize a general strike to block the election of the official presidential candidate and force his own election by the Congress. During his presidency, Billinghurst became embroiled in an increasingly bitter series of conflicts with the Congress, ranging from proposed advanced social legislation to settlement of the Tacna-Arica dispute. When Congress opened impeachment hearings in 1914, Billinghurst threatened to arm the workers and forcibly dissolve Congress. This provoked the armed forces under Colonel Oscar Benavides to seize power. He is now the chairman of the military junta and provisional president."

trigger = {
headofstate = GUILLERMO E. BILLINGHURST
}

date = { day = 4 month = february year = 1914 }

action_a = {
name = "Viva Peru!"
command = { type = dissent value = 3 }
command = { type = headofstate which = OSCAR RAYMUNDO BENAVIDES }
command = { type = headofgovernment which = PEDRO E. MUCIZ }
command = { type = foreignminister which = JOSE MATIAS MANZANILLA }
command = { type = armamentminister which = JOSE BALTA }
command = { type = ministerofsecurity which = ARTURO OSORES }
command = { type = ministerofintelligence which = LUIS MIGUEL SANCHEZ CERRO }
command = { type = chiefofstaff which = OSCAR RAYMUNDO BENAVIDES }
command = { type = chiefofarmy which = OSCAR RAYMUNDO BENAVIDES }
command = { type = chiefofnavy which = OSCAR RAYMUNDO BENAVIDES }
}
}

# Join the Entente?

event = {
country = PRU
id = 45002
random = no
style = 0

name = "Join the Entente?"
desc = "Chile has entered the war on the side of Germany and Austria-Hungary. Our government sees this as an opportunity to solve the Tacna-Arica dispute by entering the war on the side of Entente. If the Entente wins the war they will support our side in this dispute."

# Triggered by Chilean 9004 option c

date = { day = 0 month = january year = 1914 }
offset = 10
deathdate = { day = 0 month = january year = 1925 }

action_a = {
name = "Enter the war!"
command = { type = alliance which = FRA }
command = { type = sleepevent which = 45006 }
command = { type = add_division which = militia when = 831 }
command = { type = add_division which = cavalry when = 829 }
command = { type = add_division value = infantry }
}
action_b = {
name = "Stay neutral"
command = { type = dissent value = 2 }
command = { type = sleepevent which = 45006}
}
}

# Strike in Lima

event = {
country = PRU
id = 45003
random = no
style = 0

name = "Strike in Lima"
desc = "Workers claim that our economy is ruled by an oligarchy of landowners, whose efforts are aimed exclusively at the exportation of raw materials, annihilating any possibility of Peruvian industrialization. They led a three-day general strike, winning an eight-hour-day law for Peru's urban workers."

trigger = {
atwar = no
}

date = { day = 1 month = january year = 1919 }
offset = 30
deathdate = { day = 1 month = february year = 1919 }

action_a = {
name = "We have no choice"
command = { type = dissent value = -1 }
}
}

# Coup d’ etat

event = {
country = PRU
id = 45004
random = no
style = 0

name = "Coup d’ etat"
desc = "A new round of economic problems, deepening social unrest, and powerful, new ideological currents converged to bring a generation of Civilista rule to an end. A coup d'etat led to the resignation and imprisonment of President Jose Pardo y Barreda and the members of his cabinet. Augusto B. Leguia y Salcedo assumed the presidency and promised a glorious future for Peru. A part of the army that stayed loyal to the ex-president Pardo surrendered to the leader of the forces of the new regime Gerardo Alvares."

trigger = {
headofstate = JOSE PARDO Y BARREDA
}

date = { day = 4 month = july year = 1919 }

action_a = {
name = "Viva Peru!"
command = { type = dissent value = 2 }
command = { type = headofstate which = AUGUSTO B. LEGUIA Y SALCEDO }
command = { type = headofgovernment which = MELITON F. PORRAS }
command = { type = foreignminister which = MELITON F. PORRAS }
command = { type = armamentminister which = ISMAEL DE IDIAQUEZ }
command = { type = ministerofsecurity which = GERMAN LEGUIA Y MARTINEZ }
command = { type = chiefofstaff which = GERARDO ALVAREZ }
command = { type = chiefofarmy which = GERARDO ALVAREZ }
command = { type = chiefofair which = JUAN LEGUIA SWAYNE }
command = { type = chiefofnavy which = GERARDO ALVAREZ }
command = { type = sleepleader which = LUIS MIGUEL SANCHEZ CERRO }
command = { type = sleepleader which = OCTAVIO MANILA }
command = { type = sleepleader which = JUAN MANUEL ZULOAGA }
command = { type = sleepleader which = OSCAR RAYMUNDO BENAVIDES }
command = { type = sleepleader which = CARLOS VELARDE }
}
}

# French military mission returns

event = {
country = PRU
id = 45005
random = no
style = 0

name = "French military mission returns"
desc = "We have renewed our contract with the French army and their military mission has arrived. They will help in the process of reorganization and the modernization of our army and aviation."

trigger = {
atwar = no
}

date = { day = 1 month = january year = 1920 }
offset = 30
deathdate = { day = 1 month = february year = 1920 }

action_a = {
name = "Great!"
command = { type = chiefofstaff which = PAUL CLEMENT }
}
}

# Bolivia demands Arica

event = {
country = PRU
id = 45006
random = no
style = 0

name = "Bolivia demands Arica"
desc = "Bolivia has joined the Tacna-Arica dispute between our country and Chile. Their government demands a revision of the Treaty of Ancon. They claim that Bolivia has a right to have it’s own shores and that the territory of Arica and the river Mauri should belong to them. Our government has responded that we will not give up our rights and that we won’t allow Bolivia to interfere in this matter."

# Triggered by Bolivian 6005 option a

date = { day = 24 month = february year = 1920 }

action_a = {
name = "We will not give up our rights!"
command = { type = relation which = BOL value = -25 }
}
}

# American military mission arrives

event = {
country = PRU
id = 45007
random = no
style = 0

name = "American military mission arrives"
desc = "The American Navy experts have arrived in our country to help us reorganize the administration and the system of command in our Armada."

trigger = {
atwar = no
}

date = { day = 1 month = july year = 1920 }
offset = 30
deathdate = { day = 1 month = august year = 1920 }

action_a = {
name = "Great!"
command = { type = chiefofnavy which = FRANK B. FREYER }
}
}

# United States arbitration

event = {
country = PRU
id = 45008
random = no
style = 0

name = "United States arbitration"
desc = "Our and Chilean representatives have agreed upon arbitration by the President of the United States in the Tacna - Arica dispute between our two countries. The dispute arose from the Treaty of Ancon in 1883 which ended the War of the Pacific. Victorious Chile ceded the southern provinces of Peru, Tacna and Arica, but only for 10 years. A plebiscite was then to determine the ownership. The plebiscite was not held because negotiations between the countries failed. Chile in 1909 began colonizing the two provinces - a course that led to a diplomatic break between Peru and Chile in 1911."

trigger = {
atwar = no
}

date = { day = 15 month = may year = 1922 }

action_a = {
name = "We will solve it peacefully!"
command = { type = relation which = CHL value = 10 }
}
}
 
I've noticed that the trenchwar events of TGW haven't been converted yet. Has someone done it? If not I think I should make a first version of them to allow a trenchwar in the west, because in my opinion this is (with the AI) one of the most important points for a new Version.
 
lees said:
I've noticed that the trenchwar events of TGW haven't been converted yet. Has someone done it? If not I think I should make a first version of them to allow a trenchwar in the west, because in my opinion this is (with the AI) one of the most important points for a new Version.

I am of the opinion that they should remain unconverted until the flow of the game under natural circumstances has been observed thoroughly.

Then, if the same problems as existed in TGW re-emerge, we shall be able to adapt these events.
 
The USA events and ministers have been updated and expanded.


The following events have been updated:

War Entry or Resolution

# The Veracruz incident - 58401 - Triggers MEX 32001
# Let's give Veracruz back - 58402 - Triggered by 61001
# 'Pancho' Villa raids New Mexico - 58403 - Triggered by 61004
# 'Pancho' Villa raids New Mexico and Texas - 58404 - Triggered by 61004

# Unrest in Port-au-Prince - 58432
# The future of Haiti - Already Annexed - 58433
# The future of Haiti - Not Already Annexed - 58434

# Join the Entente - 58430
# A possible threat to neutrality - 58500
# Respect for the neutrality of the oceans - 58501
# The sinking of the Lusitania - 58502
# The German response - Germany diplomatic - 58503
# The Zimmerman Telegram - 58504
# This means war! - 58505
# Earlier war if Germany continues unrestricted sub warfare in 1915 - 58506
# Teddy takes America in - 58507
# Lusitania sunk - Germany recalcitrant - 58508

#NO UPDATE Intervention in the Russian Civil War - 58405
#NO UPDATE End intervention in the Russian Civil War - 58406

# Enforce the Monroe Doctrine - 58552
# Enforce the Monroe Doctrine (Paramaribo) - 58553
# Enforce the Monroe Doctrine (Curacao) - 58554

Political Succession

# Death of Warren Harding - 58556
# 1916 Republican nomination - Hughes vs Roosevelt - 58557
# 1916 Republican nomination - Hughes vs Roosevelt (Historical) - 58558
# 1916 Presidential election - Wilson vs. Roosevelt - 58559
# 1916 Presidential election - Wilson vs. Hughes - 58560
# 1920 Presidential election - Harding vs. Cox - 58561
# 1924 Presidential election - 58562
# McKinley's Vice President - 58570 - picture
# Assassination of William McKinley - Roosevelt President - 58571
# Assassination of William McKinley - Bliss President - 58572
# 1900 Presidential Election - McKinley vs. Bryan - 58573
# 1904 Presidential Election - Roosevelt vs. Parker - 58574
# 1904 Presidential Election - Bliss vs. Parker - 58575
# 1908 Presidential Election - Taft vs. Bryan - 58576
# 1908 Presidential Election - Taft vs. Parker - 58577
# 1912 Presidential Election - Taft vs. Wilson vs. Roosevelt - 58578
# 1920 Presidential election - Hughes vs. Cox - 58579
# Wilson Incapacitated - 58580

General

# Death of a pigeon - 58407
# The Alaska railroad - 58422
# Charlie Chaplin's 'Shoulder Arms' - 58423
# The first traffic light - 58424
# Henry Ford's peace ship - 58425
# Prohibition - 58426
# Women's Suffrage - 58427
# The trial of Sacco and Vanzetti - 58428
# Gangsterism - 58429
# Purchase of the Danish West Indies - 58431
# 'Birth of a Nation' - 58550
# The Panama Canal - 58551

The following event strings need to be created in the future:

#SPANISH-AMERICAN WAR
#PANAMANIAN INDEPENDENCE AND THE CANAL
#NICARAGUA 1912
#BOXER REBELLION 1900
#RUSSO-JAPANESE WAR 1905
#ALGECIRAS CONFERENCE 1906
#PALMER RAIDS 1918-1921

This USA event update has led to corresponding updating for all Denmark, Haiti, Mexico, and Revolutionary Mexico events. The Lusitania events for Germany have also been updated. A death_events event list has also been created for minister deaths and retirements. Many of these events have new event pictures associated with them.

Most of the events have been tested, but there are so many that to test all of them would be a bit exhaustive.

In addition, the minister list has been expanded to allow for the historical and alternative ministers from 1897. All new ministers have corresponding pictures.

I think I'll just send this to Allenby, since I don't want to overwrite anyone elses work in the config or scenario files.
 
Last edited:
The possibility of a Cornelius Bliss presidency - interesting. :D

I am glad that you have created a death and retirement list - it is certainly necessary, and even more so if there are to be earlier scenarios than 1914.
 
Allenby said:
The possibility of a Cornelius Bliss presidency - interesting. :D

I am glad that you have created a death and retirement list - it is certainly necessary, and even more so if there are to be earlier scenarios than 1914.

He was offered the vice presidency in the 1900 Republican Convention but he refused. Interesting counterfactual development had he become president.

Indeed, having John Sherman alive and available in 1924 as a 101-year old is a bit of a stretch. :D