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.
You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
Just tried a quick test merging just the relevant portions of commits from github (three files, EMF_decisions.gfx, emf_prison_decisions.txt and emf_prisoner.txt) into latest EMF while keeping the later EMF changes of the files. Superficially, it seems to work - I finally see the Ransom All decision and it seems to somewhat work, great! Of course, I have no idea if it breaks anything or how well it works with current version, since the code I copied is from 2017...
Would be great if the devs could chime in, thanks!
What's the deal with Zoroastrian and Yazidi Great Holy Wars? How to Unlock Crusades or Great Holy Wars for Zoroastrian or Yazidi faiths?
Tried to call Great Holy War as Yazidi sheikh. The Send button is greyed out and the pop-up only says:
(X) The Ahura Mazda Great Holy War Era has Began
(all the other requirements are met)
It's year 1295, I hold all the Yazidi holy sites and I am Sheikh with Yazidi having 78% moral authority (I converted all of realm for sake of testing).
Global flags emf_crusades_unlocked, muslim_jihads_unlocked, christian_crusades_unlocked are all SET (I checked).
So, what's the requirement to unlock it? The CK2 Wiki says Zoroastrian faith unlocks GHW immediately upon creating Moabadan-Moabad. In another play through, I did just that and never got any option for GHW at all, not even greyed out, just regular holy wars. EMF wiki doesn't mention unlocking crusades at all.
Finally, I delved for a few hours into the EMF code:
00_cb_types.txt checks for zoroastrian_ghws_unlocked global flag to allow GHWs for these religions. Great. Setting the flag manually via console works. But what's the normal requirement?
The only place that ever sets the zoroastrian_ghws_unlocked global flag is emf_religion.txt (plus alternate - random world - starts):
So the from above code, it seems that MTTH for Zoroastrians unlocking GHWs is 10 years (with possible 0.5x or 2x modifiers depending on conditions)?
I couldn't be bothered waiting 10 years just testing it, so I used the emf_debug flag, Zoro GHW Unlocked event fired almost immediately - so it works. Unfortunately, there is no mention of it anywhere and it took me several hours finding the answer in the code...