Hi all,
I've changed the demographics screen of BTS, because I simply don't like two stats:
GNP: in the original, it's the sum of culture, espionage, research and gold... that means what? Nothing...
Population points: great... I have 3 million people. So what? Is this a size 7 city or 30 size 2 city?
The "real" population on civ is [size]^2.8. What's the use of it???
So I've changed the CvInfoScreen.py to:
GNP: is now the ammount of base commerce ("coins") that your civ has. I like this stat because summed with the manufacturing + crop I have a level of terrain optimization.
Population: is now the sum of cities numerical size * 1000.
How to install it:
put it on your "my documents"\"custom assets"\"python"\"screens" folder.
How to uninstall (if you don't like) it: just remove the file from that folder.
I've changed the demographics screen of BTS, because I simply don't like two stats:
GNP: in the original, it's the sum of culture, espionage, research and gold... that means what? Nothing...
Population points: great... I have 3 million people. So what? Is this a size 7 city or 30 size 2 city?
The "real" population on civ is [size]^2.8. What's the use of it???
So I've changed the CvInfoScreen.py to:
GNP: is now the ammount of base commerce ("coins") that your civ has. I like this stat because summed with the manufacturing + crop I have a level of terrain optimization.
Population: is now the sum of cities numerical size * 1000.
How to install it:
put it on your "my documents"\"custom assets"\"python"\"screens" folder.
How to uninstall (if you don't like) it: just remove the file from that folder.
Comment