Skip to content
New issue

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

Build area customizations #1397

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

Starkku
Copy link
Contributor

@Starkku Starkku commented Sep 27, 2024

Build area customizations

  • 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

Copy link

Nightly build for this pull request:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant