How can you remove a religion in a city?

Ghost26

Chieftain
Joined
Dec 30, 2005
Messages
8
Is it possible to create a building that eliminates all non state religions from a city (and eventually a wonder that does the same to all your cities)? This would be useful when playing Mods with civics that give penalties to cities with non- state religions. I'm actually working myself in a Mod with this kind of civics because I think (just as many others) that each civic should also give some kind of disadvantage but if there is no way of removing a religion from a city, then these kind of civics would be pointless.

Does anyone know how to do this?
 
There is a way of making a religion disappear from a city (I think).

[tab][tab][tab]<ReligionChanges>
[tab][tab][tab][tab]<ReligionChange>
[tab][tab][tab][tab][tab]<ReligionType>RELIGION_JUDAISM</ReligionType>
[tab][tab][tab][tab][tab]<iReligionChange>0</iReligionChange>
[tab][tab][tab][tab]</ReligionChange>
[tab][tab][tab]</ReligionChanges>

This removes Judaism from a city. As to whether it stays gone is anyone guess ;). You can copy the middle four lines and add each of the other religions you want gone. This line of code is usually used for religious shrines (except it spreads the religion).

As for all of your cities, your Wonder can create these type buildings in all of your cities....
 
Ghost26 said:
Is it possible to create a building that eliminates all non state religions from a city (and eventually a wonder that does the same to all your cities)? This would be useful when playing Mods with civics that give penalties to cities with non- state religions. I'm actually working myself in a Mod with this kind of civics because I think (just as many others) that each civic should also give some kind of disadvantage but if there is no way of removing a religion from a city, then these kind of civics would be pointless.

Does anyone know how to do this?

My civ has a Unit that removes all relgions (except the state religion) from a city and all the religious buildings of those relgions. It also has a wonder (Purge the Unfaithful) that does it in all the cities. It doesn't mess with holy cities and it causes some revolting for a few turns in the cities after it is done.

It sounds like the same sort of stuff you are looking for if you would like to check it out.
 
Back
Top Bottom