Skip to main content
Topic: [bug r2812] Cities don't grow (Read 2667 times) previous topic - next topic

[bug r2812] Cities don't grow

r2812
- Initial map (small island) doesn't grow with "Grow city" tool.
- When I load saved game, and use "Grow city" tool. Renovation and new city buildings are very few.
- When I build a new city by tool, city doesn't have any city buildings.

These problem didn't happen in 102.2.

Re: [bug r2812] Cities don't grow

Reply #1
It appears that there the random number is called at the wrong time with respect to the network mode :/ so it returns always zero, which means in this case that the northwestcorner of the city is tested for building a new house, which usually fails.
Parsley, sage, rosemary, and maggikraut.

Re: [bug r2812] Cities don't grow

Reply #2
Will investigate this furhter ... but maybe just ignore this in not network mode.

Re: [bug r2812] Cities don't grow

Reply #3
Solved in r2818. Thank you.