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

piratefish

Captain
9 Badges
Aug 8, 2009
480
1
  • Arsenal of Democracy
  • Hearts of Iron II: Armageddon
  • Darkest Hour
  • Europa Universalis III
  • Hearts of Iron III
  • Iron Cross
  • Semper Fi
  • 500k Club
  • Hearts of Iron IV Sign-up
Playing as UK. When Iraq revolts (in my game it was late July 1940) and was forced to DoW on Iraq and Syria, I received 22.22% dissent hit despite the fact my intervention slider is set to 9. Did a decimal get moved in one of the files? I was not able to read any of the db/1936 files to see for myself.

Seems a little extreme that such an event would trigger dissent this high. I don't recall the same playing HoI as UK during the past 8 years or so.
 
Upvote 0
Doesn't the democracy slider give you DoW dissent too?

Yes, 11.11 for each DoW. The isue is fixed for quite a while. This is how the event looks in the current version:

Code:
event = {
	id = 100004
	persistent = no
	random = no
	country = ENG

	name = "EVT_100004_NAME"
	desc = "EVT_100004_DESC"
	style = 0
	
	action_a = {
		name = "EVT_100004_ACTA"
		command = { type = war which = IRQ }
		command = { type = war which = SYR }
		command = { type = dissent value = -20 } # DoW is for free
		command = { type = relation which = PER value = -15 }
		command = { type = relation which = SOV value = 10 }
		command = { type = relation which = LEB value = -15 }
		command = { type = relation which = SAU value = -10 }
		}
	}
 
So the 22.22% is correct and WAD? 11.11% for war with Iraq and 11.11% for war with Syria?

And if so, it hardly seems fair for a DoW in which the player has absolutely zero choice.

@ Mor_Rioghain: I have a saved game from the autosave at the beginning of the month in which the event occurred. Please advise how you would like to reveive the autosave.eug file.
 
Last edited:
So the 22.22% is correct and WAD?

Each DoW costs you 1.11% dissent per each step democarzy and each step isolationism.

And if so, it hardly seems fair for a DoW in which the player has absolutely zero choice.

This is why i intruduced the -20% in the event a while ago. The downside is that those -20% occur independ of those sliders. So if ENG is a stalinistic dictatorship with full interventionism those 20% are exploitable.