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

Sabratha

Captain
5 Badges
Aug 6, 2009
305
173
  • Crusader Kings II
  • Victoria 2: A House Divided
  • Victoria 2
  • Rome: Vae Victis
  • 500k Club
I'm busy working on my mod and I finally came to the point where I want to create a setup event to assign proper province modifiers around the map at gamestart.

Question is, what would be the best way to do so? I was wondering about creating an event that uses global_flag, but came about some problems. Does global_flag function in EU:R? What would be the best way to implement a startup event?
 
You can make a decision that will fire events with your province modifiers and it should only be available for ''tag = BAR''. It will trigger at start if you edit BAR - Barbarians.txt (history\countries folder).

The added line should be:

474.1.1 = { decision = ??? }

Regarding global_flag... I think this game only supports province_flag, character_flag and country_flag. So says the modding guidehttp://forum.paradoxplaza.com/forum/showthread.php?426640-Mod-Guides
 
Last edited: