Adding religions

Use this: http://forums.civfanatics.com/showthread.php?t=260697

Or if you want to do it manually take a look at the start of CvReligionScreen.py in the civ assets folder there are a lot value at the start of the file that you can easy change....

At a first look i suggest to see this number if lower what can do...

self.BUTTON_SIZE = 48

self.X_RELIGION_START = 180
self.DX_RELIGION = 98
 
You will also need to fix the city screen which is CvMainInterface.py. There is no convenvient variable at the start of the file you can edit, so you will have to hunt through the code and change the part that displays the religions.
 
Sorry I just noticed this. I have a dynamically adjusting CvMainInterface.py screen as well for the religions included in those screens, but it only shows religions you have in that city. Which to me makes no sense that it shows ones you do not have in the city in the normal one.

Next of course besides the normal art and xml you must modify the GameFont files as well. Anyway there are some tutorials on the GameFont as well. I hope that helps.
 
Back
Top Bottom