Number of cities overrides script

Technical support requests for Capitalism Lab
Post Reply
beamthegreat
Level 3 user
Posts: 88
Joined: Mon Oct 02, 2017 10:32 pm

Number of cities overrides script

Post by beamthegreat »

I created a script with 10 custom cities but the environment options overrides the numbers of cities in my script. The maximum cities I can start with is 7. How do I fix this?
User avatar
David
Community and Marketing Manager at Enlight
Posts: 10436
Joined: Sat Jul 03, 2010 1:42 pm
Has thanked: 78 times
Been thanked: 228 times

Re: Number of cities overrides script

Post by David »

I did a test and created a test script with the following lines and I was able to create a game with 10 cities using the script. If you still can't get it to work, you may send me your script file and I will look into it.


[HEADER]
Title=10 cities

[ENVIRONMENT]
Number of Cities=10
beamthegreat
Level 3 user
Posts: 88
Joined: Mon Oct 02, 2017 10:32 pm

Re: Number of cities overrides script

Post by beamthegreat »

[HEADER]
Title=Custom
Description=New City, Expertise, Unlimited resources

//------------------------------------------------------------------------------------------------//

[SPECIAL RULES]

Unlimited Natural Resources=Yes


[CITIES]

City=Gotham

Globe X=120

Globe Y=30

Population=4500000

Real Wage Rate=100

Consumer Goods Seaports=3

Industrial Goods Seaports=3


City=Zion

Globe X=120

Globe Y=40

Population=4500000

Real Wage Rate=100

Consumer Goods Seaports=3

Industrial Goods Seaports=3


City=Stepford

Globe X=120

Globe Y=50

Population=2500000

Real Wage Rate=20

Consumer Goods Seaports=3

Industrial Goods Seaports=3


City=Haddonfield

Globe X=120

Globe Y=60

Population=2500000

Real Wage Rate=100

Consumer Goods Seaports=3

Industrial Goods Seaports=3


City=Questa

Globe X=120

Globe Y=70

Population=2500000

Real Wage Rate=100

Consumer Goods Seaports=3

Industrial Goods Seaports=3


City=Coruscant

Globe X=120

Globe Y=80

Population=2500000

Real Wage Rate=100

Consumer Goods Seaports=3

Industrial Goods Seaports=3


City=Cabot

Globe X=120

Globe Y=90

Population=2500000

Real Wage Rate=100

Consumer Goods Seaports=3

Industrial Goods Seaports=3



City=Mayberry

Globe X=120

Globe Y=100

Population=2500000

Real Wage Rate=100

Consumer Goods Seaports=3

Industrial Goods Seaports=3


City=Emerald

Globe X=120

Globe Y=80

Population=2500000

Real Wage Rate=100

Consumer Goods Seaports=3

Industrial Goods Seaports=3


City=Hillvalley

Globe X=120

Globe Y=80

Population=2500000

Real Wage Rate=100

Consumer Goods Seaports=3

Industrial Goods Seaports=3


[PLAYER EXPERTISE]

Product Expertise=Drugs, 100
beamthegreat
Level 3 user
Posts: 88
Joined: Mon Oct 02, 2017 10:32 pm

Re: Number of cities overrides script

Post by beamthegreat »

David wrote: Mon May 07, 2018 8:21 am I did a test and created a test script with the following lines and I was able to create a game with 10 cities using the script. If you still can't get it to work, you may send me your script file and I will look into it.


[HEADER]
Title=10 cities

[ENVIRONMENT]
Number of Cities=10
Thanks. I have posted the script above.
User avatar
David
Community and Marketing Manager at Enlight
Posts: 10436
Joined: Sat Jul 03, 2010 1:42 pm
Has thanked: 78 times
Been thanked: 228 times

Re: Number of cities overrides script

Post by David »

Have you tried adding the following right below the [HEADER] clause?

[ENVIRONMENT]
Number of Cities=10
beamthegreat
Level 3 user
Posts: 88
Joined: Mon Oct 02, 2017 10:32 pm

Re: Number of cities overrides script

Post by beamthegreat »

David wrote: Mon May 07, 2018 7:49 pm Have you tried adding the following right below the [HEADER] clause?

[ENVIRONMENT]
Number of Cities=10

Thanks! Works perfectly now.
Post Reply