WLM: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
(rough outline of the file)
Line 1: Line 1:
*All of these files begin with the header [[Chunk|chunk]] tag "*QIL".
==Header==
*This is currently all the information known about these files...
<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

Revision as of 20:49, 25 July 2008

Header

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