World.def: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Documenting outdated formats for the win.)
 
m (File has since been removed)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
The file Maps/world.def existed in the first wow alpha. Its a chunked file format and consist of an array of DMAP chunks.
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=
=DMAP=
Line 8: Line 8:
=Content=
=Content=
The original content was {{'DMAP', 7, "Azeroth"}, {'DMAP', 8, "Kalimdor"}, {'DMAP', 9, "Undermine"}}.
The original content was {{'DMAP', 7, "Azeroth"}, {'DMAP', 8, "Kalimdor"}, {'DMAP', 9, "Undermine"}}.
[[Category:Format]]

Latest revision as of 02:38, 7 February 2016

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