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.
You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
So i'm playing as UK and have ironman and his ai on, I'm going to communism to annex france to get the 51 puppets achievement, but for the two tries i did, they always seem to go down the popular front.
France aborts the normal historical path if either UK does A Change in Course, or Germany does Oppose Hitler. If you want them to continue to do their historic path regardless of your playing non-historically, turn it on in the specific country rules (historic paths are ironman compatible) instead of "default."
Code:
FRA_historical_plan = {
...
abort = {
OR = {
GER = { has_completed_focus = GER_oppose_hitler }
AND = {
ENG = { has_completed_focus = ENG_a_change_in_course }
NOT = { GER = { has_completed_focus = GER_oppose_hitler } }
}
}
has_game_rule = {
rule = FRA_ai_behavior
option = DEFAULT
}
}