Remove Religion?

KnelRivendare

Warlord
Joined
Jan 13, 2012
Messages
271
im currently having a problem with Religions in Scenarios,

since you cannot add preset Religions in Worldbuilder yet i checked "Remove Religion" in the Worldbuilder but still when playing the Scenario after the ~3-4 turn one Civ gets a random Religion and the game crashes most of the time.

So my question is, is there any way to completely turn off the Religion feauture via modding?

of course i can just delete the "Religions" file in the G&K-DLC folder (it works)
but thats a pretty dirty solution, via modding would be better.


thanks in advance for any help.
 
From one of the Steampunk scenario files

Code:
<GameOptions>
  <Update>
    <Where Type="GAMEOPTION_NO_RELIGION"/>
    <Set Default="1"/>
  </Update>
</GameOptions>
 
Back
Top Bottom