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

unmerged(222231)

Private
2 Badges
Aug 22, 2010
22
0
  • Arsenal of Democracy
  • Crusader Kings II
Hi All,

In my game there was no african countries so I created events to create african countries in historic way. Us it/modify if you like.

This is content of db/events_vl/africa.txt
Code:
##########################################
#### events for Africa (except Egypt) 615500-615999
#### by Pelzak
##########################################

### independence of Botswana - UK
event = {
	id = 615500
	random = no
	country = ENG
	trigger = {
		government = democratic
		atwar = no
		NOT = {
			exists = U46
		}
	}
	name = "Independent Africa"
	desc = "African countries demands freedom."
        picture = "africa" #needs event picture
	style = 0
	date = { day = 30 month = september year = 1966 }
	action_a = {
		name = "Give them freedom." 
		ai_chance = 100
		command = { type = independence which = U46 value = 1 }
		command = { type = trigger which = 615501 }
	}
	action_b = {
		name = "NO!" 
		ai_chance = 0
		command = { type = dissent value = 15 }
	}
}


event = {
	id = 615501
	random = no
	country = U46
	name = "Adjusting manpower"
	desc = "Adjusting manpower to reflect africa population."
        picture = "africa" #needs event picture
	style = 0
	action_a = {
		name = "OK" 
		command = { type = free_manpower value = 0.02 }
		command = { type = manpowerpool value = 30 }
		command = { type = add_division which = "Local militia" value = militia when = 1 }
	}
}


### independence of East African Union (Tanzania) - UK
event = {
	id = 615502
	random = no
	country = ENG
	trigger = {
		government = democratic
		atwar = no
		NOT = {
			exists = EAF
		}
	}
	name = "Independent Africa"
	desc = "African countries demands freedom."
        picture = "africa" #needs event picture
	style = 0
	date = { day = 26 month = april year = 1964 }
	action_a = {
		name = "Give them freedom." 
		ai_chance = 100
		command = { type = independence which = EAF value = 1 }
		command = { type = trigger which = 615503 }
	}
	action_b = {
		name = "NO!" 
		ai_chance = 0
		command = { type = dissent value = 15 }
	}
}


event = {
	id = 615503
	random = no
	country = EAF
	name = "Adjusting manpower"
	desc = "Adjusting manpower to reflect africa population."
        picture = "africa" #needs event picture
	style = 0
	action_a = {
		name = "OK" 
		command = { type = free_manpower value = 0.12 }
		command = { type = manpowerpool value = 30 }
		command = { type = add_division which = "Local militia" value = militia when = 1 }
	}
}


### independence of Eritrea - UK
event = {
	id = 615504
	random = no
	country = ENG
	trigger = {
		government = democratic
		atwar = no
		NOT = {
			exists = U59
		}
	}
	name = "Independent Africa"
	desc = "African countries demands freedom."
        picture = "africa" #needs event picture
	style = 0
	date = { day = 1 month = january year = 1951 }
	action_a = {
		name = "Give them freedom." 
		ai_chance = 100
		command = { type = independence which = U59 value = 1 }
		command = { type = trigger which = 615505 }
	}
	action_b = {
		name = "NO!" 
		ai_chance = 0
		command = { type = dissent value = 15 }
	}
}


event = {
	id = 615505
	random = no
	country = U59
	name = "Adjusting manpower"
	desc = "Adjusting manpower to reflect africa population."
        picture = "africa" #needs event picture
	style = 0
	action_a = {
		name = "OK" 
		command = { type = free_manpower value = 0.03 }
		command = { type = manpowerpool value = 30 }
		command = { type = add_division which = "Local militia" value = militia when = 1 }
	}
}


### independence of Gambia - UK
event = {
	id = 615506
	random = no
	country = ENG
	trigger = {
		government = democratic
		atwar = no
		NOT = {
			exists = U86
		}
	}
	name = "Independent Africa"
	desc = "African countries demands freedom."
        picture = "africa" #needs event picture
	style = 0
	date = { day = 18 month = february year = 1965 }
	action_a = {
		name = "Give them freedom." 
		ai_chance = 100
		command = { type = independence which = U86 value = 1 }
		command = { type = trigger which = 615507 }
	}
	action_b = {
		name = "NO!" 
		ai_chance = 0
		command = { type = dissent value = 15 }
	}
}


event = {
	id = 615507
	random = no
	country = U86
	name = "Adjusting manpower"
	desc = "Adjusting manpower to reflect africa population."
        picture = "africa" #needs event picture
	style = 0
	action_a = {
		name = "OK" 
		command = { type = free_manpower value = 0.02 }
		command = { type = manpowerpool value = 30 }
		command = { type = add_division which = "Local militia" value = militia when = 1 }
	}
}


### independence of Ghana - UK
event = {
	id = 615508
	random = no
	country = ENG
	trigger = {
		government = democratic
		atwar = no
		NOT = {
			exists = GLD
		}
	}
	name = "Independent Africa"
	desc = "African countries demands freedom."
        picture = "africa" #needs event picture
	style = 0
	date = { day = 6 month = march year = 1957 }
	action_a = {
		name = "Give them freedom." 
		ai_chance = 100
		command = { type = independence which = GLD value = 1 }
		command = { type = trigger which = 615509 }
	}
	action_b = {
		name = "NO!" 
		ai_chance = 0
		command = { type = dissent value = 15 }
	}
}


event = {
	id = 615509
	random = no
	country = GLD
	name = "Adjusting manpower"
	desc = "Adjusting manpower to reflect africa population."
        picture = "africa" #needs event picture
	style = 0
	action_a = {
		name = "OK" 
		command = { type = free_manpower value = 0.09 }
		command = { type = manpowerpool value = 30 }
		command = { type = add_division which = "Local militia" value = militia when = 1 }
	}
}


### independence of Kenya - UK
event = {
	id = 615510
	random = no
	country = ENG
	trigger = {
		government = democratic
		atwar = no
		NOT = {
			exists = U90
		}
	}
	name = "Independent Africa"
	desc = "African countries demands freedom."
        picture = "africa" #needs event picture
	style = 0
	date = { day = 12 month = december year = 1963 }
	action_a = {
		name = "Give them freedom." 
		ai_chance = 100
		command = { type = independence which = U90 value = 1 }
		command = { type = trigger which = 615511 }
	}
	action_b = {
		name = "NO!" 
		ai_chance = 0
		command = { type = dissent value = 15 }
	}
}


event = {
	id = 615511
	random = no
	country = U90
	name = "Adjusting manpower"
	desc = "Adjusting manpower to reflect africa population."
        picture = "africa" #needs event picture
	style = 0
	action_a = {
		name = "OK" 
		command = { type = free_manpower value = 0.12 }
		command = { type = manpowerpool value = 30 }
		command = { type = add_division which = "Local militia" value = militia when = 1 }
	}
}


### independence of Malawi - UK
event = {
	id = 615512
	random = no
	country = ENG
	trigger = {
		government = democratic
		atwar = no
		NOT = {
			exists = U53
		}
	}
	name = "Independent Africa"
	desc = "African countries demands freedom."
        picture = "africa" #needs event picture
	style = 0
	date = { day = 6 month = june year = 1964 }
	action_a = {
		name = "Give them freedom." 
		ai_chance = 100
		command = { type = independence which = U53 value = 1 }
		command = { type = trigger which = 615513 }
	}
	action_b = {
		name = "NO!" 
		ai_chance = 0
		command = { type = dissent value = 15 }
	}
}


event = {
	id = 615513
	random = no
	country = U53
	name = "Adjusting manpower"
	desc = "Adjusting manpower to reflect africa population."
        picture = "africa" #needs event picture
	style = 0
	action_a = {
		name = "OK" 
		command = { type = free_manpower value = 0.07 }
		command = { type = manpowerpool value = 30 }
		command = { type = add_division which = "Local militia" value = militia when = 1 }
	}
}


### independence of Nigeria - UK
event = {
	id = 615514
	random = no
	country = ENG
	trigger = {
		government = democratic
		atwar = no
		NOT = {
			exists = NIG
		}
	}
	name = "Independent Africa"
	desc = "African countries demands freedom."
        picture = "africa" #needs event picture
	style = 0
	date = { day = 1 month = october year = 1960 }
	action_a = {
		name = "Give them freedom." 
		ai_chance = 100
		command = { type = independence which = NIG value = 1 }
		command = { type = trigger which = 615515 }
	}
	action_b = {
		name = "NO!" 
		ai_chance = 0
		command = { type = dissent value = 15 }
	}
}


event = {
	id = 615515
	random = no
	country = NIG
	name = "Adjusting manpower"
	desc = "Adjusting manpower to reflect africa population."
        picture = "africa" #needs event picture
	style = 0
	action_a = {
		name = "OK" 
		command = { type = free_manpower value = 0.42 }
		command = { type = manpowerpool value = 30 }
		command = { type = add_division which = "Local militia" value = militia when = 1 }
	}
}


### independence of Sierra Leone - UK
event = {
	id = 615516
	random = no
	country = ENG
	trigger = {
		government = democratic
		atwar = no
		NOT = {
			exists = SIE
		}
	}
	name = "Independent Africa"
	desc = "African countries demands freedom."
        picture = "africa" #needs event picture
	style = 0
	date = { day = 27 month = april year = 1961 }
	action_a = {
		name = "Give them freedom." 
		ai_chance = 100
		command = { type = independence which = SIE value = 1 }
		command = { type = trigger which = 615517 }
	}
	action_b = {
		name = "NO!" 
		ai_chance = 0
		command = { type = dissent value = 15 }
	}
}


event = {
	id = 615517
	random = no
	country = SIE
	name = "Adjusting manpower"
	desc = "Adjusting manpower to reflect africa population."
        picture = "africa" #needs event picture
	style = 0
	action_a = {
		name = "OK" 
		command = { type = free_manpower value = 0.02 }
		command = { type = manpowerpool value = 30 }
		command = { type = add_division which = "Local militia" value = militia when = 1 }
	}
}


### independence of Somalia - UK
event = {
	id = 615518
	random = no
	country = ENG
	trigger = {
		government = democratic
		atwar = no
		NOT = {
			exists = SOM
		}
	}
	name = "Independent Africa"
	desc = "African countries demands freedom."
        picture = "africa" #needs event picture
	style = 0
	date = { day = 1 month = june year = 1960 }
	action_a = {
		name = "Give them freedom." 
		ai_chance = 100
		command = { type = independence which = SOM value = 1 }
		command = { type = trigger which = 615519 }
	}
	action_b = {
		name = "NO!" 
		ai_chance = 0
		command = { type = dissent value = 15 }
	}
}


