WLM: Difference between revisions

From wowdev
Jump to navigation Jump to search
(rough outline of the file)
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
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).
<pre>Type Name Descrition
[[Category:Format]]
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

Latest revision as of 13: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).