More (or Less) Religions

More (or Less) Religions 2020-02-21

Joined
Apr 11, 2015
Messages
438
Trigan Emperor submitted a new resource:

More (or Less) Religions - This mod lets one change/set the number of religions allowed in the game.

This is a simple mod that lets one change/set the number of religions allowed in the game by editing the mod's XML file.

By default, the mod is set to allow more religions, but the number can be adjusted to one's preference to allow more, or less, religions.

Note that the vanilla game only has enough religious Beliefs for nine religions, so if more than nine religions are desired, one will need to use a mod such as 'Religion Expanded' to add more Beliefs to the game. This mod just sets the...

Read more about this resource...
 
I edited it to add compatibility with YnAMP and PerfectWorld6 map sizes (Only using the vanilla max religion limit of 9 however). Replace the text in the mod's More_or_Less_Religions.xml file with the below text:

<?xml version="1.0" encoding="utf-8"?>
<!-- More_or_Less_Religions -->
<!-- Author: Imhotep -->
<!-- DateCreated: 2/6/2020 6:58:58 PM -->

<GameData>
<Map_GreatPersonClasses>
<!--If more than nine religions are desired (recommended: if more than seven religions are desired), then more religious Beliefs will need to be added to the game through other mods, such as 'Religion Expanded'.-->
<!--The maximum number of religions should not exceed 12 (or 16 with the 'Tomatekh's Historical Religions' mod enabled).-->
<!--Here are the default number of religions at each map size (first number is vanilla game default/second number is this mod's default): Duel 2/2, Tiny 3/4, Small 4/6, Standard: 5/8, Large 6/10, Huge 7/12.-->
<Update>
<Where MapSizeType="MAPSIZE_DUEL"/>
<Set MaxWorldInstances="2"/>
</Update>
<Update>
<Where MapSizeType="MAPSIZE_TINY"/>
<Set MaxWorldInstances="4"/>
</Update>
<Update>
<Where MapSizeType="MAPSIZE_SMALL"/>
<Set MaxWorldInstances="6"/>
</Update>
<Update>
<Where MapSizeType="MAPSIZE_STANDARD"/>
<Set MaxWorldInstances="8"/>
</Update>
<Update>
<Where MapSizeType="MAPSIZE_LARGE"/>
<Set MaxWorldInstances="9"/>
</Update>
<Update>
<Where MapSizeType="MAPSIZE_HUGE"/>
<Set MaxWorldInstances="9"/>
</Update>
<Update>
<Where MapSizeType="MAPSIZE_PW6_DUEL"/>
<Set MaxWorldInstances="2"/>
</Update>
<Update>
<Where MapSizeType="MAPSIZE_PW6_TINY"/>
<Set MaxWorldInstances="4"/>
</Update>
<Update>
<Where MapSizeType="MAPSIZE_SMALL21"/>
<Set MaxWorldInstances="6"/>
</Update>
<Update>
<Where MapSizeType="MAPSIZE_PW6_SMALL"/>
<Set MaxWorldInstances="6"/>
</Update>
<Update>
<Where MapSizeType="MAPSIZE_PW6_SMALL21"/>
<Set MaxWorldInstances="6"/>
</Update>
<Update>
<Where MapSizeType="STANDARD21"/>
<Set MaxWorldInstances="8"/>
</Update>
<Update>
<Where MapSizeType="MAPSIZE_PW6_STANDARD"/>
<Set MaxWorldInstances="8"/>
</Update>
<Update>
<Where MapSizeType="MAPSIZE_PW6_STANDARD21"/>
<Set MaxWorldInstances="8"/>
</Update>
<Update>
<Where MapSizeType="MAPSIZE_PW6_LARGE"/>
<Set MaxWorldInstances="9"/>
</Update>
<Update>
<Where MapSizeType="MAPSIZE_PW6_LARGE21"/>
<Set MaxWorldInstances="9"/>
</Update>
<Update>
<Where MapSizeType="MAPSIZE_HUGE21"/>
<Set MaxWorldInstances="9"/>
</Update>
<Update>
<Where MapSizeType="MAPSIZE_PW6_HUGE"/>
<Set MaxWorldInstances="9"/>
</Update>
<Update>
<Where MapSizeType="MAPSIZE_PW6_HUGE21"/>
<Set MaxWorldInstances="9"/>
</Update>
<Update>
<Where MapSizeType="MAPSIZE_ENORMOUS21"/>
<Set MaxWorldInstances="9"/>
</Update>
<Update>
<Where MapSizeType="MAPSIZE_GIANT"/>
<Set MaxWorldInstances="9"/>
</Update>
<Update>
<Where MapSizeType="MAPSIZE_LUDICROUS"/>
<Set MaxWorldInstances="9"/>
</Update>
<Update>
<Where MapSizeType="MAPSIZE_OVERSIZED"/>
<Set MaxWorldInstances="9"/>
</Update>
<Update>
<Where MapSizeType="MAPSIZE_LUDICROUS_EARTH"/>
<Set MaxWorldInstances="9"/>
</Update>
<Update>
<Where MapSizeType="MAPSIZE_PW6_MASSIVE"/>
<Set MaxWorldInstances="9"/>
</Update>
<Update>
<Where MapSizeType="MAPSIZE_PW6_GIGANTIC"/>
<Set MaxWorldInstances="9"/>
</Update>
<Update>
<Where MapSizeType="MAPSIZE_PW6_COLOSSAL"/>
<Set MaxWorldInstances="9"/>
</Update>
<Update>
<Where MapSizeType="MAPSIZE_PW6_ENORMOUS"/>
<Set MaxWorldInstances="9"/>
</Update>
<Update>
<Where MapSizeType="MAPSIZE_PW6_ENORMOUS21"/>
<Set MaxWorldInstances="9"/>
</Update>
<Update>
<Where MapSizeType="MAPSIZE_PW6_GIANT"/>
<Set MaxWorldInstances="9"/>
</Update>
<Update>
<Where MapSizeType="MAPSIZE_PW6_LUDICROUS"/>
<Set MaxWorldInstances="9"/>
</Update>
<Update>
<Where MapSizeType="MAPSIZE_PW6_OVERSIZED"/>
<Set MaxWorldInstances="9"/>
</Update>
</Map_GreatPersonClasses>
</GameData>
 
Back
Top Bottom