Automatic balancing POPs.
Posted: Sun Sep 13, 2020 3:35 pm
I have tried out automatic pop control in provinces, but at least in some cases its not good, actually its bad. The problem is when no structures are being build, everything above zero is just going into the 35% deterioration of stored infra. So if no buildings are being build the ratio for infra productions should be severely lowered.
The problem might be easily solved by some code like
if (NumStructCurBuild == 0)
lowerInfra
else if (NumStructCurBuild > 0.5 * regions)
incInfra
Next potential improvement is that regions with production is the first to get infra pops.
The next potential improvement is a bit more difficult is to produce the rest of all 4 resources where there is most bonus on them.
The problem might be easily solved by some code like
if (NumStructCurBuild == 0)
lowerInfra
else if (NumStructCurBuild > 0.5 * regions)
incInfra
Next potential improvement is that regions with production is the first to get infra pops.
The next potential improvement is a bit more difficult is to produce the rest of all 4 resources where there is most bonus on them.