event = {
	id = 615519
	random = no
	country = SOM
	name = "Adjusting manpower"
	desc = "Adjusting manpower to reflect africa population."
        picture = "africa" #needs event picture
	style = 0
	action_a = {
		name = "OK" 
		command = { type = free_manpower value = 0.04 }
		command = { type = manpowerpool value = 30 }
		command = { type = add_division which = "Local militia" value = militia when = 1 }
	}
}


### independence of Sudan - UK
event = {
	id = 615520
	random = no
	country = ENG
	trigger = {
		government = democratic
		atwar = no
		NOT = {
			exists = SUD
		}
	}
	name = "Independent Africa"
	desc = "African countries demands freedom."
        picture = "africa" #needs event picture
	style = 0
	date = { day = 1 month = january year = 1956 }
	action_a = {
		name = "Give them freedom." 
		ai_chance = 100
		command = { type = independence which = SUD value = 1 }
		command = { type = trigger which = 615521 }
	}
	action_b = {
		name = "NO!" 
		ai_chance = 0
		command = { type = dissent value = 15 }
	}
}


event = {
	id = 615521
	random = no
	country = SUD
	name = "Adjusting manpower"
	desc = "Adjusting manpower to reflect africa population."
        picture = "africa" #needs event picture
	style = 0
	action_a = {
		name = "OK" 
		command = { type = free_manpower value = 0.15 }
		command = { type = manpowerpool value = 30 }
		command = { type = add_division which = "Local militia" value = militia when = 1 }
	}
}


### independence of Uganda - UK
event = {
	id = 615522
	random = no
	country = ENG
	trigger = {
		government = democratic
		atwar = no
		NOT = {
			exists = U70
		}
	}
	name = "Independent Africa"
	desc = "African countries demands freedom."
        picture = "africa" #needs event picture
	style = 0
	date = { day = 9 month = october year = 1962 }
	action_a = {
		name = "Give them freedom." 
		ai_chance = 100
		command = { type = independence which = U70 value = 1 }
		command = { type = trigger which = 615523 }
	}
	action_b = {
		name = "NO!" 
		ai_chance = 0
		command = { type = dissent value = 15 }
	}
}


event = {
	id = 615523
	random = no
	country = U70
	name = "Adjusting manpower"
	desc = "Adjusting manpower to reflect africa population."
        picture = "africa" #needs event picture
	style = 0
	action_a = {
		name = "OK" 
		command = { type = free_manpower value = 0.11 }
		command = { type = manpowerpool value = 30 }
		command = { type = add_division which = "Local militia" value = militia when = 1 }
	}
}


### independence of Zambia - UK
event = {
	id = 615524
	random = no
	country = ENG
	trigger = {
		government = democratic
		atwar = no
		NOT = {
			exists = U51
		}
	}
	name = "Independent Africa"
	desc = "African countries demands freedom."
        picture = "africa" #needs event picture
	style = 0
	date = { day = 24 month = october year = 1964 }
	action_a = {
		name = "Give them freedom." 
		ai_chance = 100
		command = { type = independence which = U51 value = 1 }
		command = { type = trigger which = 615525 }
	}
	action_b = {
		name = "NO!" 
		ai_chance = 0
		command = { type = dissent value = 15 }
	}
}


event = {
	id = 615525
	random = no
	country = U51
	name = "Adjusting manpower"
	desc = "Adjusting manpower to reflect africa population."
        picture = "africa" #needs event picture
	style = 0
	action_a = {
		name = "OK" 
		command = { type = free_manpower value = 0.04 }
		command = { type = manpowerpool value = 30 }
		command = { type = add_division which = "Local militia" value = militia when = 1 }
	}
}


### independence of Zimbabwe - UK
event = {
	id = 615526
	random = no
	country = ENG
	trigger = {
		government = democratic
		atwar = no
		NOT = {
			exists = U04
		}
	}
	name = "Independent Africa"
	desc = "African countries demands freedom."
        picture = "africa" #needs event picture
	style = 0
	date = { day = 11 month = november year = 1965 }
	action_a = {
		name = "Give them freedom." 
		ai_chance = 100
		command = { type = independence which = U04 value = 1 }
		command = { type = trigger which = 615527 }
	}
	action_b = {
		name = "NO!" 
		ai_chance = 0
		command = { type = dissent value = 15 }
	}
}


event = {
	id = 615527
	random = no
	country = U04
	name = "Adjusting manpower"
	desc = "Adjusting manpower to reflect africa population."
        picture = "africa" #needs event picture
	style = 0
	action_a = {
		name = "OK" 
		command = { type = free_manpower value = 0.04 }
		command = { type = manpowerpool value = 30 }
		command = { type = add_division which = "Local militia" value = militia when = 1 }
	}
}


### independence of Benin-Sahel - FRA
event = {
	id = 615528
	random = no
	country = FRA
	trigger = {
		government = democratic
		atwar = no
		NOT = {
			exists = BEN
		}
	}
	name = "Independent Africa"
	desc = "African countries demands freedom."
        picture = "africa" #needs event picture
	style = 0
	date = { day = 1 month = august year = 1960 }
	action_a = {
		name = "Give them freedom." 
		ai_chance = 100
		command = { type = independence which = BEN value = 1 }
		command = { type = trigger which = 615529 }
	}
	action_b = {
		name = "NO!" 
		ai_chance = 0
		command = { type = dissent value = 15 }
	}
}


event = {
	id = 615529
	random = no
	country = BEN
	name = "Adjusting manpower"
	desc = "Adjusting manpower to reflect africa population."
        picture = "africa" #needs event picture
	style = 0
	action_a = {
		name = "OK" 
		command = { type = free_manpower value = 0.04 }
		command = { type = manpowerpool value = 30 }
		command = { type = add_division which = "Local militia" value = militia when = 1 }
	}
}


### independence of Algeria - FRA
event = {
	id = 615530
	random = no
	country = FRA
	trigger = {
		government = democratic
		atwar = no
		NOT = {
			exists = ALG
		}
	}
	name = "Independent Africa"
	desc = "African countries demands freedom."
        picture = "africa" #needs event picture
	style = 0
	date = { day = 5 month = june year = 1962 }
	action_a = {
		name = "Give them freedom." 
		ai_chance = 100
		command = { type = independence which = ALG value = 1 }
		command = { type = trigger which = 615531 }
	}
	action_b = {
		name = "NO!" 
		ai_chance = 0
		command = { type = dissent value = 15 }
	}
}


event = {
	id = 615531
	random = no
	country = ALG
	name = "Adjusting manpower"
	desc = "Adjusting manpower to reflect africa population."
        picture = "africa" #needs event picture
	style = 0
	action_a = {
		name = "OK" 
		command = { type = free_manpower value = 0.12 }
		command = { type = manpowerpool value = 30 }
		command = { type = add_division which = "Local militia" value = militia when = 1 }
	}
}


### independence of Cameroon - FRA
event = {
	id = 615532
	random = no
	country = FRA
	trigger = {
		government = democratic
		atwar = no
		NOT = {
			exists = CAM
		}
	}
	name = "Independent Africa"
	desc = "African countries demands freedom."
        picture = "africa" #needs event picture
	style = 0
	date = { day = 1 month = january year = 1960 }
	action_a = {
		name = "Give them freedom." 
		ai_chance = 100
		command = { type = independence which = CAM value = 1 }
		command = { type = trigger which = 615533 }
	}
	action_b = {
		name = "NO!" 
		ai_chance = 0
		command = { type = dissent value = 15 }
	}
}


event = {
	id = 615533
	random = no
	country = CAM
	name = "Adjusting manpower"
	desc = "Adjusting manpower to reflect africa population."
        picture = "africa" #needs event picture
	style = 0
	action_a = {
		name = "OK" 
		command = { type = free_manpower value = 0.07 }
		command = { type = manpowerpool value = 30 }
		command = { type = add_division which = "Local militia" value = militia when = 1 }
	}
}


### independence of Central African Republic - FRA
event = {
	id = 615534
	random = no
	country = FRA
	trigger = {
		government = democratic
		atwar = no
		NOT = {
			exists = U82
		}
	}
	name = "Independent Africa"
	desc = "African countries demands freedom."
        picture = "africa" #needs event picture
	style = 0
	date = { day = 13 month = august year = 1960 }
	action_a = {
		name = "Give them freedom." 
		ai_chance = 100
		command = { type = independence which = U82 value = 1 }
		command = { type = trigger which = 615535 }
	}
	action_b = {
		name = "NO!" 
		ai_chance = 0
		command = { type = dissent value = 15 }
	}
}


event = {
	id = 615535
	random = no
	country = U82
	name = "Adjusting manpower"
	desc = "Adjusting manpower to reflect africa population."
        picture = "africa" #needs event picture
	style = 0
	action_a = {
		name = "OK" 
		command = { type = free_manpower value = 0.02 }
		command = { type = manpowerpool value = 30 }
		command = { type = add_division which = "Local militia" value = militia when = 1 }
	}
}


### independence of Chad - FRA
event = {
	id = 615536
	random = no
	country = FRA
	trigger = {
		government = democratic
		atwar = no
		NOT = {
			exists = U84
		}
	}
	name = "Independent Africa"
	desc = "African countries demands freedom."
        picture = "africa" #needs event picture
	style = 0
	date = { day = 11 month = august year = 1960 }
	action_a = {
		name = "Give them freedom." 
		ai_chance = 100
		command = { type = independence which = U84 value = 1 }
		command = { type = trigger which = 615537 }
	}
	action_b = {
		name = "NO!" 
		ai_chance = 0
		command = { type = dissent value = 15 }
	}
}


event = {
	id = 615537
	random = no
	country = U84
	name = "Adjusting manpower"
	desc = "Adjusting manpower to reflect africa population."
        picture = "africa" #needs event picture
	style = 0
	action_a = {
		name = "OK" 
		command = { type = free_manpower value = 0.04 }
		command = { type = manpowerpool value = 30 }
		command = { type = add_division which = "Local militia" value = militia when = 1 }
	}
}


### independence of Djibouti - FRA
event = {
	id = 615538
	random = no
	country = FRA
	trigger = {
		government = democratic
		atwar = no
		NOT = {
			exists = U45
		}
	}
	name = "Independent Africa"
	desc = "African countries demands freedom."
        picture = "africa" #needs event picture
	style = 0
	date = { day = 27 month = june year = 1977 }
	action_a = {
		name = "Give them freedom." 
		ai_chance = 100
		command = { type = independence which = U45 value = 1 }
		command = { type = trigger which = 615539 }
	}
	action_b = {
		name = "NO!" 
		ai_chance = 0
		command = { type = dissent value = 15 }
	}
}


event = {
	id = 615539
	random = no
	country = U45
	name = "Adjusting manpower"
	desc = "Adjusting manpower to reflect africa population."
        picture = "africa" #needs event picture
	style = 0
	action_a = {
		name = "OK" 
		command = { type = free_manpower value = 0.01 }
		command = { type = manpowerpool value = 30 }
		command = { type = add_division which = "Local militia" value = militia when = 1 }
	}
}


### independence of Equatorial Guinea - FRA
event = {
	id = 615540
	random = no
	country = FRA
	trigger = {
		government = democratic
		atwar = no
		NOT = {
			exists = UA5
		}
	}
	name = "Independent Africa"
	desc = "African countries demands freedom."
        picture = "africa" #needs event picture
	style = 0
	date = { day = 12 month = october year = 1968 }
	action_a = {
		name = "Give them freedom." 
		ai_chance = 100
		command = { type = independence which = UA5 value = 1 }
		command = { type = trigger which = 615541 }
	}
	action_b = {
		name = "NO!" 
		ai_chance = 0
		command = { type = dissent value = 15 }
	}
}


event = {
	id = 615541
	random = no
	country = UA5
	name = "Adjusting manpower"
	desc = "Adjusting manpower to reflect africa population."
        picture = "africa" #needs event picture
	style = 0
	action_a = {
		name = "OK" 
		command = { type = free_manpower value = 0.01 }
		command = { type = manpowerpool value = 30 }
		command = { type = add_division which = "Local militia" value = militia when = 1 }
	}
}


### independence of Gabon - FRA
event = {
	id = 615542
	random = no
	country = FRA
	trigger = {
		government = democratic
		atwar = no
		NOT = {
			exists = GAB
		}
	}
	name = "Independent Africa"
	desc = "African countries demands freedom."
        picture = "africa" #needs event picture
	style = 0
	date = { day = 17 month = august year = 1960 }
	action_a = {
		name = "Give them freedom." 
		ai_chance = 100
		command = { type = independence which = GAB value = 1 }
		command = { type = trigger which = 615543 }
	}
	action_b = {
		name = "NO!" 
		ai_chance = 0
		command = { type = dissent value = 15 }
	}
}


event = {
	id = 615543
	random = no
	country = GAB
	name = "Adjusting manpower"
	desc = "Adjusting manpower to reflect africa population."
        picture = "africa" #needs event picture
	style = 0
	action_a = {
		name = "OK" 
		command = { type = free_manpower value = 0.01 }
		command = { type = manpowerpool value = 30 }
		command = { type = add_division which = "Local militia" value = militia when = 1 }
	}
}


### independence of Guinea - FRA
event = {
	id = 615544
	random = no
	country = FRA
	trigger = {
		government = democratic
		atwar = no
		NOT = {
			exists = GUI
		}
	}
	name = "Independent Africa"
	desc = "African countries demands freedom."
        picture = "africa" #needs event picture
	style = 0
	date = { day = 2 month = october year = 1958 }
	action_a = {
		name = "Give them freedom." 
		ai_chance = 100
		command = { type = independence which = GUI value = 1 }
		command = { type = trigger which = 615545 }
	}
	action_b = {
		name = "NO!" 
		ai_chance = 0
		command = { type = dissent value = 15 }
	}
}


event = {
	id = 615545
	random = no
	country = GUI
	name = "Adjusting manpower"
	desc = "Adjusting manpower to reflect africa population."
        picture = "africa" #needs event picture
	style = 0
	action_a = {
		name = "OK" 
		command = { type = free_manpower value = 0.05 }
		command = { type = manpowerpool value = 30 }
		command = { type = add_division which = "Local militia" value = militia when = 1 }
	}
}


### independence of Ivory Coast - FRA
event = {
	id = 615546
	random = no
	country = FRA
	trigger = {
		government = democratic
		atwar = no
		NOT = {
			exists = U88
		}
	}
	name = "Independent Africa"
	desc = "African countries demands freedom."
        picture = "africa" #needs event picture
	style = 0
	date = { day = 7 month = august year = 1960 }
	action_a = {
		name = "Give them freedom." 
		ai_chance = 100
		command = { type = independence which = U88 value = 1 }
		command = { type = trigger which = 615547 }
	}
	action_b = {
		name = "NO!" 
		ai_chance = 0
		command = { type = dissent value = 15 }
	}
}


event = {
	id = 615547
	random = no
	country = U88
	name = "Adjusting manpower"
	desc = "Adjusting manpower to reflect africa population."
        picture = "africa" #needs event picture
	style = 0
	action_a = {
		name = "OK" 
		command = { type = free_manpower value = 0.08 }
		command = { type = manpowerpool value = 30 }
		command = { type = add_division which = "Local militia" value = militia when = 1 }
	}
}


### independence of Madagascar - FRA
event = {
	id = 615548
	random = no
	country = FRA
	trigger = {
		government = democratic
		atwar = no
		NOT = {
			exists = MAD
		}
	}
	name = "Independent Africa"
	desc = "African countries demands freedom."
        picture = "africa" #needs event picture
	style = 0
	date = { day = 26 month = june year = 1960 }
	action_a = {
		name = "Give them freedom." 
		ai_chance = 100
		command = { type = independence which = MAD value = 1 }
		command = { type = trigger which = 615549 }
	}
	action_b = {
		name = "NO!" 
		ai_chance = 0
		command = { type = dissent value = 15 }
	}
}


event = {
	id = 615549
	random = no
	country = MAD
	name = "Adjusting manpower"
	desc = "Adjusting manpower to reflect africa population."
        picture = "africa" #needs event picture
	style = 0
	action_a = {
		name = "OK" 
		command = { type = free_manpower value = 0.08 }
		command = { type = manpowerpool value = 30 }
		command = { type = add_division which = "Local militia" value = militia when = 1 }
	}
}



### independence of Mauretania - FRA
event = {
	id = 615550
	random = no
	country = FRA
	trigger = {
		government = democratic
		atwar = no
		NOT = {
			exists = U93
		}
	}
	name = "Independent Africa"
	desc = "African countries demands freedom."
        picture = "africa" #needs event picture
	style = 0
	date = { day = 28 month = october year = 1960 }
	action_a = {
		name = "Give them freedom." 
		ai_chance = 100
		command = { type = independence which = U93 value = 1 }
		command = { type = trigger which = 615551 }
	}
	action_b = {
		name = "NO!" 
		ai_chance = 0
		command = { type = dissent value = 15 }
	}
}


event = {
	id = 615551
	random = no
	country = U93
	name = "Adjusting manpower"
	desc = "Adjusting manpower to reflect africa population."
        picture = "africa" #needs event picture
	style = 0
	action_a = {
		name = "OK" 
		command = { type = free_manpower value = 0.01 }
		command = { type = manpowerpool value = 30 }
		command = { type = add_division which = "Local militia" value = militia when = 1 }
	}
}


### independence of Niger - FRA
event = {
	id = 615552
	random = no
	country = FRA
	trigger = {
		government = democratic
		atwar = no
		NOT = {
			exists = U94
		}
	}
	name = "Independent Africa"
	desc = "African countries demands freedom."
        picture = "africa" #needs event picture
	style = 0
	date = { day = 3 month = april year = 1964 }
	action_a = {
		name = "Give them freedom." 
		ai_chance = 100
		command = { type = independence which = U94 value = 1 }
		command = { type = trigger which = 615553 }
	}
	action_b = {
		name = "NO!" 
		ai_chance = 0
		command = { type = dissent value = 15 }
	}
}


event = {
	id = 615553
	random = no
	country = U94
	name = "Adjusting manpower"
	desc = "Adjusting manpower to reflect africa population."
        picture = "africa" #needs event picture
	style = 0
	action_a = {
		name = "OK" 
		command = { type = free_manpower value = 0.11 }
		command = { type = manpowerpool value = 30 }
		command = { type = add_division which = "Local militia" value = militia when = 1 }
	}
}


### independence of Senegal - FRA
event = {
	id = 615554
	random = no
	country = FRA
	trigger = {
		government = democratic
		atwar = no
		NOT = {
			exists = U96
		}
	}
	name = "Independent Africa"
	desc = "African countries demands freedom."
        picture = "africa" #needs event picture
	style = 0
	date = { day = 4 month = april year = 1960 }
	action_a = {
		name = "Give them freedom." 
		ai_chance = 100
		command = { type = independence which = U96 value = 1 }
		command = { type = trigger which = 615555 }
	}
	action_b = {
		name = "NO!" 
		ai_chance = 0
		command = { type = dissent value = 15 }
	}
}


event = {
	id = 615555
	random = no
	country = U96
	name = "Adjusting manpower"
	desc = "Adjusting manpower to reflect africa population."
        picture = "africa" #needs event picture
	style = 0
	action_a = {
		name = "OK" 
		command = { type = free_manpower value = 0.05 }
		command = { type = manpowerpool value = 30 }
		command = { type = add_division which = "Local militia" value = militia when = 1 }
	}
}


### independence of Togo - FRA
event = {
	id = 615556
	random = no
	country = FRA
	trigger = {
		government = democratic
		atwar = no
		NOT = {
			exists = U99
		}
	}
	name = "Independent Africa"
	desc = "African countries demands freedom."
        picture = "africa" #needs event picture
	style = 0
	date = { day = 27 month = april year = 1960 }
	action_a = {
		name = "Give them freedom." 
		ai_chance = 100
		command = { type = independence which = U99 value = 1 }
		command = { type = trigger which = 615557 }
	}
	action_b = {
		name = "NO!" 
		ai_chance = 0
		command = { type = dissent value = 15 }
	}
}


event = {
	id = 615557
	random = no
	country = U99
	name = "Adjusting manpower"
	desc = "Adjusting manpower to reflect africa population."
        picture = "africa" #needs event picture
	style = 0
	action_a = {
		name = "OK" 
		command = { type = free_manpower value = 0.03 }
		command = { type = manpowerpool value = 30 }
		command = { type = add_division which = "Local militia" value = militia when = 1 }
	}
}


### independence of Tunisia - FRA
event = {
	id = 615558
	random = no
	country = FRA
	trigger = {
		government = democratic
		atwar = no
		NOT = {
			exists = TUN
		}
	}
	name = "Independent Africa"
	desc = "African countries demands freedom."
        picture = "africa" #needs event picture
	style = 0
	date = { day = 20 month = march year = 1956 }
	action_a = {
		name = "Give them freedom." 
		ai_chance = 100
		command = { type = independence which = TUN value = 1 }
		command = { type = trigger which = 615559 }
	}
	action_b = {
		name = "NO!" 
		ai_chance = 0
		command = { type = dissent value = 15 }
	}
}


event = {
	id = 615559
	random = no
	country = TUN
	name = "Adjusting manpower"
	desc = "Adjusting manpower to reflect africa population."
        picture = "africa" #needs event picture
	style = 0
	action_a = {
		name = "OK" 
		command = { type = free_manpower value = 0.04 }
		command = { type = manpowerpool value = 30 }
		command = { type = add_division which = "Local militia" value = militia when = 1 }
	}
}


