World.def

From wowdev
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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. It was removed in 0.7.0.3694.

DMAP

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

Content

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