Search found 3 matches

by 0n0w1c
Tue Oct 22, 2024 12:38 am
Forum: Gameplay Help
Topic: (Resolved) Selection tools and neutral entities
Replies: 2
Views: 74

Re: Selection tools and neutral entities

Resolved by modifying:

Code: Select all

mode = { "deconstruct", "any-entity", "items" },
To be:

Code: Select all

mode = { "any-entity", "items" },
by 0n0w1c
Mon Oct 21, 2024 10:09 pm
Forum: Gameplay Help
Topic: (Resolved) Selection tools and neutral entities
Replies: 2
Views: 74

Re: Selection tools and neutral entities

Note to the moderator: I think this is more of a technical modding question than a game play question.
by 0n0w1c
Mon Oct 21, 2024 9:44 pm
Forum: Gameplay Help
Topic: (Resolved) Selection tools and neutral entities
Replies: 2
Views: 74

(Resolved) Selection tools and neutral entities

Selection tool (Big Pink Eraser mod) with the the select defined as: select = { border_color = constants.pink, cursor_box_type = "not-allowed", mode = { "deconstruct", "any-entity", "items" }, entity_filter_mode = "blacklist", entity_type_filters = c...

Go to advanced search