### independence of Upper Volta - FRA
event = {
	id = 615560
	random = no
	country = FRA
	trigger = {
		government = democratic
		atwar = no
		NOT = {
			exists = U81
		}
	}
	name = "Independent Africa"
	desc = "African countries demands freedom."
        picture = "africa" #needs event picture
	style = 0
	date = { day = 5 month = august year = 1960 }
	action_a = {
		name = "Give them freedom." 
		ai_chance = 100
		command = { type = independence which = U81 value = 1 }
		command = { type = trigger which = 615561 }
	}
	action_b = {
		name = "NO!" 
		ai_chance = 0
		command = { type = dissent value = 15 }
	}
}


event = {
	id = 615561
	random = no
	country = U81
	name = "Adjusting manpower"
	desc = "Adjusting manpower to reflect africa population."
        picture = "africa" #needs event picture
	style = 0
	action_a = {
		name = "OK" 
		command = { type = free_manpower value = 0.06 }
		command = { type = manpowerpool value = 30 }
		command = { type = add_division which = "Local militia" value = militia when = 1 }
	}
}


### independence of Angola - POR
event = {
	id = 615562
	random = no
	country = POR
	trigger = {
		atwar = no
		NOT = {
			exists = ANG
		}
	}
	name = "Independent Africa"
	desc = "African countries demands freedom."
        picture = "africa" #needs event picture
	style = 0
	date = { day = 11 month = november year = 1975 }
	action_a = {
		name = "Give them freedom." 
		ai_chance = 100
		command = { type = independence which = ANG value = 1 }
		command = { type = trigger which = 615563 }
	}
	action_b = {
		name = "NO!" 
		ai_chance = 0
		command = { type = dissent value = 15 }
	}
}


event = {
	id = 615563
	random = no
	country = ANG
	name = "Adjusting manpower"
	desc = "Adjusting manpower to reflect africa population."
        picture = "africa" #needs event picture
	style = 0
	action_a = {
		name = "OK" 
		command = { type = free_manpower value = 0.07 }
		command = { type = manpowerpool value = 30 }
		command = { type = add_division which = "Local militia" value = militia when = 1 }
	}
}


### independence of Guinea-Bissau - POR
event = {
	id = 615564
	random = no
	country = POR
	trigger = {
		atwar = no
		NOT = {
			exists = U43
		}
	}
	name = "Independent Africa"
	desc = "African countries demands freedom."
        picture = "africa" #needs event picture
	style = 0
	date = { day = 24 month = september year = 1973 }
	action_a = {
		name = "Give them freedom." 
		ai_chance = 100
		command = { type = independence which = U43 value = 1 }
		command = { type = trigger which = 615565 }
	}
	action_b = {
		name = "NO!" 
		ai_chance = 0
		command = { type = dissent value = 15 }
	}
}


event = {
	id = 615565
	random = no
	country = U43
	name = "Adjusting manpower"
	desc = "Adjusting manpower to reflect africa population."
        picture = "africa" #needs event picture
	style = 0
	action_a = {
		name = "OK" 
		command = { type = free_manpower value = 0.01 }
		command = { type = manpowerpool value = 30 }
		command = { type = add_division which = "Local militia" value = militia when = 1 }
	}
}


### independence of Mozambique - POR
event = {
	id = 615566
	random = no
	country = POR
	trigger = {
		atwar = no
		NOT = {
			exists = MOZ
		}
	}
	name = "Independent Africa"
	desc = "African countries demands freedom."
        picture = "africa" #needs event picture
	style = 0
	date = { day = 25 month = june year = 1975 }
	action_a = {
		name = "Give them freedom." 
		ai_chance = 100
		command = { type = independence which = MOZ value = 1 }
		command = { type = trigger which = 615567 }
	}
	action_b = {
		name = "NO!" 
		ai_chance = 0
		command = { type = dissent value = 15 }
	}
}


event = {
	id = 615567
	random = no
	country = MOZ
	name = "Adjusting manpower"
	desc = "Adjusting manpower to reflect africa population."
        picture = "africa" #needs event picture
	style = 0
	action_a = {
		name = "OK" 
		command = { type = free_manpower value = 0.08 }
		command = { type = manpowerpool value = 30 }
		command = { type = add_division which = "Local militia" value = militia when = 1 }
	}
}


### independence of Sao Tome and Principe - POR
event = {
	id = 615568
	random = no
	country = POR
	trigger = {
		atwar = no
		NOT = {
			exists = U47
		}
	}
	name = "Independent Africa"
	desc = "African countries demands freedom."
        picture = "africa" #needs event picture
	style = 0
	date = { day = 12 month = july year = 1975 }
	action_a = {
		name = "Give them freedom." 
		ai_chance = 100
		command = { type = independence which = U47 value = 1 }
		command = { type = trigger which = 615569 }
	}
	action_b = {
		name = "NO!" 
		ai_chance = 0
		command = { type = dissent value = 15 }
	}
}


event = {
	id = 615569
	random = no
	country = U47
	name = "Adjusting manpower"
	desc = "Adjusting manpower to reflect africa population."
        picture = "africa" #needs event picture
	style = 0
	action_a = {
		name = "OK" 
		command = { type = free_manpower value = 0.01 }
		command = { type = manpowerpool value = 30 }
		command = { type = add_division which = "Local militia" value = militia when = 1 }
	}
}


### independence of Sahrawi Republic - SPA
event = {
	id = 615570
	random = no
	country = SPA
	trigger = {
		atwar = no
		NOT = {
			exists = U54
		}
	}
	name = "Independent Africa"
	desc = "African countries demands freedom."
        picture = "africa" #needs event picture
	style = 0
	date = { day = 27 month = february year = 1976 }
	action_a = {
		name = "Give them freedom." 
		ai_chance = 100
		command = { type = independence which = U54 value = 1 }
		command = { type = trigger which = 615571 }
	}
	action_b = {
		name = "NO!" 
		ai_chance = 0
		command = { type = dissent value = 15 }
	}
}


event = {
	id = 615571
	random = no
	country = U54
	name = "Adjusting manpower"
	desc = "Adjusting manpower to reflect africa population."
        picture = "africa" #needs event picture
	style = 0
	action_a = {
		name = "OK" 
		command = { type = free_manpower value = 0.01 }
		command = { type = manpowerpool value = 30 }
		command = { type = add_division which = "Local militia" value = militia when = 1 }
	}
}


### independence of Libya - UK
event = {
	id = 615572
	random = no
	country = ENG
	trigger = {
		government = democratic
		atwar = no
		NOT = {
			exists = LBY
		}
	}
	name = "Independent Africa"
	desc = "African countries demands freedom."
        picture = "africa" #needs event picture
	style = 0
	date = { day = 24 month = december year = 1951 }
	action_a = {
		name = "Give them freedom." 
		ai_chance = 100
		command = { type = independence which = LBY value = 1 }
		command = { type = trigger which = 615573 }
	}
	action_b = {
		name = "NO!" 
		ai_chance = 0
		command = { type = dissent value = 15 }
	}
}


event = {
	id = 615573
	random = no
	country = LBY
	name = "Adjusting manpower"
	desc = "Adjusting manpower to reflect africa population."
        picture = "africa" #needs event picture
	style = 0
	action_a = {
		name = "OK" 
		command = { type = free_manpower value = 0.03 }
		command = { type = manpowerpool value = 30 }
		command = { type = add_division which = "Local militia" value = militia when = 1 }
	}
}


### independence of Morocco - FRA
event = {
	id = 615574
	random = no
	country = FRA
	trigger = {
		government = democratic
		atwar = no
		NOT = {
			exists = MOR
		}
	}
	name = "Independent Africa"
	desc = "African countries demands freedom."
        picture = "africa" #needs event picture
	style = 0
	date = { day = 2 month = march year = 1956 }
	action_a = {
		name = "Give them freedom." 
		ai_chance = 100
		command = { type = independence which = MOR value = 1 }
		command = { type = trigger which = 615575 }
	}
	action_b = {
		name = "NO!" 
		ai_chance = 0
		command = { type = dissent value = 15 }
	}
}


event = {
	id = 615575
	random = no
	country = MOR
	name = "Adjusting manpower"
	desc = "Adjusting manpower to reflect africa population."
        picture = "africa" #needs event picture
	style = 0
	action_a = {
		name = "OK" 
		command = { type = free_manpower value = 0.10 }
		command = { type = manpowerpool value = 30 }
		command = { type = add_division which = "Local militia" value = militia when = 1 }
	}
}


### Spain returns Morocco's provinces
event = {
	id = 615576
	random = no
	country = SPA
	trigger = {
		atwar = no
	}
	name = "Giving provinces"
	desc = "Giving Morocco their provinces."
        picture = "africa" #needs event picture
	style = 0
	date = { day = 7 month = april year = 1956 }
	action_a = {
		name = "OK" 
		ai_chance = 100
		command = { type = secedeprovince which = MOR value = 954 }
		command = { type = secedeprovince which = MOR value = 955 }
		command = { type = secedeprovince which = MOR value = 957 }
	}
	action_b = {
		name = "NO!" 
		ai_chance = 0
		command = { type = dissent value = 15 }
	}
}


### UN mission ended in Suez cannal in May 1967 and Egypitan army took control of it
### There also should be some events for Suez Crisis - http://en.wikipedia.org/wiki/Suez_Crisis but this should be for UK/FRA/SOV/USA/EGY
event = {
	id = 615577
	random = no
	country = ENG
	trigger = {
		atwar = no
	}
	name = "Giving provinces"
	desc = "Giving Egypt Suez."
        picture = "africa" #needs event picture
	style = 0
	date = { day = 1 month = may year = 1967 }
	action_a = {
		name = "OK" 
		ai_chance = 100
		command = { type = secedeprovince which = EGY value = 900 }
	}
	action_b = {
		name = "NO!" 
		ai_chance = 0
		command = { type = dissent value = 30 }
	}
}

I'm planning to add more events for africa to reflect african wars in game.

Best regards,
Pelzak
 

Faulty

