Uncle Sam14
Chieftain
I'm using YnAMP mod and playing a game with 24 civs, but as I reached the point where I was given the choice to chose a Pantheon; all of the 22 existing ones were already taken, and I couldn't choose anything. So I was stuck, unable to end my turn.
I went to the xml files (Game Capabilities) and found this:
<!-- Religion in game -->
<Row GameCapability="CAPABILITY_RELIGION"/>
<!-- Can found new pantheons. Turn this off if you want to have existing pantheons, but no new ones -->
<Row GameCapability="CAPABILITY_FOUND_PANTHEON"/>
<!-- Can found new religions. Turn this off if you want to have existing religions, but no new ones -->
<Row GameCapability="CAPABILITY_FOUND_RELIGIONS"/>
<!-- Separate from allowing founding new religions/pantheons, can you view the current religions? -->
<Row GameCapability="CAPABILITY_RELIGION_VIEW"/>
They say turn this off, but I have no idea how to write it, I tried deleting the entire Line and loaded a previous one turn before they gave me the Found a Pantheon choice but it still appeared in the next turn.
Any help would be appreciated, specially if I don't have to restart the my game
Also this line was in the beginning of the xml, not sure if I should disable this as well:
<Row Type="CAPABILITY_FOUND_PANTHEONS" Kind="DISABLED_CAPABILITY" />
I went to the xml files (Game Capabilities) and found this:
<!-- Religion in game -->
<Row GameCapability="CAPABILITY_RELIGION"/>
<!-- Can found new pantheons. Turn this off if you want to have existing pantheons, but no new ones -->
<Row GameCapability="CAPABILITY_FOUND_PANTHEON"/>
<!-- Can found new religions. Turn this off if you want to have existing religions, but no new ones -->
<Row GameCapability="CAPABILITY_FOUND_RELIGIONS"/>
<!-- Separate from allowing founding new religions/pantheons, can you view the current religions? -->
<Row GameCapability="CAPABILITY_RELIGION_VIEW"/>
They say turn this off, but I have no idea how to write it, I tried deleting the entire Line and loaded a previous one turn before they gave me the Found a Pantheon choice but it still appeared in the next turn.
Any help would be appreciated, specially if I don't have to restart the my game
Also this line was in the beginning of the xml, not sure if I should disable this as well:
<Row Type="CAPABILITY_FOUND_PANTHEONS" Kind="DISABLED_CAPABILITY" />