I propose using this thread for events specific for the African colonies. I suggest using the Events thread that already exists for questions about event making.
Originally posted by shdwknightx
If I remember correctly from John Keegan's book on WWI, he said that the govenors of the colonies on their own said they would be neutral during the war. Their decision was based on a treaty, 1898 I think, that said colonies would be neutral in the case of war between the powers. Whatever their intentions, factions within the colonies themselves on both sides, begain to raise troops and raid the other side.
This would make a nice flavor event for Britain and Germany with the only reply being: "Umm...Okay I don't think so."
Originally posted by shdwknightx
It very well could be, I would look but I cannot remember where in the book that particular passage is.
Originally posted by Fuhrerdammerung
I believe its in the "War on Other Fronts" chapter or something like that. That's an excellent book.
Originally posted by Che Gorilla
My POD (Point Of Departure) for WW1 Africa:
http://tgaw.homestead.com/
The best one-volume history is:
The Great War in Africa (1914-1918)
Byron Farwell
W.W. Norton & Company
It covers all of the German African colonies.
Originally posted by Allenby
I believe the war in Africa will be handled by putting plentiful supplies in Germany's colonies at the start of the game, so that when war breaks out and Germany finds it nearly impossible to reinforce their colonies, the troops already stationed there will be able to put up something of a decent fight.
Originally posted by Kaiser Bill
Allenby,
This is good, but if they are 'home provinces' there is no impediment to Germany recruiting extra divisions out there! This should not be allowed in any quantity. Although a large number of Askaris were recruited under Lettow-Vorbeck, they were not on the scale of additional divisions. German East Africa was the only colony in which the forces grew substantially from local recriutment after calling uyp the reserves in 1914.
Perhaps the German Colonies should be considered 'occupied territory' of another nation, maybe of a purely game mechanism, or as the nations they will eventually become?
#####################################################################
# Conscription in West Africa
#####################################################################
event = {
country = FRA
id = 20416
random = no
style = 0
name = "Conscription in West Africa"
desc = "With the war with Germany dragging on, the question as
to whether to introduce conscription in France's West African
colonies to boost manpower, arises."
trigger = { war = { country = FRA country = GER }
}
date = { day = 1 month = april year = 1915 }
offset = 1
deathdate = { day = 0 month = january year = 1924 }
action_a = {
name = "We need the men"
command = { type = setflag which = afconscript1 }
}
action_b = {
name = "The Senegalese will be of no use"
command = { }
}
}
#####################################################################
# Bambara Revolt
#####################################################################
event = {
country = FRA
id = 20417
random = no
style = 0
name = "The Bambara Revolt"
desc = "The Bambara have staged an anticonscription revolt!
Troops are being sent to the region to quell the unrest."
trigger = {
random = 60
flag = afconscript1
}
date = { day = 1 month = june year = 1915 }
offset = 1
deathdate = { day = 0 month = january year = 1924 }
action_a = {
name = "How Troublesome"
command = { type = industry which = 1048 value = -1 }
command = { type = infrastructure which = 1048 value = -2 }
command = { type = industry which = 1044 value = -1 }
command = { type = infrastructure which = 1044 value = -2 }
command = { type = industry which = 1045 value = -1 }
command = { type = infrastructure which = 1045 value = -2 }
command = { type = industry which = 1046 value = -1 }
command = { type = infrastructure which = 1046 value = -2 }
}
}
#####################################################################
# Dahomey Revolt
#####################################################################
event = {
country = FRA
id = 20418
random = no
style = 0
name = "The Dahomey Revolt"
desc = "The natives in the Dahomey have staged an uprising!
Troops are being sent to the region to quell the unrest."
trigger = {
random = 60
flag = afconscript1
}
date = { day = 15 month = may year = 1916 }
offset = 1
deathdate = { day = 0 month = january year = 1924 }
action_a = {
name = "How Troublesome"
command = { type = industry which = 1061 value = -1 }
command = { type = infrastructure which = 1061 value = -2 }
}
}
#####################################################################
# African colonies recruitment drive
#####################################################################
event = {
country = FRA
id = 20419
random = no
style = 0
name = "African colonies recruitment drive"
desc = "Blaise Diagne, the Senegalese African member of the
French National Assembly, has used his personal standing in the
West African colonies to help raise large numbers of African
troops for the war effort."
trigger = {
NOT = { event = 20417 }
NOT = { event = 20418 }
}
date = { day = 1 month = october year = 1916 }
offset = 1
deathdate = { day = 0 month = january year = 1924 }
action_a = {
name = "Vive la France!"
command = { type = manpowerpool value = 35 }
}
}