Tileset limitation

Status
Not open for further replies.
Warcraft III is limited to at most 16 tile types in game. This is because the terrain data uses a 4 bit bitfield to store tile types. 4 bits has 16 possible combinations, hence 16 tile type limit.

One can actually get WorldEdit and Warcraft III to load more than 16 tile types. However only the first 16 will be functional with all others suffering numeric overflow and becoming one of the first 16 types.
 
Status
Not open for further replies.
Back
Top