Page 1 of 1

[Rseding91] [2.0.10] Prototype viewer doesn't display new field tile_condition

Posted: Sun Oct 27, 2024 12:55 am
by Wiwiweb
- Added optional tile_condition to the place_as_tile, which allows to specify explicit list of tiles it can be built over.
This new field is not visible in the in-game prototype viewer.
Screenshot from 2024-10-26 17-53-48.png
Screenshot from 2024-10-26 17-53-48.png (14.2 KiB) Viewed 599 times
vs

Code: Select all

    place_as_tile =
    {
      result = "landfill",
      condition_size = 1,
      condition = {layers={ground_tile=true}},
      tile_condition = {"water", "deepwater", "water-green", "deepwater-green"}
    },

Re: [2.0.10] Prototype viewer doesn't display new field tile_condition

Posted: Sun Oct 27, 2024 4:20 pm
by Rseding91
Thanks for the report. This is now fixed for the next release.