Complete.Org: Mailing Lists: Archives: freeciv-dev: February 2001:
[Freeciv-Dev] PATCH: Increment min_dist_bw_cities (PR#716)
Home

[Freeciv-Dev] PATCH: Increment min_dist_bw_cities (PR#716)

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Cc: bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Freeciv-Dev] PATCH: Increment min_dist_bw_cities (PR#716)
From: sigra@xxxxxxx
Date: Wed, 28 Feb 2001 11:43:46 -0800 (PST)

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):

Attachment: cities.png
Description: PNG image

Attachment: game.ruleset.diff
Description: Text document


[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] PATCH: Increment min_dist_bw_cities (PR#716), sigra <=