We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Citymindist 11, but working radius can expand with population practically indefinitely.
The text was updated successfully, but these errors were encountered:
There's a current hard limit on how far the working radius can grow: longturn/freeciv21:common/city.h#L48C1-L52C30
/* Changing the max radius requires updating network capabilities and results * in incompatible savefiles. */ #define CITY_MAP_MIN_RADIUS 0 #define CITY_MAP_DEFAULT_RADIUS 2 #define CITY_MAP_MAX_RADIUS 5
Sorry, something went wrong.
incompatible savefiles sounds quite dramatic...
incompatible savefiles
XHawk87
No branches or pull requests
Citymindist 11, but working radius can expand with population practically indefinitely.
The text was updated successfully, but these errors were encountered: