bolbas
Warlord
- Joined
- Jan 10, 2017
- Messages
- 108
[1.0.0.317] All cities on the map get housing from improvements from other cities that have the same IDs. For example all first founded cities get the same ID. So if we found a capital close to other capitals (Players or City States) then we will get housing from improvements from these cities' tiles as if they were owned by us. The same thing with 2nd cities, 3rd, etc. The bug is actual for vanilla game and both expansions.
To fix this bug it's enough to add a check if tiles are owned by local player to a 'pCityGrowth:GetHousingFromImprovements()' function.
There are no improvements in Paris but Housing from improvements is 1. It's because of 2 farms in Hattusa.
There is 1 farm in Krakow but Housing from improvements is 1 again. It's because of 1 more plantation in London.
To fix this bug it's enough to add a check if tiles are owned by local player to a 'pCityGrowth:GetHousingFromImprovements()' function.
There are no improvements in Paris but Housing from improvements is 1. It's because of 2 farms in Hattusa.
Spoiler :

There is 1 farm in Krakow but Housing from improvements is 1 again. It's because of 1 more plantation in London.
Spoiler :

Last edited: