#Can we have more than 4 tilesets in hammer?

1 messages · Page 1 of 1 (latest)

azure forge
#

I want to create 6 different arenas in my game, each with its own "theme" (radiant, dire, snow, desert, etc). But I could only load 4 tilesets in hammer, and I need 6.

Is there a way to load more tilesets in hammer?

pseudo hull
#

yes, but it's not officially supported and you will be switching a lot between main map and prefab map. Also tilesets reserve a certain amount of memory so having too many is not good for map size and for map editing/undo hisory (if your undo history is above the default value of 50 or so).

#

basically you make a separate map with its own tileset, and plop it into your main map as a prefab, making sure to align it so that it sits where you want it to on the main map

#

you will not be able to directly interact with the second map - for example, if you are using the tile editor in the main map - so you will need to switch (ie. double-click to open the secondary prefab map) to edit it.

azure forge
#

wow. that's a lot of work haha. But thanks 🙂