WLQ: Difference between revisions

From wowdev
Jump to navigation Jump to search
(New page: =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. Little else is known about these files....)
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=WLQ Files=
=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. Little else is known about these 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
uint32        magic          always 2QIL
uint16        version
uint16        unk06          always 1
char          unk08[4]        always 0
uint32?        liquidType      0 = river, 1 = ocean, 2 = magma, 3 = slime (same as WMO liquid_basic_types)
uint16[9]      unk10
uint32        block_count    same format as [[WLW#Structure|WLW blocks]]
 
==Data==
Following the header are nChunks 360 byte blocks ( see [[WLW|WLW]] )
[[Category:Format]]

Latest revision as of 19:21, 16 December 2019

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
uint32         magic           always 2QIL
uint16         version
uint16         unk06           always 1
char           unk08[4]        always 0
uint32?        liquidType      0 = river, 1 = ocean, 2 = magma, 3 = slime (same as WMO liquid_basic_types)
uint16[9]      unk10
uint32         block_count     same format as WLW blocks

Data

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