User Tools

Site Tools


modding:data_lump

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
data_lump [2006-07-24 07:00] skyjakedata_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.
 +
 +
 +
 +