WLM: Difference between revisions

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

Revision as of 15:03, 1 October 2017

Header

This uses the same header as WLW however the version is 1.6 of the format (0x10006).

Type		Name		Descrition
char * 4	id		always *QIL
uint16[2]	unk		?
uint32		unk		always 6?
uint32		nChunks		number of chunks in the file

Data

Following the header are nChunks 360 byte blocks ( see WLW ), followed by 4 - 5 unknown bytes