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

Brian Bóruma

Ard-Rí na hÉireann
17 Badges
Feb 3, 2004
1.012
103
  • Europa Universalis III Complete
  • Europa Universalis IV: Pre-order
  • 500k Club
  • 200k Club
  • Rome: Vae Victis
  • Victoria 2
  • Europa Universalis: Rome
  • Victoria: Revolutions
  • Europa Universalis III Complete
  • Crusader Kings II
  • Heir to the Throne
  • For The Glory
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV
  • Divine Wind
  • Europa Universalis III
  • Deus Vult
Code:
event = {
	id = 23104
	random = no

	name = "EVT_REVOLUTION"
	desc = "EVT_REVOLUTION_DESC"
	style = 0
	picture = reactionary

	action_a = {
        	name = "ACTIONNAME23102A"

		command = { type = constitution  which = presidential_dictatorship }
		command = { type = national_value  which = order }
		command = { type = party_system  which = one_party }
		command = { type = executive_designation which = laws_by_decree }
		command = { type = voting_rights which = landed }
		command = { type = political_parties which = none }
		command = { type = press_rights which = censorship }
		command = { type = public_meetings value = no }
		command = { type = trade_unions which = none }
	[b]	command = { type = flagname which = "fascist" }[/b]


		command = { type = pop_militancy which = aristocrats value = -3 where = 0 }
		command = { type = pop_militancy which = officers    value = -3 where = 0 }
		command = { type = pop_militancy which = clergymen   value = -3 where = 0 }
		command = { type = pop_militancy which = capitalists value = 3 where = 0 }
		command = { type = pop_militancy which = clerks      value = 3 where = 0 }
		command = { type = pop_militancy which = craftsmen   value = 3 where = 0 }
		command = { type = pop_militancy which = soldiers    value = 3 where = 0 }
		command = { type = pop_militancy which = farmers     value = 3 where = 0 }
		command = { type = pop_militancy which = labourers   value = 3 where = 0 }

		command = { type = pop_consciousness which = aristocrats value = -3 where = 0 }
		command = { type = pop_consciousness which = officers    value = -3 where = 0 }
		command = { type = pop_consciousness which = clergymen   value = -3 where = 0 }
		command = { type = pop_consciousness which = capitalists value = 3 where = 0 }
		command = { type = pop_consciousness which = clerks      value = 3 where = 0 }
		command = { type = pop_consciousness which = craftsmen   value = 3 where = 0 }
		command = { type = pop_consciousness which = soldiers    value = 3 where = 0 }
		command = { type = pop_consciousness which = farmers     value = 3 where = 0 }
		command = { type = pop_consciousness which = labourers   value = 3 where = 0 }

		command = { type = force_ruling_party which = fascist }

		command = { type = end_dominion }
		command = { type = end_satellite }
		command = { type = neutrality }
	}

Were fascist flags supposed to be included with the expansion, because they weren't. If someone gets the fascist revolution, I don't know if their flag will revert to default or just go blank. :confused:
 
Upvote 0
:( Damn. wrong forum.
 
Brian Bóruma said:
Code:
event = {
	id = 23104
	random = no

	name = "EVT_REVOLUTION"
	desc = "EVT_REVOLUTION_DESC"
	style = 0
	picture = reactionary

	action_a = {
        	name = "ACTIONNAME23102A"

		command = { type = constitution  which = presidential_dictatorship }
		command = { type = national_value  which = order }
		command = { type = party_system  which = one_party }
		command = { type = executive_designation which = laws_by_decree }
		command = { type = voting_rights which = landed }
		command = { type = political_parties which = none }
		command = { type = press_rights which = censorship }
		command = { type = public_meetings value = no }
		command = { type = trade_unions which = none }
	[b]	command = { type = flagname which = "fascist" }[/b]


		command = { type = pop_militancy which = aristocrats value = -3 where = 0 }
		command = { type = pop_militancy which = officers    value = -3 where = 0 }
		command = { type = pop_militancy which = clergymen   value = -3 where = 0 }
		command = { type = pop_militancy which = capitalists value = 3 where = 0 }
		command = { type = pop_militancy which = clerks      value = 3 where = 0 }
		command = { type = pop_militancy which = craftsmen   value = 3 where = 0 }
		command = { type = pop_militancy which = soldiers    value = 3 where = 0 }
		command = { type = pop_militancy which = farmers     value = 3 where = 0 }
		command = { type = pop_militancy which = labourers   value = 3 where = 0 }

		command = { type = pop_consciousness which = aristocrats value = -3 where = 0 }
		command = { type = pop_consciousness which = officers    value = -3 where = 0 }
		command = { type = pop_consciousness which = clergymen   value = -3 where = 0 }
		command = { type = pop_consciousness which = capitalists value = 3 where = 0 }
		command = { type = pop_consciousness which = clerks      value = 3 where = 0 }
		command = { type = pop_consciousness which = craftsmen   value = 3 where = 0 }
		command = { type = pop_consciousness which = soldiers    value = 3 where = 0 }
		command = { type = pop_consciousness which = farmers     value = 3 where = 0 }
		command = { type = pop_consciousness which = labourers   value = 3 where = 0 }

		command = { type = force_ruling_party which = fascist }

		command = { type = end_dominion }
		command = { type = end_satellite }
		command = { type = neutrality }
	}

Were fascist flags supposed to be included with the expansion, because they weren't. If someone gets the fascist revolution, I don't know if their flag will revert to default or just go blank. :confused:

they were supposed to but due to some miscommunications they are not currently in. The flag will revert to the base one, based on the testing done during beta (we didn't see a lot of blank flags, which meant we didn't see the lack of fascits flags during testing).
 
Does this mean the files exist, or would they have to be done from scratch? I doubt that Paradox will bother if the latter is the case. :(
 
Update: I triggered 23104 in-game and lost my flag and shield. :(