• 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.

Panzerschreck

Major
85 Badges
Jun 1, 2003
510
75
  • Europa Universalis IV: Rights of Man
  • Cities: Skylines - After Dark
  • Knights of Pen and Paper 2
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Cities: Skylines - Snowfall
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV: Colonel
  • Crusader Kings II: Reapers Due
  • Crusader Kings II: Horse Lords
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Cities: Skylines - Natural Disasters
  • Hearts of Iron IV: Together for Victory
  • Stellaris - Path to Destruction bundle
  • Steel Division: Normandy 44
  • Cities: Skylines - Mass Transit
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Third Rome
  • BATTLETECH
  • Surviving Mars
  • Hearts of Iron IV: No Step Back
  • Europa Universalis IV: Wealth of Nations
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Europa Universalis III
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Crusader Kings II
  • Europa Universalis IV: Call to arms event
  • Hearts of Iron III
  • Hearts of Iron III Collection
  • Knights of Pen and Paper +1 Edition
  • Europa Universalis IV: Res Publica
  • 500k Club
  • Cities: Skylines
  • Cities: Skylines Deluxe Edition
  • Europa Universalis IV: El Dorado
  • Crusader Kings II: Way of Life
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):

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]