WLM: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
 
Line 1: Line 1:
==Header==
This is the magma variant of the [[WLW#Header|WLW]] format ('''W'''ater '''L'''evel '''M'''agma). The structure is identical however the <code>liquidType</code> field is always magma (6).
This uses the same header as [[WLW#Header|WLW]] however the version is 1.6 of the format (0x10006).
 
<pre>Type Name Descrition
char * 4 id always *QIL
uint16[2] unk ?
uint32 unk always 6?
uint32 nChunks number of chunks in the file</pre>
 
==Data==
Following the header are nChunks 360 byte blocks ( see [[WLW|WLW]] ), followed by 4 - 5 unknown bytes
[[Category:Format]]
[[Category:Format]]

Latest revision as of 12:04, 16 December 2019

This is the magma variant of the WLW format (Water Level Magma). The structure is identical however the liquidType field is always magma (6).