I've been looking through the event and decision files and I noticed that there doesn't seem to be any events/decisions for ending the occupations of Austria or Germany and the creation of their respective states. Can anyone tell me if they've ever seen it happen in game?
I created this event sometimes ago for West German liberation by old Allies:
insert code here
country_event = {
id = 32224
trigger = {
tag = USA
exists = SOV
exists = USA
not = { has_global_flag = creacion_de_la_DFR }
not = { has_global_flag = iniIIIWW }
not = { alliance_with = USA }
not = { alliance_with = ENG }
not = { alliance_with = FRA }
not = { war_with = sov }
not = { war_with = ENG }
not = { war_with = FRA }
not = { war_with = JAP }
not = { war_with = ITA }
not = { exists = FRG }
year = 1948
not = { year = 1952 }
is_subject = no
}
mean_time_to_happen = { months = 6 }
title = "Los Aliados se plantean la creación e Un Estado Alemán"
desc = "creacion_DFR_desc"
picture = "ONU"
option = {
name = "Sí"
ai_chance = { factor = 70 }
set_global_flag = creacion_DFR_USA
}
option = {
name = "NO"
ai_chance = { factor = 30 }
random = {
chance = 20
SOV = {
war = {
target = USA
attacker_goal = { casus_belli = install_communism }
defender_goal = { casus_belli = install_democracy }
}
war = {
target = FRA
attacker_goal = { casus_belli = install_communism }
defender_goal = { casus_belli = install_democracy }
}
war = {
target = ENG
attacker_goal = { casus_belli = install_communism }
defender_goal = { casus_belli = install_democracy }
}
}
}
set_global_flag = iniIIIWW
}
}
country_event = {
id = 32225
trigger = {
tag = ENG
exists = SOV
exists = ENG
not = { has_global_flag = creacion_DFR_USA }
not = { has_global_flag = creacion_de_la_DFR }
not = { has_global_flag = iniIIIWW }
not = { alliance_with = USA }
not = { alliance_with = SOV }
not = { alliance_with = FRA }
not = { war_with = USA }
not = { war_with = ENG }
not = { war_with = FRA }
not = { war_with = JAP }
not = { war_with = ITA }
not = { exists = FRG }
year = 1948
not = { year = 1952 }
is_subject = no
}
mean_time_to_happen = { months = 6 }
title = "Los Aliados se plantean la creación e Un Estado Alemán"
desc = "creacion_DFR_desc"
picture = "ONU"
option = {
name = "Sí"
ai_chance = { factor = 70 }
set_global_flag = creacion_DFR_ENG
}
option = {
name = "NO"
ai_chance = { factor = 30 }
random = {
chance = 20
SOV = {
war = {
target = USA
attacker_goal = { casus_belli = install_communism }
defender_goal = { casus_belli = install_democracy }
}
war = {
target = FRA
attacker_goal = { casus_belli = install_communism }
defender_goal = { casus_belli = install_democracy }
}
war = {
target = ENG
attacker_goal = { casus_belli = install_communism }
defender_goal = { casus_belli = install_democracy }
}
}
}
set_global_flag = iniIIIWW
}
}
country_event = {
id = 32226
trigger = {
tag = FRA
exists = SOV
exists = FRA
not = { has_global_flag = creacion_DFR_FRA }
not = { has_global_flag = creacion_de_la_DFR }
not = { has_global_flag = iniIIIWW }
not = { alliance_with = USA }
not = { alliance_with = ENG }
not = { alliance_with = FRA }
not = { war_with = USA }
not = { war_with = ENG }
not = { war_with = SOV }
not = { war_with = JAP }
not = { war_with = ITA }
not = { exists = FRG }
year = 1948
not = { year = 1952 }
is_subject = no
}
mean_time_to_happen = { months = 6 }
title = "Los Aliados se plantean la creación e Un Estado Alemán"
desc = "creacion_DFR_desc"
picture = "ONU"
option = {
name = "Sí"
ai_chance = { factor = 70 }
set_global_flag = creacion_DFR_FRA
}
option = {
name = "NO"
ai_chance = { factor = 30 }
random = {
chance = 20
SOV = {
war = {
target = USA
attacker_goal = { casus_belli = install_communism }
defender_goal = { casus_belli = install_democracy }
}
war = {
target = FRA
attacker_goal = { casus_belli = install_communism }
defender_goal = { casus_belli = install_democracy }
}
war = {
target = ENG
attacker_goal = { casus_belli = install_communism }
defender_goal = { casus_belli = install_democracy }
}
}
}
set_global_flag = iniIIIWW
}
}
country_event = {
id = 32227
trigger = {
has_global_flag = creacion_DFR_FRA
has_global_flag = creacion_DFR_USA
has_global_flag = creacion_DFR_ENG
}
mean_time_to_happen = { months = 3 }
title = "Los Aliados aceptan la creación e Un Estado Alemán"
desc = "creacion_DFR_desc"
picture = "ONU"
option = {
name = "ok"
any_country = { release_vassal = FRG }
set_global_flag = creacion_de_la_DFR
}
}