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

Duuk

Reformed Badboy
23 Badges
Oct 16, 2001
6.137
1.403
  • Majesty 2
  • Europa Universalis III: Collection
  • Crusader Kings II: Holy Knight (pre-order)
  • Cities: Skylines
  • 500k Club
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Victoria 2
  • Rome Gold
  • Victoria: Revolutions
  • Europa Universalis III Complete
  • Majesty 2 Collection
  • Hearts of Iron Anthology
  • Europa Universalis III Complete
  • Heir to the Throne
  • Europa Universalis III Complete
  • Europa Universalis III
  • Deus Vult
  • Crusader Kings II: Sword of Islam
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: The Republic
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II
With "state press", I kept getting the "newspaper is critical of government" event.

Shouldn't that event not occur with state or censored press?
 
Upvote 0
Do you mean this event here

Code:
event = {
	id = 24021
	random = yes
	invention = no

	picture = campaign

	trigger = {
		reform = {
				type = press_rights
				value = free_press
			}
	}


	name = "EVT_24021_NAME"
	desc = "EVT_24021_DESC"


	action_a = {
		name = "ACTIONNAME24021A"
		command = { type = prestige value = -10 }
		command = { type = pop_consciousness which = communist value = 1 }
		command = { type = pop_consciousness which = anarcho_liberal value = 1 }
		command = { type = pop_consciousness which = reactionary value = 1 }
	}
}
 
Effects look familiar. But I got it twice with state press and haven't had it since I switched to a free press.

Is the trigger bugged?
 
dailynews.jpg


Got it again, this time as Prussia. Confirmed that this trigger doesn't work.
 
Well I have passed this up the line. I am not 100% sure what the problem is, but I ahve asked it to be looked at. Hopefullly there is still time.
 
The bug is that even though the event requires "Free Press" as a political reform, I only seem to have the event when I have "State Press".

So, the flag for the reform is wrong. Likely they are reversed, but I haven't tested it.
 
I don't see it in the changelog for 1.04.

Was this bug not fixed?
 
Duuk said:
I don't see it in the changelog for 1.04.

Was this bug not fixed?

We got stumped on it thinking it was a code bug but the solution in the end was found by another poster just after 1.4 was released, so it will be included in the next group of hotfixes I post (planning early next week).

The problem was with the trigger - it had value = free_press when it should have been level = free_press. Changed the trigger, and it worked right.

D'oh!

Just shows that even beta testers are human :p :D