Jail or Medal
103 Badges
Sep 22, 2009
2.946
296
  • Arsenal of Democracy
  • Darkest Hour
  • Crusader Kings II
  • Victoria 2: A House Divided
  • Cities: Skylines
  • Cities: Skylines - Parklife
  • Europa Universalis IV: Mandate of Heaven
  • Surviving Mars: Digital Deluxe Edition
  • Europa Universalis IV: Rule Britannia
  • Stellaris: Apocalypse
  • Stellaris: Humanoids Species Pack
  • Hearts of Iron IV: Expansion Pass
  • Europa Universalis IV: Cradle of Civilization
  • Hearts of Iron IV: Death or Dishonor
  • Surviving Mars
  • Crusader Kings Complete
  • Stellaris: Federations
  • Stellaris: Distant Stars
  • Europa Universalis IV: Dharma
  • Surviving Mars: First Colony Edition
  • Hearts of Iron IV: No Step Back
  • Europa Universalis IV: Golden Century
  • Imperator: Rome
  • Hearts of Iron IV: Expansion Pass
  • Prison Architect
  • Surviving Mars: First Colony Edition
  • Stellaris: Ancient Relics
  • Stellaris: Lithoids
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Victoria 2
  • 500k Club
  • Europa Universalis IV: El Dorado
  • Pride of Nations
  • Mount & Blade: Warband
  • Mount & Blade: With Fire and Sword
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: Common Sense
  • Steel Division: Normandy 44
  • Crusader Kings II: Conclave
  • Hearts of Iron IV Sign-up
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV: Colonel
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Tyranny: Archon Edition
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
This mod should have its own subforum. Would the decision for that come from Paradox or the AoD team?
 

iceHawk

Captain
29 Badges
Feb 4, 2005
352
8
  • Surviving Mars
  • Stellaris: Necroids
  • Crusader Kings III
  • Stellaris: Federations
  • Stellaris: Ancient Relics
  • Surviving Mars: First Colony Edition
  • Stellaris: Megacorp
  • Surviving Mars: First Colony Edition
  • Shadowrun: Hong Kong
  • Stellaris: Distant Stars
  • Stellaris: Apocalypse
  • Stellaris: Humanoids Species Pack
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Synthetic Dawn
  • Hearts of Iron IV: Death or Dishonor
  • Arsenal of Democracy
  • Steel Division: Normandy 44
  • Stellaris - Path to Destruction bundle
  • Hearts of Iron IV: Together for Victory
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Cadet
  • Stellaris
  • Pillars of Eternity
  • 500k Club
  • Supreme Ruler: Cold War
  • Victoria: Revolutions
  • Europa Universalis IV
I'm using 0.18 with 1.07 AoD and works fine.

Best regards,
Pelzak
Thanks for the African events pelzak. They should do for now :) Just looking over it I gather that denying them independence should cause an increase in revolt risk for the colonies themselves (simulating an independence movement). Some should also be puppets and thus a guarantee of independence (French backed Chad being one example).

Wow 1.07 already :) its simply a hotfix and thus should not delay CWE 0.19. Just waiting for nomonhan's input on eta or the actual product itself ;)
 

unmerged(222231)

Private
2 Badges
Aug 22, 2010
22
0
  • Arsenal of Democracy
  • Crusader Kings II
Hi iceHawk,

I'm working to rewrite events for africa.

On my Africa-todo list are:
1) Instead of dissent - revolt when not creating african country
2) Full historic description of events
3) Events should be independent from countries (in case someone will conquer africa events should still fire)
4) Benin-Sahel should lose few core provinces when creating Ivory Coast, Niger and Upper Volta
5) Events for african wars, but "Suez Crisis" should be included for UK/FRA/USA/SOV/CAN because it almost started WW3
6) Add countries: Mali and Congo (now those countries are not defined in AoD I think).
7) Add some missing minister pictures (if possible)
8) Create ministers for Eritrea
9) Events releasing puppets: Liberia and Ethiopia according to history
10) Improve AI of african countries (now they are building bunch of Inf even when can't support so many).
11) Tech teams for Chad
12) Before event giving independence will fire, country should be puppet first (but not always, it will depend on what history was behind independence)

I also found few things that I think someone should improve/fix but not related to Africa:
1) Pakistan is not buying metal even when can't use full IC because of metal shortage
2) India, DDR, Netherlands, Yougoslavia and Comm China are not buying rare even when can't use full IC because of rare shortage
3) Indonesia is at the moment having 4th biggest population in the world and in AoD is having 0 total manpower
4) Saudi Arabia declared war on Comm Vietnam and because was in alliance Comms were wiped out by US nukes (and war was quite quick), maybe Saudi should be removed from alliance at the beginning to avoid involving whole alliance in that war?
5) Had errors during the game "Can't open ai\eng_CW2.ai" and "Can't open ai\fra_CW2.ai"
6) Aren't allies to large? If allies are NATO then there shouldn't be so many countries, right?
7) In my few games North Korea is always loosing the war and being annexed
8) From the beginning of the scenario Soviets are occupying some Persian provinces, as far as I remember in original scenario (1936) there was event that returned provinces to Persia but in my games it didn't fired
9) Maybe ban (with events) usage of nukes? Otherwise war allies vs. comms will end with total annihilation of both sides.

Just to summarize this too long post. ;)
I love this mod and looking forward for next improvements. :)
If you are already working on african countries then let me know, and I will not double the work. But if nobody is working on Africa then I love to create some improvements there.

Best regards,
Pelzak
 

ozman2

General
4 Badges
Nov 30, 2005
1.843
1
  • Arsenal of Democracy
  • 500k Club
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV: Expansion Pass
@ Pelzak
Your Africa events look good except for one thing--You need to also specify in your trigger conditions that the UK controls the capital in question. Do that for your independence events and I'll include them.
Also received your savegames. For some reason they do not load on my system. But I might still be able to get OOBs for individual nations.
Saudi AI has been fixed for 0.19 (hopefully). Go ahead with your Africa work as I believe nobody else is doing that, including me.
The Suez crisis indeed could have caused WW3.
@Icehawk,
One of the difficulties is that even though you specified orders of battle for several countries you did not assign them to corps or locations, so I can't include them without going through them and doing the assignments line by line. I've only managed to do Italy so far. You could greatly speed things up by assigning your divisions to corps and locations, even if your choices are somewhat arbitrary. On the other hand your disaster events appear to be ready to go.

AoD 1.07 will not affect release. The only difference between AoD 1.07 and 1.06 is the executable file AODGame.exe.
 
Last edited:

unmerged(222231)

Private
2 Badges
Aug 22, 2010
22
0
  • Arsenal of Democracy
  • Crusader Kings II
Hi Nomonhan,

Here is modified "db/events_vl/africa.txt" and "ai/africa.ai"

http://www.speedyshare.com/files/27888136/Africa_-_Coldwar.rar

I changed codition to fire events for any country that is controlling minimum provinces required to release.
I also created new AI file for african countries to build only militia. Now they are building a lot of infantry and are not able to supply them.
I'm testing AI now so I'm not sure if it's better that orginal one but attaching it because events for africa are changing AI.

Best regards,
Pelzak
 

ozman2

General
4 Badges
Nov 30, 2005
1.843
1
  • Arsenal of Democracy
  • 500k Club
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV: Expansion Pass
@pelzak
The file seems to be corrupt. Try reposting, maybe to a different site such as mediafire.
 

iceHawk

Captain
29 Badges
Feb 4, 2005
352
8
  • Surviving Mars
  • Stellaris: Necroids
  • Crusader Kings III
  • Stellaris: Federations
  • Stellaris: Ancient Relics
  • Surviving Mars: First Colony Edition
  • Stellaris: Megacorp
  • Surviving Mars: First Colony Edition
  • Shadowrun: Hong Kong
  • Stellaris: Distant Stars
  • Stellaris: Apocalypse
  • Stellaris: Humanoids Species Pack
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Synthetic Dawn
  • Hearts of Iron IV: Death or Dishonor
  • Arsenal of Democracy
  • Steel Division: Normandy 44
  • Stellaris - Path to Destruction bundle
  • Hearts of Iron IV: Together for Victory
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Cadet
  • Stellaris
  • Pillars of Eternity
  • 500k Club
  • Supreme Ruler: Cold War
  • Victoria: Revolutions
  • Europa Universalis IV
@Icehawk,
One of the difficulties is that even though you specified orders of battle for several countries you did not assign them to corps or locations, so I can't include them without going through them and doing the assignments line by line. I've only managed to do Italy so far. You could greatly speed things up by assigning your divisions to corps and locations, even if your choices are somewhat arbitrary. On the other hand your disaster events appear to be ready to go.

AoD 1.07 will not affect release. The only difference between AoD 1.07 and 1.06 is the executable file AODGame.exe.
No worries, Ill release the remaining few disaster events asap & rewrite the TOE 1919 right aft. Be aware though that while most countries are ok with their large WWI armies/navies - France in particular is quite crippled in early 1919-1920 tests. Their 150 divisional army simply takes up all of their IC by supply needs. Early 1919-1920 IC boosting techs seem to remedy that but if their army is not demobilized in Versailles treaty or esp in the alternate central powers victory 1919 they need to develop Industrialization land tech to supply their army or suffer.
There is precedent for this:
wikipedia said:
Industrial production grew by 40% between 1913 and 1930, then in 1932 fell back to 1913 levels.
http://en.wikipedia.org/wiki/French_Third_Republic#1919-1939
On the plus side the new 1.07 AI thankfully doesnt seem to create massive building lists when lacking IC now.

Running 1919 in -20-30%IC test for all to simulate underdevelopment even more. France was crippled but even with extra % IC it would still be in trouble. Ottoman army likely as well. This might be trouble but interestingly enough both the Ottomans & esp French had massive unrest due to war strains so AoD is simulating this quite well :)

Is it possible to affect army $$ cost bar in peacetime AI file?
 
Last edited:

iceHawk

Captain
29 Badges
Feb 4, 2005
352
8
  • Surviving Mars
  • Stellaris: Necroids
  • Crusader Kings III
  • Stellaris: Federations
  • Stellaris: Ancient Relics
  • Surviving Mars: First Colony Edition
  • Stellaris: Megacorp
  • Surviving Mars: First Colony Edition
  • Shadowrun: Hong Kong
  • Stellaris: Distant Stars
  • Stellaris: Apocalypse
  • Stellaris: Humanoids Species Pack
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Synthetic Dawn
  • Hearts of Iron IV: Death or Dishonor
  • Arsenal of Democracy
  • Steel Division: Normandy 44
  • Stellaris - Path to Destruction bundle
  • Hearts of Iron IV: Together for Victory
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Cadet
  • Stellaris
  • Pillars of Eternity
  • 500k Club
  • Supreme Ruler: Cold War
  • Victoria: Revolutions
  • Europa Universalis IV
I still see my little African countries creating armies that they can't supply :confused:
I need to experiment more with AI to adjust this but not sure if AI adjustment can solve this.

Best regards,
Pelzak

Interesting. As mentioned earlier, in 1.06/1.07 1919 test France keeps from building next to anything as it simply is busy supporting its current unit roster. The interwar AI files deff need work as garrison is the most popular build cue in the world but otherwise the AI seems to keep the build roster trim to its production capacities.

PS one possible fix for france could be for US miltary aid (trade agreement sending 50-100 supplies) in hypothetical 1919 scenario. Victors peace will have demob events however.

emperorshard said:
Do you think about integrating mod with E3 map? This would be great.
Would be super great but id rather also rather wait for someone to write a C++ program to rewrite automatically all events & change the province locations to new numbers. Were talking about thousands if not TENS of thousands of events here! All need to be retagged for new provinces & WELL too. Overwhelming task for now it seems
 

iceHawk

Captain
29 Badges
Feb 4, 2005
352
8
  • Surviving Mars
  • Stellaris: Necroids
  • Crusader Kings III
  • Stellaris: Federations
  • Stellaris: Ancient Relics
  • Surviving Mars: First Colony Edition
  • Stellaris: Megacorp
  • Surviving Mars: First Colony Edition
  • Shadowrun: Hong Kong
  • Stellaris: Distant Stars
  • Stellaris: Apocalypse
  • Stellaris: Humanoids Species Pack
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Synthetic Dawn
  • Hearts of Iron IV: Death or Dishonor
  • Arsenal of Democracy
  • Steel Division: Normandy 44
  • Stellaris - Path to Destruction bundle
  • Hearts of Iron IV: Together for Victory
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Cadet
  • Stellaris
  • Pillars of Eternity
  • 500k Club
  • Supreme Ruler: Cold War
  • Victoria: Revolutions
  • Europa Universalis IV
Last disaster events

Floods pt2
Code:
#############################################
###### North Sea flood of 1953 - England
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 17 data = -1 } #Norwich
		   year = 1953
         }
 
         name = "North Sea flood of 1953 - England "
         desc = "The 1953 North Sea flood (Dutch, Watersnoodramp, literally "flood disaster") was a major flood caused by a heavy storm, that occurred on the night of Saturday 31 January 1953 and morning of 1 February 1953. The floods struck the Netherlands, Belgium and England.
A combination of a high spring tide and a severe European windstorm caused a storm tide. In combination with a tidal surge of the North Sea the water level locally exceeded 5.6 metres above mean sea level. The flood and waves overwhelmed sea defences and caused extensive flooding. The Netherlands, a country that is located below mean sea level and relies heavily on sea defences, was mainly affected, recording 1,835 deaths. Most of these casualties occurred in the southern province of Zeeland. In England, 307 people were killed in the counties of Lincolnshire, Norfolk, Suffolk and Essex. 28 were killed in West Flanders, Belgium.
Further loss of life exceeding 230 occurred on watercraft along Northern European coasts as well as in deeper waters of the North Sea; the ferry MV Princess Victoria was lost at sea in the North Channel east of Belfast with 133 fatalities, and many fishing trawlers sank."
         style = 0
         picture = "flood"
 
         date = { day = 31 month = january year = 1953 }
         offset = 1
         deathdate = { day = 2 month = february year = 1953 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -800 where = 17 }
                  command = { type = dissent value = 5 } 
				  command = { type = money value = -20 where = 17 } 
           }
}
#############################################
###### North Sea flood of 1953 - Belgium
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 45 data = -1 } #Gent
		   year = 1953
         }
 
         name = "North Sea flood of 1953 - Belgium "
         desc = "The 1953 North Sea flood (Dutch, Watersnoodramp, literally "flood disaster") was a major flood caused by a heavy storm, that occurred on the night of Saturday 31 January 1953 and morning of 1 February 1953. The floods struck the Netherlands, Belgium and England.
A combination of a high spring tide and a severe European windstorm caused a storm tide. In combination with a tidal surge of the North Sea the water level locally exceeded 5.6 metres above mean sea level. The flood and waves overwhelmed sea defences and caused extensive flooding. The Netherlands, a country that is located below mean sea level and relies heavily on sea defences, was mainly affected, recording 1,835 deaths. Most of these casualties occurred in the southern province of Zeeland. In England, 307 people were killed in the counties of Lincolnshire, Norfolk, Suffolk and Essex. 28 were killed in West Flanders, Belgium.
Further loss of life exceeding 230 occurred on watercraft along Northern European coasts as well as in deeper waters of the North Sea; the ferry MV Princess Victoria was lost at sea in the North Channel east of Belfast with 133 fatalities, and many fishing trawlers sank."
         style = 0
         picture = "flood"
 
         date = { day = 31 month = january year = 1953 }
         offset = 1
         deathdate = { day = 2 month = february year = 1953 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -800 where = 45 }
                  command = { type = dissent value = 5 } 
				  command = { type = money value = -20 where = 45 } 
           }
}
#############################################
###### North Sea flood of 1953 - Netherlands
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 46 data = -1 } #Rottendam
		   year = 1953
         }
 
         name = "North Sea flood of 1953 - Netherlands "
         desc = "The 1953 North Sea flood (Dutch, Watersnoodramp, literally "flood disaster") was a major flood caused by a heavy storm, that occurred on the night of Saturday 31 January 1953 and morning of 1 February 1953. The floods struck the Netherlands, Belgium and England.
A combination of a high spring tide and a severe European windstorm caused a storm tide. In combination with a tidal surge of the North Sea the water level locally exceeded 5.6 metres above mean sea level. The flood and waves overwhelmed sea defences and caused extensive flooding. The Netherlands, a country that is located below mean sea level and relies heavily on sea defences, was mainly affected, recording 1,835 deaths. Most of these casualties occurred in the southern province of Zeeland. In England, 307 people were killed in the counties of Lincolnshire, Norfolk, Suffolk and Essex. 28 were killed in West Flanders, Belgium.
Further loss of life exceeding 230 occurred on watercraft along Northern European coasts as well as in deeper waters of the North Sea; the ferry MV Princess Victoria was lost at sea in the North Channel east of Belfast with 133 fatalities, and many fishing trawlers sank."
         style = 0
         picture = "flood"
 
         date = { day = 31 month = january year = 1953 }
         offset = 1
         deathdate = { day = 2 month = february year = 1953 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -1000 where = 46 }
                  command = { type = dissent value = 10 }  #9% of total Dutch farmland flooded!
				  command = { type = money value = -40 where = 46 } 
           }
}
#############################################
###### Malpasset Dam Failure
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 365 data = -1 } #
		   year = 1959
         }
 
         name = "Malpasset Dam Failure"
         desc = "Malpasset was an arch dam on the Reyran River, constructed approximately 7 km north of Frejus on the Cote d'Azur, southern France, in the Var departement. It collapsed on December 2, 1959, killing 421 people in the resulting flood. The damage amounted to a total of $68 million."
         style = 0
         picture = "flood"
 
         date = { day = 2 month = december year = 1959 }
         offset = 1
         deathdate = { day = 4 month = december year = 1959 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -300 where = 365 }
                  command = { type = dissent value = 2 }  
				  command = { type = money value = -10 where = 365 } 
           }
}
#############################################
###### North Sea flood of 1962
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 88 data = -1 } #Hamburg
		   year = 1962
         }
 
         name = "North Sea flood of 1962"
         desc = "The North Sea flood of 1962 was a natural disaster affecting mainly the coastal regions of Germany and in particular the city of Hamburg in the night from 16 February to 17 February 1962. In total, the homes of about 60,000 people were destroyed, and the death toll amounted to 315 in Hamburg."
         style = 0
         picture = "flood"
 
         date = { day = 16 month = february year = 1962 }
         offset = 1
         deathdate = { day = 19 month = february year = 1962 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -500 where = 88 }
                  command = { type = dissent value = 4 }  
				  command = { type = money value = -50 where = 88 } 
           }
}
#############################################
###### Vajont Dam landslide and flood
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 378 data = -1 } #Venice
		   year = 1963
         }
 
         name = "Vajont Dam landslide and flood"
         desc = "On 9 October 1963 at approximately 10:35pm, the combination of 'drawing-down the reservoir' and heavy rains triggered a landslide of about 260 million cubic meters of forest, earth, and rock, which fell into the reservoir at up to 110 km per hour (68 mph). The resulting displacement of water caused 50 million cubic meters of water to over-top the dam in a 250-meter high wave. Despite this, the dam's structure was largely undamaged ? the top metre or so of masonry was washed away, but the basic structure remained intact.
