5,389
edits
(fixed hex view) |
m (short strips wrap around too) |
||
Line 11: | Line 11: | ||
The grid data is stored in strips, each strip consisting of tiles of a certain type. | The grid data is stored in strips, each strip consisting of tiles of a certain type. | ||
:A strip can have any length between 1 and 255, and a width of 1. | :A strip can have any length between 1 and 255 (along x), and a width of 1 (along z). | ||
:A strip runs along | :A strip runs along x for fixed z, and can wrap around to the next z if it's longer than the grid. | ||
Tile types are (appearance as visible with '''ai2_showgrids=1'''): | Tile types are (appearance as visible with '''ai2_showgrids=1'''): | ||
Line 51: | Line 51: | ||
:stands for a strip of XX tiles of type Y | :stands for a strip of XX tiles of type Y | ||
The leading zero tells you if you're looking at a long or short strip. | The leading zero tells you if you're looking at a long or short strip. | ||
;Example (BNV 32 from '''level1_Final''') | ;Example (BNV 32 from '''level1_Final''') |