Lineage 2 - L2J geodriver map format: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „File name: ''xx''_''yy''.l2j Blocks of 256x256 data (little-endian) 1. byte: block type :0 - "flat" block, bytes 2+3 -> height (short) :1 - "complex" block,…“) |
|||
| Zeile 6: | Zeile 6: | ||
:0 - "flat" block, bytes 2+3 -> height (short) | :0 - "flat" block, bytes 2+3 -> height (short) | ||
| − | :1 - "complex" block, bytes 2- | + | :1 - "complex" block, bytes 2-129: array of 8x8 two-byte height (short) values |
:2 - "multilayer" block, 256 (8x8) variable-length blocks of data: | :2 - "multilayer" block, 256 (8x8) variable-length blocks of data: | ||
::byte - amount of layers (1-125) | ::byte - amount of layers (1-125) | ||
::array of two-byte height (short) values, one per layer | ::array of two-byte height (short) values, one per layer | ||
Version vom 6. März 2015, 10:22 Uhr
File name: xx_yy.l2j
Blocks of 256x256 data (little-endian)
1. byte: block type
- 0 - "flat" block, bytes 2+3 -> height (short)
- 1 - "complex" block, bytes 2-129: array of 8x8 two-byte height (short) values
- 2 - "multilayer" block, 256 (8x8) variable-length blocks of data:
- byte - amount of layers (1-125)
- array of two-byte height (short) values, one per layer