There are now additional customizations available for building placement next to other buildings.
Adjacent.Allowed lists BuildingTypes this BuildingType can be placed off (within distance defined by Adjacent). If empty, any BuildingType not listed in Adjacent.Disallowed is okay.
Adjacent.Disallowed lists BuildingTypes this BuildingType cannot be placed next to. If empty, any BuildingTypes are okay as long as Adjacent.Allowed is empty or they are listed on it.
If NoBuildAreaOnBuildup is set to true, no building can be built next to this building regardless of any other settings if it is currently displaying its buildup animation.
In rulesmd.ini:
[SOMEBUILDING] ; BuildingType
Adjacent.Allowed= ; list of BuildingTypes
Adjacent.Disallowed= ; list of BuildingTypes
NoBuildAreaOnBuildup=false ; boolean
This comment is automatic and is meant to allow guests to get latest nightly builds for this pull request without registering. It is updated on every successful build.
Build area customizations
Adjacent.Allowed
lists BuildingTypes this BuildingType can be placed off (within distance defined byAdjacent
). If empty, any BuildingType not listed inAdjacent.Disallowed
is okay.Adjacent.Disallowed
lists BuildingTypes this BuildingType cannot be placed next to. If empty, any BuildingTypes are okay as long asAdjacent.Allowed
is empty or they are listed on it.NoBuildAreaOnBuildup
is set to true, no building can be built next to this building regardless of any other settings if it is currently displaying its buildup animation.In
rulesmd.ini
: