I'm having some minister/election issues. I'm playing as the UK - and in the 1918/post-war election, and in all subsequent elections, none of the correct ministers are assigned. For example, when I should get Arthur Balfour as Foreign Minister, I get George Cave - and when H.H Asquith should be removed in favor of David Lloyd-George, nothing happens.
Wow KH I almost never play the UK and have no idea who should be in power. Does anyone else see this problem? EJ the mod dev is not around at this time and I have no idea when he will be back. I can fix minor stuff but this does not count. Can you try the 1914 scenario below ours and see if they have the correct leaders for 1918? If they do then maybe you could copy those files over to the UK files. I am not sure where they are located but, let me know if that works and then I can look into it. Sorry but, that is the best I can think of at this point. If anyone else knows how to do this then please feel free to help out.
delanonne
PS here is the text of the first election...
name = "British Post-war Election"
desc = "This was the first election since WW1, with the Conservative party running as a coliation front with the Liberal party. However some Liberals however were against this coliation front and ran alone with H.H Asquith leading the effort. This combined effort would isolate the Labour party from winning."
offset = 180
date = { day = 1 month = January year = 1917 }
##date = { day = 28 month = December year = 1918 } ##Historical date
deathdate = { day = 14 month = November year = 1922 }
action_a = {
ai_chance = 98
name = "Coalition Front take the Victory"
command = { type = dissent value = -3 }
command = { type = set_domestic which = democratic value = 9 }
command = { type = set_domestic which = political_left value = 2 }
command = { type = headofstate which = 10001 } #George V
command = { type = headofgovernment which = 10128} #David Lloyd George
command = { type = foreignminister which = 10257 } #Arthur Balfour
command = { type = armamentminister which = 10289 } #Austen Chamberlain
command = { type = ministerofsecurity which = 10321 } #Edward Shortt
command = { type = ministerofintelligence which = 10276 } # Mansfield Smith-Cumming
}
action_b = {
ai_chance = 1
name = "The Labour Party Win"
command = { type = dissent value = -3 }
command = { type = set_domestic which = democratic value = 9 }
command = { type = set_domestic which = political_left value = 9 }
command = { type = headofstate which = 10001 } # George V
command = { type = headofgovernment which = 10019 } #Clement Attlee
command = { type = foreignminister which = 10260 } #Ramsay MacDonald
command = { type = armamentminister which = 10306 } #Philip Snowden
command = { type = ministerofsecurity which = 10322 } #Arthur Henderson
command = { type = ministerofintelligence which = 10276 } # Mansfield Smith-Cumming
}
action_C = {
ai_chance = 1
name = "The Liberal Party Makes A Comeback"
command = { type = dissent value = -3 }
command = { type = set_domestic which = democratic value = 9 }
command = { type = set_domestic which = political_left value = 5 }
command = { type = headofstate which = 10001 } # George V
command = { type = headofgovernment which = 10264 } #Herbert Henry Asquith
command = { type = foreignminister which = 10250 } #Edward Grey
command = { type = armamentminister which = 10286 } #John Morley
command = { type = ministerofsecurity which = 10318 } #John Simon
command = { type = ministerofintelligence which = 10276 } # Mansfield Smith-Cumming
}
}