Hi,
I think I posted this in the wrong forum so here it is again.
I want to play ahistorical as Germany and invade the SU without invading France. I will probably be in a state of war with the Allies though. How should I modify the bitter peace event in order for it to trigger even with Paris in French hands? I put in red what I think I should remove but I'm not sure. Are any modding experts able to help? Thanks.
################################################## #######################
# Sue for peace with the Germans
################################################## #######################
event = {
id = 2624
random = no
country = SOV
trigger = {
war = { country = GER country = SOV }
random = 35
OR = {
control = { province = 56 data = GER } # Paris is not free
control = { province = 56 data = VIC } # Paris is not free
}
OR = {
AND = {
lost_national = { country = SOV value = 25 } #maybe raise this number
NOT = {
war = { country = GER country = ENG }
war = { country = GER country = FRA }
war = { country = GER country = USA }
}
}
AND = {
NOT = {
control = { province = 187 data = SOV } # Leningrad has fallen
control = { province = 163 data = SOV } # Stalingrad has fallen
control = { province = 175 data = SOV } # Moscow has fallen
control = { province = 1907 data = SOV } # Baku has fallen
control = { province = 1572 data = SOV } # Sverdlovsk has fallen
war = { country = GER country = JAP }
war = { country = SOV country = JAP }
alliance = { country = GER country = JAP }
#flag = JAPtripartite
war = { country = GER country = ITA } # To avoid exploits
}
}
}
}
I think I posted this in the wrong forum so here it is again.
I want to play ahistorical as Germany and invade the SU without invading France. I will probably be in a state of war with the Allies though. How should I modify the bitter peace event in order for it to trigger even with Paris in French hands? I put in red what I think I should remove but I'm not sure. Are any modding experts able to help? Thanks.
################################################## #######################
# Sue for peace with the Germans
################################################## #######################
event = {
id = 2624
random = no
country = SOV
trigger = {
war = { country = GER country = SOV }
random = 35
OR = {
control = { province = 56 data = GER } # Paris is not free
control = { province = 56 data = VIC } # Paris is not free
}
OR = {
AND = {
lost_national = { country = SOV value = 25 } #maybe raise this number
NOT = {
war = { country = GER country = ENG }
war = { country = GER country = FRA }
war = { country = GER country = USA }
}
}
AND = {
NOT = {
control = { province = 187 data = SOV } # Leningrad has fallen
control = { province = 163 data = SOV } # Stalingrad has fallen
control = { province = 175 data = SOV } # Moscow has fallen
control = { province = 1907 data = SOV } # Baku has fallen
control = { province = 1572 data = SOV } # Sverdlovsk has fallen
war = { country = GER country = JAP }
war = { country = SOV country = JAP }
alliance = { country = GER country = JAP }
#flag = JAPtripartite
war = { country = GER country = ITA } # To avoid exploits
}
}
}
}