This shows you the differences between two versions of the page.
| ded:map_info [2017-03-13 18:32] – skyjake | ded:map_info [2017-03-17 06:37] (current) – skyjake | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Map Info (DED) ====== | ||
| + | |||
| + | A //Map Info// definition specifies the properties of a map. | ||
| + | |||
| + | |||
| + | ==== Core concepts ==== | ||
| + | |||
| + | Map Info is a mechanism for defining the metadata and properties of a playable map. During the map authoring process, a map is given an identifier. This identifier is used to associate a Map Info definition with the map, thereby separating the metadata from the map data itself (geometry, spawn-spot information, | ||
| + | |||
| + | |||
| + | ==== Syntax ==== | ||
| + | |||
| + | {{page> | ||
| + | |||
| + | |||
| + | ==== Examples ==== | ||
| + | |||
| + | Doom's first map, " | ||
| + | | ||
| + | Map Info { | ||
| + | ID = " | ||
| + | Title = " | ||
| + | Title Image = " | ||
| + | Author = "id Software"; | ||
| + | Music = " | ||
| + | Par time = 30; | ||
| + | Sky = " | ||
| + | } | ||
| + | |||
| + | |||