MoP: Difference between revisions

From wowdev
Jump to navigation Jump to search
(Created page with 'This page is for Mists Of Pandaria files only. '''''Observations made in build 5.0.1.15464''''' =ADT= These are separated into 5 files now (up from 4 in Cataclysm). Map_X_X.ad…')
 
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 5: Line 5:
These are separated into 5 files now (up from 4 in Cataclysm).
These are separated into 5 files now (up from 4 in Cataclysm).
   
   
Map_X_X.adt has terrain information.
Map_X_Y.adt has terrain information.


Map_X_Y_obj0.adt has doodad and wmo information and the needed information in the MCNKs.
Map_X_Y_obj0.adt has doodad and wmo information and the needed information in the MCNKs.
Line 14: Line 14:




Note : _obj0.adt and _obj1.adt don't have the same [http://www.feangren.net/divers/mop_adt.png size]
Note : _obj0.adt and _obj1.adt don't have the same [[Media:Mop_adt.png|size]]


Otherwise, the structure seems to be the same as it was in Cataclysm.
Otherwise, the structure seems to be the same as it was in Cataclysm.
Line 29: Line 29:
== MWMO, MODF chunks ==
== MWMO, MODF chunks ==
As there is no WMO-based map on the beta (every map has some ADT), I have not seen these chunks.
As there is no WMO-based map on the beta (every map has some ADT), I have not seen these chunks.
[[Category:Format]]

Latest revision as of 23:02, 21 February 2016

This page is for Mists Of Pandaria files only. Observations made in build 5.0.1.15464

ADT

These are separated into 5 files now (up from 4 in Cataclysm).

Map_X_Y.adt has terrain information.

Map_X_Y_obj0.adt has doodad and wmo information and the needed information in the MCNKs.

Map_X_Y_obj1.adt is new and also has doodad and wmo information and the needed information in the MCNKs.

Map_X_Y_tex0.adt and Map_X_Y_tex1.adt have texturing information.


Note : _obj0.adt and _obj1.adt don't have the same size

Otherwise, the structure seems to be the same as it was in Cataclysm.

WDT

MPHD chunk

Same structure. However, new WDT flags have been discovered.

Most of the new maps have "da" flags. Several of them have "5e" or "4e". Only one map (StormstoutBrewery) has "c8", and a few have "ca".

MAIN chunk

Structure hasn't changed. As it was the case in Cataclysm, 2 on a tile displays "fake water" ingame.

MWMO, MODF chunks

As there is no WMO-based map on the beta (every map has some ADT), I have not seen these chunks.