• 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.
Showing developer posts only. Show all posts in this thread.

King

Part Time Game Designer
11 Badges
Dec 7, 2001
12.504
30
47
  • Crusader Kings II
  • Deus Vult
  • Europa Universalis III
  • Europa Universalis: Rome
  • Sengoku
  • Victoria 2
  • 500k Club
  • Crusader Kings II: Holy Knight (pre-order)
  • Europa Universalis III: Collection
  • Hearts of Iron II: Beta
  • Victoria 2 Beta
Re: 1.03 bitter peace bugs

Originally posted by Brock Landers
I managed to get the bitter peace event to happen without taking moscow. I took Leningrad, then I took stalingrad. Then I was kicked out of stalingrad and had to retake it again. A few days later the bitter peace event came up. Maybe it counted me taking stalingrad twice as the same as taking all 3 cities.


Also:

The bitter peace event came up again about 2 months after it already happened. Kind of weird.

Here are the triggers

Code:
OR = {
			NOT = {
				control = { province = 788 data = SOV } # Leningrad
				control = { province = 1225 data = SOV } # Stalingrad
				control = { province = 846 data = SOV } # Moscow
			}
			NOT = {
				control = { province = 788 data = SOV } # Leningrad
				control = { province = 1225 data = SOV } # Stalingrad
				control = { province = 1359 data = SOV } # Baku
			}
			NOT = {
				control = { province = 788 data = SOV } # Leningrad
				control = { province = 846 data = SOV } # Moscow
				control = { province = 1359 data = SOV } # Baku
			}
			NOT = {
				control = { province = 1225 data = SOV } # Stalingrad
				control = { province = 846 data = SOV } # Moscow
				control = { province = 1359 data = SOV } # Baku
			}
		}

It is any 3 of the 4 provinces, Moscow Lennigrad, Baku and Stalingrad. So yes you do not need Moscow.

Plus the bitter peace event can fire twice. Once with Germany on its own and then again if Japan joins the war.
 

King

Part Time Game Designer
11 Badges
Dec 7, 2001
12.504
30
47
  • Crusader Kings II
  • Deus Vult
  • Europa Universalis III
  • Europa Universalis: Rome
  • Sengoku
  • Victoria 2
  • 500k Club
  • Crusader Kings II: Holy Knight (pre-order)
  • Europa Universalis III: Collection
  • Hearts of Iron II: Beta
  • Victoria 2 Beta
Originally posted by Brock Landers
ahhh I see. So it wasnt a bug. I got confused because the text for the bitter peace says that you took moscow. It doesnt mention baku at all.

The event texts cannot cover every eventuality I am afraid. You'll just have to live with that one.