I want to stop "Greatest" Lists From Popping Up

Gordon Farrell

Warlord
Joined
Jan 3, 2006
Messages
225
Hey, does anybody know a simple way to keep those "Herodotus has completed his list of the largest/most powerful/wealthiest nations" messages from popping up mid-game?

Thanks in advance!
 
CvEventManager.py, find import CvTopCivs and CvTopCivs.CvTopCivs().turnChecker(iGameTurn). Either add # at the start of those two lines or remove them.
 
Oh, I implemented a workaround to fix a bug in the way leader+empire names appear during diplomacy, but it makes a mess out of the names when they appear in the lists. I thought it would be simpler just to void the lists.
 
Top Bottom