World.def: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Documenting outdated formats for the win.)
(No difference)

Revision as of 21:37, 31 December 2010

The file 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"}}.