World.def

From wowdev
Revision as of 13:16, 20 May 2014 by Schlumpf (talk | contribs)
Jump to navigation Jump to search

The file World/Maps/world.def existed in the first wow alpha. Its a chunked file format and consist of an array of DMAP chunks.

DMAP

struct DMAP {
 char worldname[chunksize]; // not zero terminated
}

Content

The original content was {{'DMAP', 7, "Azeroth"}, {'DMAP', 8, "Kalimdor"}, {'DMAP', 9, "Undermine"}}.