I've been trying off and on for about a week now to increase the workable plot area of a city (beyond the fat cross). My goal is to make all plots within the city cultural area workable.
I haven't had a whole lot of success in my attempt. Any help would be appreciated, I'll toss up some leads for those of you that might want to look in on this.
It seems to me that these are the numbers I want to be working with, but no amount of fiddling will get them to comply. Here are the numbers I've been working with:
Radius - 3
Plots - 37
Radius - 4
Plots - 57
Radius - 5
Plots - 81
I haven't had a whole lot of success in my attempt. Any help would be appreciated, I'll toss up some leads for those of you that might want to look in on this.
Code:
CvDefines.h
// The following #defines should not be moddable...
...
#define NUM_CITY_PLOTS (21)
#define CITY_HOME_PLOT (0)
#define CITY_PLOTS_RADIUS (2)
#define CITY_PLOTS_DIAMETER ((CITY_PLOTS_RADIUS*2) + 1)
Radius - 3
Plots - 37
Radius - 4
Plots - 57
Radius - 5
Plots - 81