Strucky said:I have only one thing I found that either needs fixing or I did wrong.It seems as if German generals from WWII are being used along side WWI generals.I'm sorry if this has been brought up before.
Allenby said:Not to worry.It sounds as if you forgot to delete the WWII German file from your TGW installation...
Strucky said:I've just noticed that Mussolini's 1922 March on Rome is not in Italy's event list.Will this be added in at some point?I would do it myself,but I'm not proficient at creating events.Don't worry, if it's not deemed worthy to create...I'll still think TGW is great![]()
# The Fascists march on Rome
event = {
country = ITA
id = 27025
random = no
style = 0
name = "The Fascists march on Rome"
desc = "24,000 blackshirted fascists have marched from Naples to
Rome, backed by landowners, army officers and industrialists, determined to
seize the Italian government. Although the army has been deployed to block
the Fascist advance, the King is under pressure to ask the Fascist leader,
Benito Mussolini to form a government. The King fears a civil war, and
Mussolini appears to be the strongman the Italian nation needs to decimate
Serrati's socialist challenge."
StephenT said:![]()
It's in my copy of the mod, at any rate:
Code:# The Fascists march on Rome event = { country = ITA id = 27025 random = no style = 0 name = "The Fascists march on Rome" desc = "24,000 blackshirted fascists have marched from Naples to Rome, backed by landowners, army officers and industrialists, determined to seize the Italian government. Although the army has been deployed to block the Fascist advance, the King is under pressure to ask the Fascist leader, Benito Mussolini to form a government. The King fears a civil war, and Mussolini appears to be the strongman the Italian nation needs to decimate Serrati's socialist challenge."
trigger = {
government = democratic
dissent = 5
NOT = {
war = { country = ITA country = FRA }
war = { country = ITA country = GER }
control = { province = 931 data = ITA } #Grenoble
control = { province = 930 data = ITA } #Toulon
control = { province = 937 data = ITA } #Corsica
control = { province = 570 data = ITA } #Ljubljana
control = { province = 569 data = ITA } #Rijeka
control = { province = 1081 data = ITA } #Tunis
}
}
date = { day = 24 month = october year = 1922 }
offset = 6
deathdate = { day = 30 month = october year = 1922 }
action_a = {
name = "To believe, to obey, to combat"
command = { type = dissent value = -5 }
command = { type = alignment which = fascist value = 175 }
command = { type = headofstate which = 27011 }
command = { type = headofgovernment which = 27081 }
command = { type = foreignminister which = 27082 }
command = { type = armamentminister which = 27084 }
command = { type = ministerofsecurity which = 27083 }
command = { type = ministerofintelligence which = 27016 }
command = { type = chiefofstaff which = 27017 }
command = { type = chiefofarmy which = 27018 }
command = { type = chiefofnavy which = 27079 }
command = { type = chiefofair which = 27020 }
}
action_b = {
name = "Keep the blackshirts at bay"
command = { type = dissent value = 15 }
command = { type = alignment which = democratic value = 25 }
}
}