Civ4 BtS Scrolling Scoreboard

isenchine

Empress
Joined
Oct 18, 2010
Messages
1,774
Location
Brussels, Belgium
A Scrolling Scoreboard for Civ4 BtS, for more than 18 Civs, 50 Civs or probably even more...

DOWNLOAD

(Assets/Python/Screens/CvMainInterface.py).

Python code by platyping (complete revamp of the function done for his Platy UI).

Adapted by isenchine into a more "classical BtS" way (no icons representing the leaders, techs, etc.)

see lines 2824-2827 for displaying either the countries' names OR the leaders' names.

Either merge it or use it as such in the Python/Screens folder. Only the function 'updateScoreStrings' was changed, but then, completely.

Let's rock 'n' scroll! :band:
 
  • Like
Reactions: nci
see lines 2824-2827 for displaying either the countries' names OR the leaders' names.
I added # before the country names line and removed # before player names line, but nothing changed, I still get country names - and don't see how many turns rival research will take, because country names are too bloody long! All XML caching is disabled. What should I do to have player names instead of country names, like in vanilla?
 
Last edited:
Top Bottom