Re: City utilization range

Jason Dorje Short <[email protected]> Thu, 05 May 2005 12:23:03 -0400
Newsgroups gmane.games.freeciv.general
Message-ID <[email protected]>
Per Inge Mathisen wrote:
> On Wed, 4 May 2005, Brian Soderblom wrote:
> 
>>I'd like to change the range that a city can reach for its workers - is
>>that possible without major changes, especially to the "City Map" in the
>>Overview tab?
>>
>>Ideally, I'd like to see that distance increase with city size: size>4 =
>>range 1, size>8 = range 2, size>16 = range 3, etc.I suspect that would
>>be more work tho.
>>
>>Anyway, is it possible to change that range in any sort of easy manner?
> 
> Easy? No. There is some code already in cvs to support this, but it is not
> complete. Extensive coding is probably necessary to accomplish this.

You can change CITY_MAP_SIZE in city.h and recompile.  This is all
that's needed to change the city size.  However to make the city size
dynamic would take a lot more work.  See PR#7350.

-jason