WLW: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
Line 3: Line 3:




== speculation! ==
= speculation! =


=header=
==header==


  '''type name desc'''
  '''type name desc'''
Line 13: Line 13:
  int16 ? always 0
  int16 ? always 0
  int32 count how many liqs in this chunk?
  int32 count how many liqs in this chunk?
  int32? ? ?
  ''int32? ? ?''
 
 
===expamles===
''2a 51 49 4c'' '''01 00''' ''01 00 04 00'' 00 00 '''3d 00 00 00'''
''2a 51 49 4c'' '''01 00''' ''01 00 04 00'' 00 00 '''01 00 00 00'''
''2a 51 49 4c'' '''01 00''' ''01 00 04 00'' 00 00 '''1f 01 00 00'''
''2a 51 49 4c'' '''00 00''' ''01 00 04 00'' 00 00 '''02 00 00 00'''
''2a 51 49 4c'' '''00 00''' ''01 00 04 00'' 00 00 '''0c 00 00 00'''
''2a 51 49 4c'' '''01 00''' ''01 00 04 00'' 00 00 '''0d 00 00 00'''
''2a 51 49 4c'' '''01 00''' ''01 00 04 00'' 00 00 '''06 00 00 00'''
''2a 51 49 4c'' '''00 00''' ''01 00 04 00'' 00 00 '''00 00 00 00'''
''2a 51 49 4c'' '''01 00''' ''01 00 04 00'' 00 00 '''00 00 00 00'''
''2a 51 49 4c'' '''01 00''' ''01 00 04 00'' 00 00 '''03 00 00 00'''
''2a 51 49 4c'' '''01 00''' ''01 00 04 00'' 00 00 '''31 00 00 00'''


--[[User:Schlumpf|Schlumpf]] 23:45, 11 August 2007 (CEST)
--[[User:Schlumpf|Schlumpf]] 23:45, 11 August 2007 (CEST)

Revision as of 23:59, 11 August 2007

These files are used for all of World of Warcraft's water. For each contained body of water in the game (except for the oceans) there exists one of these files. They reside within misc.mpq (and also in patch.mpq). There is also a WLQ file located at the exact same file and pathname as the .wlw files in misc.mpq. Little else is known about this file format...


speculation!

header

type		name			desc
char[4]		identifier		"*QIL"
int16		used			1 if data is in the file.
int32		version?		always 01000400
int16		?			always 0
int32		count			how many liqs in this chunk?
int32?		?			?


expamles

2a 51 49 4c 01 00 01 00 04 00 00 00 3d 00 00 00
2a 51 49 4c 01 00 01 00 04 00 00 00 01 00 00 00
2a 51 49 4c 01 00 01 00 04 00 00 00 1f 01 00 00
2a 51 49 4c 00 00 01 00 04 00 00 00 02 00 00 00
2a 51 49 4c 00 00 01 00 04 00 00 00 0c 00 00 00
2a 51 49 4c 01 00 01 00 04 00 00 00 0d 00 00 00
2a 51 49 4c 01 00 01 00 04 00 00 00 06 00 00 00
2a 51 49 4c 00 00 01 00 04 00 00 00 00 00 00 00
2a 51 49 4c 01 00 01 00 04 00 00 00 00 00 00 00
2a 51 49 4c 01 00 01 00 04 00 00 00 03 00 00 00
2a 51 49 4c 01 00 01 00 04 00 00 00 31 00 00 00

--Schlumpf 23:45, 11 August 2007 (CEST)