• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[General] How to enable all Tilessets for a Map?

Status
Not open for further replies.
Level 12
Joined
Jan 30, 2020
Messages
875
I suppose it could be possible to make a custom tileset and add all other tileset's tiles in it, but you will still have an issue with the cliffs as a map can only have 2 cliffs.
 
Level 12
Joined
Jan 30, 2020
Messages
875
You might be right, to be honest, I never tried to use more than 16 tiles, as I very quickly hit the cliff limit before it became promising.
 

Dr Super Good

Spell Reviewer
Level 64
Joined
Jan 18, 2005
Messages
27,289
even with triggers?
Triggers cannot bypass the limit. One can use triggers to dynamically load up to 15 (the map always needs at least 1) tile types, but still once a tile type is loaded it cannot be unloaded and at most 16 tile types can be used. Trying to load any beyond 16 seems to suffer from overflow in that it will use one of the previously loaded tile types instead, likely starting with 16 going to 0, 17 to 1 etc.
 
Status
Not open for further replies.
Top