PDA

View Full Version : To edit parameters of a settlement



filoheleno
04-25-2007, 17:48
Hello!, I am editing the parameters of a settlement, for each city level, what population should it have to have a prosperous economy?. For example:


settlement
{
level huge_city
region Africa

year_founded 0
population 16000 ; 14000
settlement_tax 51
plan_set default_set
faction_creator carthage


16000 the population, what does it mean the number 14000?.

Thank you!

Dol Guldur
04-25-2007, 18:23
It means it is commented out and not read by the code when a semi-colon is before it.

Here are the trigger and max number (in DS file) per settlement level:

village (400)/1500
town 400/3500
l_town 2000/9000
city 6000/18000
l_city 12000/36000
h_city 24000/72000

filoheleno
04-26-2007, 11:23
It means it is commented out and not read by the code when a semi-colon is before it.

Here are the trigger and max number (in DS file) per settlement level:

village (400)/1500
town 400/3500
l_town 2000/9000
city 6000/18000
l_city 12000/36000
h_city 24000/72000

Thank you, Dol!!, your information is useful :2thumbsup: