Removing the "World's Wealthiest Nations" stuff

gdgrimm

Prince
Joined
Dec 23, 2005
Messages
530
Looking for some quick help....

I want to stop that periodic popup that ranks the civ's in the game by wealth, or power, or culture, etc., etc., etc.

1) Is this something I could implement through the XML and configuration files? If so, which one(s) should I look at?

2) If this requires me to download and work with the whole SDK, what modules/classes/attributes would I need to work on? I'm a Python programmer by trade, so once I know what to work on, I'm confident that I can make the changes.
 
I suspect its done in the Python layer, start in the EventManager under onTurn and you will probably find the code or a handle on it. I suspect its a random role to determin if its generated and what to compare (I've never noticed a pattern :crazyeye: )
 
Gerikes said:
You might also want to check out CvTopCivs.py in the screens directory. You can probably get rid of it by disabling some code in the "turnChecker" function.

It took me awhile to get the time free, but your comment sure made the mod fast when I finally got around to it.

Commented out the function, dropped a 'pass' command in place, and it was done.

Thanks for the help!!!
 
Back
Top Bottom