Description:
Implement tags that separate adjacency requirements for placement, e.g.:
[GAPOWR]
Adjacent.MaxDistance=4
Adjacent=6
[GAPILE]
Adjacent=10
GAPOWR can be placed 6 cells away from any building, but only 4 cells from another GAPOWR.
Same as GAPILE, can be placed up to 10 cells away but only 4 cells from GAPOWR.
Possible Implementation:
[BuildingType]
Adjacent.MaxDistance= ;should only be applied to buildings with BaseNormal=yes and
;creates an Adjacent= restriction for all other buildings being placed around.
Additional Files / Links:
Description:
Implement tags that separate adjacency requirements for placement, e.g.:
[GAPOWR]
Adjacent.MaxDistance=4
Adjacent=6
[GAPILE]
Adjacent=10
GAPOWR can be placed 6 cells away from any building, but only 4 cells from another GAPOWR.
Same as GAPILE, can be placed up to 10 cells away but only 4 cells from GAPOWR.
Possible Implementation:
Additional Files / Links: