Strange thing in my game (HOI2 "vanilla" just little moddir
) After i get the Stalin Peace event the event 2018 fires cause in the trigger the event for japan is in the axis is missing (strange that it fires this late (Nov '44) anyway)
I'd take a look and its not a problem of my moddir stuff. The vanilla event looks like this (which i also use):
It may has to change to something like that
I'd take a look and its not a problem of my moddir stuff. The vanilla event looks like this (which i also use):
Code:
trigger = {
control = { province = 485 data = GER } # Warzaw
NOT = {
exists = POL
}
NOT = {
war = { country = GER country = SOV }
}
OR = {
event = 2013
event = 2015
event = 2016
}
[COLOR=DarkRed] NOT = {
event = 2624
}[/COLOR]
}
It may has to change to something like that
Code:
[COLOR=DarkRed]NOT = {
OR = {
event = 2624
event = 2625
}
}[/COLOR]