WLQ: Difference between revisions

From wowdev
Jump to navigation Jump to search
(rough outline of the file)
mNo edit summary
Line 9: Line 9:
==Data==
==Data==
Following the header are nChunks 360 byte blocks ( see [[WLW|WLW]] )
Following the header are nChunks 360 byte blocks ( see [[WLW|WLW]] )
[[Category:Format]]

Revision as of 13:18, 20 May 2014

WLQ Files

One of these files exist for each WLW file in the game. They are also located at the same path and filename as each's .wlw counterpart.

Header

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

Data

Following the header are nChunks 360 byte blocks ( see WLW )