Complete.Org:
Mailing Lists:
Archives:
freeciv-dev:
February 2001: [Freeciv-Dev] PATCH: Increment min_dist_bw_cities (PR#716) |
[Freeciv-Dev] PATCH: Increment min_dist_bw_cities (PR#716)[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Probably not everyone likes this, but as I can understand from the recent poll and discussions here, it is what a large majority wants. So here is the tiny patch (apply in data/default): --- game.ruleset.orig Wed Feb 28 17:16:51 2001 +++ game.ruleset Wed Feb 28 17:16:55 2001 @@ -22,5 +22,5 @@ ; Minimum distance between cities (move distance). ; (Minimum value for this is 1, which means adjacent is okay.) -min_dist_bw_cities = 2 +min_dist_bw_cities = 3 ; Square of initially visible radius (true distance). Besides, with isometric view the map becomes denser, so it looks really awkward to have cities as close as distance 2 (see image):
cities.png
game.ruleset.diff
|