Hide the dead civs!

Elhoim

Iron Tower Studio Dev
Joined
Nov 3, 2004
Messages
2,657
Location
San Isidro, Argentina.
Are you tired of having the dead civs clogging up the scoreboard. Then this is for you! I´ve hidden the dead civs and there seems to be no problems whatsoever with the mod! :D

Just put it in Sid Meier's Civilization 4\Warlords\Mods\Rhye's and Fall of Civilization\Assets\Python\screens

View attachment CvMainInterface.zip

Warlords only. If you have vanilla version, you can make the change yourself:

It only changes one line in CvMainInterface.py:

if (gc.getPlayer(ePlayer).isEverAlive() and not gc.getPlayer(ePlayer).isMinorCiv()):

for this one:

if (gc.getPlayer(ePlayer).isEverAlive() and not gc.getPlayer(ePlayer).isMinorCiv() and gc.getPlayer(ePlayer).isAlive()):

Report if you get any problems (I´m pretty sure there won´t be :))

Enjoy!
 
No one is interested in this? Leave a comment if you download it!
 
Yeah! :D

Hope you like it!
 
Yeah, this coupled with the improvements Rhye made, the scoreboard has never been cleaner.
 
i kinda like the dead civs. (crazy, i know)
 
I like it more when they're there. Let's me know who's dead, otherwise I wouldn't know which one's I hadn't met and which one's were dead.
 
Top Bottom