Can there be multiple nested terraintypes in tilemap generated with autotiles

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By iiikooo

Was going through information and couldnt find answer elsewhere…

Is it possible (or what kind of approach should i take) to have multiple nested tereraintypes made with autotiles.

For example: inside grass areas there would be sand areas… inside sand areas mud areas… inside mud areas swamp areas.

But also inside grass areas there could simultaneously be lake areas or forest areas…

Found plenty of examples and good tutorials how to implement tilemap using autotiles with only few terrain types (like sand & grass) but could be nice to find out a way to do some more complex “worlds” :slight_smile:

I’m not sure what exactly you’re asking. Autotile just places a certain type of tile based on the tiles around it. If you want lake areas inside grass areas, are you talking about placing lake tiles surrounded by grass tiles?

exuin | 2020-10-03 21:41