This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| data_lump [2009-08-13 15:03] – Robot: Changing Category:Map Author's Guide dewbot | data_lump [2017-03-19 20:44] (current) – skyjake | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Data lump ====== | ||
| + | |||
| + | [[WAD]] files consist of //data lumps// and a [[WAD directory]]. Each data lump is identified by a case-insensitive name whose length is at most 8 characters. | ||
| + | |||
| + | //Marker lumps// are special data lumps that have no data (their length is zero), but their location in the [[WAD directory]] is used as information. For instance, the location of the lumps that contain data for a map is marked by a marker lump. | ||
| + | |||
| + | |||
| + | |||
| + | |||