Elhoim
Iron Tower Studio Dev
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! 
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!

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!