The flooding in the Piave valley destroyed the villages of Longarone, Pirago, Rivalta, Villanova and Fae, killing around 2000 people and turning the land below into a flat plain of mud. Many small villages in the territory of Erto e Casso and the village of Codissago, near Castellavazzo, were largely wrecked."
         style = 0
         picture = "flood"
 
         date = { day = 16 month = february year = 1963 }
         offset = 1
         deathdate = { day = 19 month = february year = 1963 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -100 where = 378 }
                  command = { type = dissent value = 2 }  
				  command = { type = money value = -10 where = 378 } 
           }
}
#############################################
###### 1968 Rajasthan, Gujarat monsoon rain
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1466 data = -1 } #Gujarat
		   year = 1968
         }
 
         name = "1968 Rajasthan, Gujarat Monsoon"
         desc = "Stronger than usual monsoon rains over the state of Gujarat in July-August of 1968 caused almost 5,000 casulties."
         style = 0
         picture = "flood"
 
         date = { day = 30 month = july year = 1968 }
         offset = 1
         deathdate = { day = 2 month = august year = 1968 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -200 where = 1466 }
                  command = { type = dissent value = 4 }  
				  command = { type = money value = -20 where = 1466 } 
				  command = { type = manpowerpool value = -5 }
           }
}
#############################################
###### Hanoi and Red River Delta flood
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1328 data = -1 } #Hanoi
		   year = 1971
         }
 
         name = "Great Red River Delta flood"
         desc = "Massive torrential rains and flooding kills an estimated 100,000 people in the Hanoi and Red River Delta region during the summer of 1971."
         style = 0
         picture = "flood"
 
         date = { day = 10 month = august year = 1971 }
         offset = 1
         deathdate = { day = 20 month = august year = 1971 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -1000 where = 1328 }
                  command = { type = dissent value = 8 }  
				  command = { type = money value = -100 where = 1328 } 
				  command = { type = manpowerpool value = -50 }
           }
}
#############################################
###### 1974 Bangladesh monsoon rain
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1285 data = -1 } #xx
		   year = 1974
         }
 
         name = "1974 Bangladesh Monsoon"
         desc = "Massive torrential rains and flooding kills an estimated 30,000 people in Bangladesh during the summer of 1971."
         style = 0
         picture = "flood"
 
         date = { day = 10 month = august year = 1974 }
         offset = 1
         deathdate = { day = 20 month = august year = 1974 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -500 where = 1285 }
                  command = { type = dissent value = 5 }  
				  command = { type = money value = -50 where = 1285 } 
				  command = { type = manpowerpool value = -15 }
           }
}
#############################################
###### Banqiao Dam Failure 
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1229 data = -1 }
		   year = 1975
         }
 
         name = "Super Typhoon Nina - Banqiao Dam Failure"
         desc = "The Banqiao dam and Shimantan Reservoir Dam are among 62 dams in Zhumadian Prefecture of China's Henan Province that failed catastrophically or were intentionally destroyed in 1975 during Typhoon Nina. The dam failure killed an estimated 171,000 people; 11 million people lost their homes. It also caused the sudden loss of 18 GW of power, the equivalent of roughly 9 very large modern coal fired power stations or about 20 nuclear reactors, equalling about 1/3 the peak demand on the UK National Grid."
         style = 0
         picture = "flood"
 
         date = { day = 30 month = july year = 1975 }
         offset = 3
         deathdate = { day = 6 month = august year = 1975 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -2000 where = 1229 }
				  command = { type = money value = -240 where = 1229 } #$2.4 Billion in damage?
                  command = { type = dissent value = 12 }
				  command = { type = manpowerpool value = -115 }
				  command = { type = free_energy value = -180 } #Not sure if this works but 18GW of power generation was destroyed so either this or negative energy drain in province.
           }
}
#############################################
###### Morvi dam failure
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1466 data = -1 } #Gujarat
		   year = 1979
         }
 
         name = "Morvi Dam Failure"
         desc = "The Morvi dam failure is the worst flood disaster to happen in independent India. On August 11, 1979, the Machchu-2 dam, situated on the Machhu, river burst and that sent a wall of water through the town of Morvi in Indian state of Gujarat killing from 1500 to 15000 people. It was caused by excessive rain and massive flooding. The spillway capacity provided for 5663 m3/sec (cumecs). But the actual observed flood during intense rainfall became 16307 cumecs, 3 times what was designed - that caused the collapse of the dam. Within 20 minutes the floods of 12 to 30 ft height inundated the low-lying areas of Morvi industrial town located 5 km below the dam. During reconstruction of the dam the capacity of the spillway was increased by 4 times and fixed at about 21,000 cumecs."
         style = 0
         picture = "flood"
 
         date = { day = 11 month = august year = 1979 }
         offset = 1
         deathdate = { day = 20 month = august year = 1979 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -600 where = 1466 }
                  command = { type = dissent value = 4 }  
				  command = { type = money value = -40 where = 1466 } 
           }
}
#############################################
###### Great Mississippi Flood of 1993
#############################################
event = {
         id = 
         random = no
         trigger = {
                   random = 20
		   control = { province = 687 data = -1 }
		   year = 1993
         }
 
         name = "Great Flood of 1993"
         desc = "The Great Flood of 1993 occurred in the American Midwest, along the Mississippi and Missouri rivers and their tributaries, from April to October 1993. The flood was among the most costly and devastating to ever occur in the United States, with $15 billion in damages. The hydrographic basin affected cover around 745 miles (1200 km) in length and 435 miles (700 km) in width, totaling about 320,000 square miles (840,000 km2). Within this zone, the flooded area totaled around 30,000 square miles (80,000 km2) and was the worst such U.S. disaster since the Great Mississippi Flood of 1927, as measured by duration, square miles inundated, persons displaced, crop and property damage, and number of record river levels. In some categories, the 1993 flood even surpassed the 1927 flood, at the time the largest flood ever recorded on the Mississippi."
         style = 0
         picture = "flood"
 
         date = { day = 15 month = april year = 1993 }
         offset = 10
         deathdate = { day = 15 month = october year = 1993 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -2000 where = 687 }
                  command = { type = dissent value = 10 } #Greatest missisipi flood ever
				  command = { type = money value = -1500 where = 687 } #$15 Billion in damage?
           }
}
#############################################
###### Central European Flood of 1997
#############################################
event = {
         id = 
         random = no
         trigger = {
                   random = 25
		   control = { province = 473 data = -1 }
		   year = 1997
         }
 
         name = "Central European Flood of 1997"
         desc = "The 1997 Central European flood or the 1997 Oder Flood of the Oder River and its tributaries in July 1997 affected Poland, Germany, and the Czech Republic, taking lives of 105-115 people (in Czech Republic and Poland) and causing material damages estimated at $4.5 billion (3.8 billion euros in the Czech Republic and Poland and 330 million euros in Germany). The flooding first begun in the Czech Republic, then spread to Poland and Germany. In Poland, where it was one of the most disastrous floods in the history of that country, it was named the Millennium Flood."
         style = 0
         picture = "flood"
 
         date = { day = 15 month = july year = 1997 }
         offset = 5
         deathdate = { day = 15 month = october year = 1997 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -1000 where = 473 }
                  command = { type = dissent value = 8 } #Greatest Polish flood ever
				  command = { type = money value = -450 where = 473 } #$4.5 Billion in damage?
           }
}
#############################################
###### Vargas tragedy
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 811 data = -1 }
		   year = 1999
         }
 
         name = "Vargas Tragedy"
         desc = "The 1999 Vargas tragedy was a disaster that struck the Vargas State of Venezuela in December 1999, when the torrential rains and the flash floods and debris flows that followed on 14?16 December killed tens of thousands of people, destroyed thousands of homes, and led to the complete collapse of the state's infrastructure. According to relief workers, the neighborhood of Los Corales was buried under three meters (9.8 feet) of mud and a high percentage of homes were simply swept away to the ocean. Whole towns like Cerro Grande and Carmen de Uria completely disappeared. As much as 10% of the population of Vargas perished during this event. The cost of this damage was estimated at US$1.79 billion. Over 8000 residences and 700 apartment buildings were destroyed in Vargas."
         style = 0
         picture = "flood"
 
         date = { day = 14 month = december year = 1999 }
         offset = 1
         deathdate = { day = 20 month = december year = 1999 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -800 where = 811 }
                  command = { type = dissent value = 5 } 
				  command = { type = money value = -180 where = 811 } #$1.8 Billion in damage?
				  command = { type = manpowerpool value = -10 }
           }
}
#############################################
###### October 1999 Mexico floods
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 752 data = -1 }
		   year = 1999
         }
 
         name = "October 1999 Mexico floods"
         desc = "Tropical Depression Eleven of the 1999 Atlantic hurricane season was a slow-moving system which caused some of the worst flooding in Mexico in over 50 years. It killed 636 people according to counts by the Mexican government, caused over 1 billion U.S. dollars in damage, and left over 300,000 people homeless. Torrential rains produced by the storm flooded roadways and broke many dams, which caused over 100 deaths in one town."
         style = 0
         picture = "flood"
 
         date = { day = 3 month = october year = 1999 }
         offset = 1
         deathdate = { day = 9 month = october year = 1999 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -500 where = 752 }
                  command = { type = dissent value = 4 } 
				  command = { type = money value = -100 where = 752 } #$1 Billion in damage?
				  command = { type = manpowerpool value = -1 }
           }
}
#############################################
###### 2008 South China floods
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1257 data = -1 }
		   year = 2008
         }
 
         name = "2008 South China Floods"
         desc = "The 2008 South China floods began on 26 May 2008. Four rounds of torrential rains with landslides and flooding lasted for 20 days and affected fifteen provinces in Eastern and Southern China. The first round of floods affected twelve provinces in South China and killed 93 people as of 30 May. A new round of floods began on 6 June and swept nine provinces in southern China killing 55 people with 7 missing and forcing 1.3 million to evacuate as of 14 June"
         style = 0
         picture = "flood"
 
         date = { day = 26 month = may year = 2008 }
         offset = 1
         deathdate = { day = 14 month = june year = 2008 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -600 where = 1257 }
                  command = { type = dissent value = 3 } 
				  command = { type = money value = -220 where = 1257 } #$2.2 Billion in damage
           }
}
#############################################
###### 2010 Pakistan floods
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1482 data = -1 }
		   year = 2010
         }
 
         name = "2010 Pakistan Floods"
         desc = "The 2010 Pakistan floods began in late July 2010, resulting from heavy monsoon rains in the Khyber Pakhtunkhwa, Sindh, Punjab and Balochistan regions of Pakistan and affected the Indus River basin. Approximately one-fifth of Pakistan's total land area was underwater, approximately 796,095 square kilometres (307,374 sq mi). According to Pakistani government data the floods directly affected about 20 million people, mostly by destruction of property, livelihood and infrastructure, with a death toll of close to 2,000. Total economic impact may have been as much as 43 billion USD."
         style = 0
         picture = "flood"
 
         date = { day = 20 month = july year = 2010 }
         offset = 5
         deathdate = { day = 10 month = august year = 2010 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -4000 where = 1482 }
                  command = { type = dissent value = 20 } 
				  command = { type = money value = -2150 where = 1482 } #$43 Billion in damage
           }
}
Tsunamis including latest Japan eqrthquake
tsunamif.png

