Page 1 of 1

How to change size of cities using scripts?

Posted: Sun Jan 26, 2025 3:10 pm
by ninjawraith
Hi,

I do not know how to change the size of my custom cities with script. pls help

Re: How to change size of cities using scripts?

Posted: Sun Jan 26, 2025 7:39 pm
by Stylesjl
You'll need to define the city itself and then set its population:
https://www.capitalismlab.com/scripts/script-cities/

Here is an example:

Code: Select all

[CITIES]
City=<city name>
Population=<50,000 to 500,000>
Real Wage Rate=<30 to 100>
Globe X=<1 to 470> 
Globe Y=<1 to 260>
Consumer Goods Seaports=<0 to 4>
Industrial Goods Seaports=<0 to 4>

Code: Select all

[CITIES]
City=Test City
Population=100,000
Real Wage Rate=50
Globe X=60
Globe Y=45
Consumer Goods Seaports=1
Industrial Goods Seaports=1

Re: How to change size of cities using scripts?

Posted: Tue Feb 04, 2025 10:02 am
by ninjawraith
I meant the size of cities to be set to 200*200. not population