• 📚 Admin Project Update: Added a new feature to PictureBooks.io called Story Worlds. It lets your child become the hero of beloved classic tales! Choose from worlds like Alice in Wonderland, Wizard of Oz, Peter Pan, The Jungle Book, Treasure Island, Arabian Nights, or Robin Hood. Give it a try and let me know what you think!

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.
 
Back
Top Bottom