Code:
#############################################
###### 2004 Indian Ocean tsunami - Sri Lanka
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1516 data = -1 }
		   year = 2004
         }
 
         name = "2004 Indian Ocean Tsunami - Sri Lanka"
         desc = "The 2004 Indian Ocean earthquake was an undersea megathrust earthquake that occurred at 00:58:53 UTC on Sunday, December 26, 2004, with an epicentre off the west coast of Sumatra, Indonesia. The quake itself is known by the scientific community as the Sumatra-Andaman earthquake. The resulting tsunami is given various names, including the 2004 Indian Ocean tsunami, South Asian Tsunami, Indonesian Tsunami, and Boxing Day Tsunami. The earthquake was caused by subduction and triggered a series of devastating tsunamis along the coasts of most landmasses bordering the Indian Ocean, killing over 230,000 people in fourteen countries, and inundating coastal communities with waves up to 30 meters (100 feet) high. It was one of the deadliest natural disasters in recorded history. Indonesia was the hardest hit, followed by Sri Lanka, India, and Thailand. With a magnitude of between 9.1 and 9.3, it is the third largest earthquake ever recorded on a seismograph. This earthquake had the longest duration of faulting ever observed, between 8.3 and 10 minutes. It caused the entire planet to vibrate as much as 1 cm (0.4 inches) and triggered other earthquakes as far away as Alaska. Its hypocenter was between Simeulue and mainland Indonesia."
         style = 0
         picture = "tsunami"
 
         date = { day = 12 month = january year = 2004 }
         offset = 1
         deathdate = { day = 16 month = january year = 2004 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -1000 where = 1516 }
                  command = { type = dissent value = 8 } 
				  command = { type = money value = -100 where = 1516 } 
				  command = { type = manpowerpool value = -20 }
           }
}
#############################################
###### 2004 Indian Ocean tsunami - India
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1509 data = -1 }
		   year = 2004
         }
 
         name = "2004 Indian Ocean Tsunami - India"
         desc = "The 2004 Indian Ocean earthquake was an undersea megathrust earthquake that occurred at 00:58:53 UTC on Sunday, December 26, 2004, with an epicentre off the west coast of Sumatra, Indonesia. The quake itself is known by the scientific community as the Sumatra-Andaman earthquake. The resulting tsunami is given various names, including the 2004 Indian Ocean tsunami, South Asian Tsunami, Indonesian Tsunami, and Boxing Day Tsunami. The earthquake was caused by subduction and triggered a series of devastating tsunamis along the coasts of most landmasses bordering the Indian Ocean, killing over 230,000 people in fourteen countries, and inundating coastal communities with waves up to 30 meters (100 feet) high. It was one of the deadliest natural disasters in recorded history. Indonesia was the hardest hit, followed by Sri Lanka, India, and Thailand. With a magnitude of between 9.1 and 9.3, it is the third largest earthquake ever recorded on a seismograph. This earthquake had the longest duration of faulting ever observed, between 8.3 and 10 minutes. It caused the entire planet to vibrate as much as 1 cm (0.4 inches) and triggered other earthquakes as far away as Alaska. Its hypocenter was between Simeulue and mainland Indonesia."
         style = 0
         picture = "tsunami"
 
         date = { day = 12 month = january year = 2004 }
         offset = 1
         deathdate = { day = 16 month = january year = 2004 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -800 where = 1509 }
                  command = { type = dissent value = 5 } 
				  command = { type = money value = -80 where = 1509 } 
				  command = { type = manpowerpool value = -6 }
           }
}
#############################################
###### 2004 Indian Ocean tsunami - Thailand
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1347 data = -1 }
		   year = 2004
         }
 
         name = "2004 Indian Ocean Tsunami - Thailand"
         desc = "The 2004 Indian Ocean earthquake was an undersea megathrust earthquake that occurred at 00:58:53 UTC on Sunday, December 26, 2004, with an epicentre off the west coast of Sumatra, Indonesia. The quake itself is known by the scientific community as the Sumatra-Andaman earthquake. The resulting tsunami is given various names, including the 2004 Indian Ocean tsunami, South Asian Tsunami, Indonesian Tsunami, and Boxing Day Tsunami. The earthquake was caused by subduction and triggered a series of devastating tsunamis along the coasts of most landmasses bordering the Indian Ocean, killing over 230,000 people in fourteen countries, and inundating coastal communities with waves up to 30 meters (100 feet) high. It was one of the deadliest natural disasters in recorded history. Indonesia was the hardest hit, followed by Sri Lanka, India, and Thailand. With a magnitude of between 9.1 and 9.3, it is the third largest earthquake ever recorded on a seismograph. This earthquake had the longest duration of faulting ever observed, between 8.3 and 10 minutes. It caused the entire planet to vibrate as much as 1 cm (0.4 inches) and triggered other earthquakes as far away as Alaska. Its hypocenter was between Simeulue and mainland Indonesia."
         style = 0
         picture = "tsunami"
 
         date = { day = 12 month = january year = 2004 }
         offset = 1
         deathdate = { day = 16 month = january year = 2004 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -500 where = 1347 }
                  command = { type = dissent value = 2 } 
				  command = { type = money value = -50 where = 1347 } 
				  command = { type = manpowerpool value = -3 }
           }
}
#############################################
###### 2011 Tohoku earthquake and tsunami
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1180 data = -1 }
		   year = 2011
         }
 
         name = "2011 Tohoku earthquake and Tsunami"
         desc = "The 2011 Tohoku earthquake and tsunami, literally "Eastern Japan Great Earthquake Disaster") was caused by a 9.0-magnitude undersea megathrust earthquake off the coast of Japan that occurred at 14:46 JST (05:46 UTC) on Friday, 11 March 2011. The epicenter was approximately 72 km (45 mi) east of the Oshika Peninsula of Tohoku, with the hypocenter at an underwater depth of approximately 32 km (19.9 mi). On 1 April 2011, the Japanese government named the disaster resulting from the earthquake and tsunami the "Great Eastern Japan Earthquake". The earthquake triggered extremely destructive tsunami waves of up to 37.9 meters (124 ft) that struck Japan minutes after the quake, in some cases traveling up to 10 km (6 mi) inland, with smaller waves reaching many other countries after several hours. The Japanese National Police Agency has confirmed 13,392 deaths, 4,896 injured, and 15,133 people missing across eighteen prefectures, as well as over 125,000 buildings damaged or destroyed. Japan's government said the cost of the earthquake and tsunami that devastated the northeast could reach $309 billion, making it the world's most expensive natural disaster on record."
         style = 0
         picture = "tsunami"
 
         date = { day = 11 month = march year = 2011 }
         offset = 1
         deathdate = { day = 14 month = march year = 2011 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -5000 where = 1180 }
                  command = { type = dissent value = 30 } 
				  command = { type = money value = -10000 where = 1180 } #~300 Billion in damage!!!!
				  command = { type = manpowerpool value = -15 }
           }
}
Volcanos
volcano.png

Code:
#############################################
###### Mount Kelut Eruption
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1631 data = -1 }
		   year = 1919
         }
 
         name = "Mount Kelut Eruption"
         desc = "On May 19, 1919, an eruption at Kelud killed an estimated 5,000 people, mostly through hot mudflows (also known as "lahars")"
         style = 0
         picture = "volcano"
 
         date = { day = 18 month = may year = 1919 }
         offset = 1
         deathdate = { day = 24 month = may year = 1919 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -200 where = 1631 }
                  command = { type = dissent value = 2 } 
				  command = { type = money value = -10 where = 1631 } 
				  command = { type = manpowerpool value = -3 }
           }
}
#############################################
###### Armero tragedy
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 813 data = -1 }
		   year = 1985
         }
 
         name = "Armero tragedy"
         desc = "The Armero tragedy was one of the major consequences of the eruption of the Nevado del Ruiz stratovolcano in Tolima, Colombia on November 13, 1985. After 69 years of dormancy, the volcano's eruption caught nearby towns unaware, even though the government had received warnings to evacuate the area from multiple volcanological organizations when volcanic activity had been detected in September 1985.
As pyroclastic flows erupted from the volcano's crater, they melted the mountain's glaciers, sending four enormous lahars (volcanically induced mudslides, landslides, and debris flows) down its slopes at 60 kilometers per hour (40 miles per hour). The lahars picked up speed in gullies and coursed into the six major rivers at the base of the volcano; they engulfed the town of Armero, killing more than 20,000 of its almost 29,000 inhabitants."
         style = 0
         picture = "volcano"
 
         date = { day = 13 month = november year = 1985 }
         offset = 1
         deathdate = { day = 20 month = novemberyear = 1985 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -800 where = 813 }
                  command = { type = dissent value = 6 } 
				  command = { type = money value = -100 where = 813 } 
				  command = { type = manpowerpool value = -10 }
           }
}
ps theoretically can also write up SARS & bird flu pandemics. These are non noticable except creating world wide dissent likely. But they are not a priority as we are nowhere near playable post 2000 scenario yet


-------------------------
Interim 1919 OOBs (Orders of Battle)
-------------------------
Ill be re-writing these but for the sake of having a 1919 scenario working earlier they have been rewritten in working format. All that needs to be done is erase the current OOB in the scenario files & paste this one instead. Note that this simply creates a single grouping of ground/air/naval forces in the specific countries largest port or airbase. Land units should be based in the capital. The AI will rapidly break these down into working units & redeploy them but a player might be having some trouble.

Note 1: These are Interim - for playtesting & 0.19 CWE release if I am not done with the proper Version 2 release.
Note 2: Soviet navy used is simply 1936 SOV naval OOB stripped of upgrades as it is hard to get an accurate 1920ish OOB for White/Sov navy (ships changed hands often). Either way should work for now.
http://www.mediafire.com/?12u9l6wf331tpca


PS: OOB rewriting should not be too difficult. France took about an hour. I will therefore have version 2 done likely by end of week. Hopefully in time for 0.19. Any eta on that nomonhan?
 
Last edited:

kiahoga

Major
64 Badges
May 22, 2007
594
4
  • Surviving Mars
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV: Colonel
  • Crusader Kings II: Reapers Due
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Cities: Skylines - Natural Disasters
  • Hearts of Iron IV: Together for Victory
  • Crusader Kings II: Monks and Mystics
  • Stellaris - Path to Destruction bundle
  • Cities: Skylines - Mass Transit
  • Stellaris: Galaxy Edition
  • Hearts of Iron IV: Death or Dishonor
  • Stellaris: Synthetic Dawn
  • Cities: Skylines - Green Cities
  • Crusader Kings II: Jade Dragon
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Surviving Mars: Digital Deluxe Edition
  • Cities: Skylines - Parklife
  • Stellaris: Distant Stars
  • Surviving Mars: First Colony Edition
  • Stellaris: Nemesis
  • Europa Universalis IV
  • Cities in Motion
  • Crusader Kings II
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Darkest Hour
  • Europa Universalis III
  • Arsenal of Democracy
  • Hearts of Iron III Collection
  • Iron Cross
  • Sword of the Stars
  • 500k Club
  • Cities: Skylines
  • Crusader Kings II: Way of Life
  • Crusader Kings II: Horse Lords
  • Cities: Skylines - After Dark
  • Crusader Kings II: Conclave
  • Cities: Skylines - Snowfall
Ice Hawk Ive Been working on some Skiff sets for DH WOuld you like a copy of WW1 era stuff ive made so far. for the 1919 Scenario
 

iceHawk

Captain
29 Badges
Feb 4, 2005
352
8
  • Surviving Mars
  • Stellaris: Necroids
  • Crusader Kings III
  • Stellaris: Federations
  • Stellaris: Ancient Relics
  • Surviving Mars: First Colony Edition
  • Stellaris: Megacorp
  • Surviving Mars: First Colony Edition
  • Shadowrun: Hong Kong
  • Stellaris: Distant Stars
  • Stellaris: Apocalypse
  • Stellaris: Humanoids Species Pack
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Synthetic Dawn
  • Hearts of Iron IV: Death or Dishonor
  • Arsenal of Democracy
  • Steel Division: Normandy 44
  • Stellaris - Path to Destruction bundle
  • Hearts of Iron IV: Together for Victory
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Cadet
  • Stellaris
  • Pillars of Eternity
  • 500k Club
  • Supreme Ruler: Cold War
  • Victoria: Revolutions
  • Europa Universalis IV
Ice Hawk Ive Been working on some Skiff sets for DH WOuld you like a copy of WW1 era stuff ive made so far. for the 1919 Scenario
Actually I was just thinking of making my own. We are using a slightly modified Skiff set for our purposes but if possible please post away. Could be usable! All that would be needed is Generic Mod Enabler to swap the sets np!