Python help please

Riker13

King
Joined
Nov 9, 2001
Messages
859
Location
UK
I have been adding mods to my own mod and it is working almost perfectly, the only issue I have is my religious advisor screen which does not show up my cities and does not allow me to exit that screen.

Any clues?

Many Regards

Riker13 :crazyeye:
 
Riker13 said:
I have been adding mods to my own mod and it is working almost perfectly, the only issue I have is my religious advisor screen which does not show up my cities and does not allow me to exit that screen.

Any clues?

Many Regards

Riker13 :crazyeye:

Probably going to need a little more info.

Do you get any error messages? Make sure your python logging is on (search for the logging entries in the .ini file) and make sure it's set to 1. Once done, look at your different Python logs (located in the Custom Sid Meier's Civilization 4's "logs" directory) and check for any errors.
 
Nope, there are no errors in the game or in the logs, all is loading up fine.

Im sure its a python error somewhere, do you know where the religious screen is located, is it Customeventsmanager?

What the screen shows are the religions at the top as normal, but where your cities are meant to be with whether they have relion or not is not there, plus it has cancel on the bottom of the screen instead or exit, which it does not do, you have to press Esc to get out.
 
Riker13 said:
Nope, there are no errors in the game or in the logs, all is loading up fine.

Im sure its a python error somewhere, do you know where the religious screen is located, is it Customeventsmanager?

What the screen shows are the religions at the top as normal, but where your cities are meant to be with whether they have relion or not is not there, plus it has cancel on the bottom of the screen instead or exit, which it does not do, you have to press Esc to get out.

The religion screen is completely contained in the python file "Python/Screens/CvReligionScreen.py". See what modifications have been made to that file.
 
Back
Top Bottom