Difference between revisions of "Special Lumps"
From ECWolf Wiki
(Created page with 'ECWolf uses a variety of lumps that describe various elements of gameplay. Most of the formats used by ECWolf are modeled after the ZDoom source port of Doom. == General Purpose…') |
m (→General Purpose Scripts: ECWolf has some SNDSEQ support) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
ECWolf uses a variety of lumps that describe various elements of gameplay. Most of the formats used by ECWolf are modeled after the ZDoom source port of Doom. | ECWolf uses a variety of lumps that describe various elements of gameplay. Most of the formats used by ECWolf are modeled after the ZDoom source port of Doom. | ||
== General Purpose Scripts == | == General Purpose Scripts == | ||
+ | * [[ANIMDEFS]] | ||
+ | * [[DECORATE]] | ||
+ | * [[FONTDEFS]] | ||
* [[LANGUAGE]] | * [[LANGUAGE]] | ||
+ | * [[LOCKDEFS]] | ||
+ | * [[MAPINFO]] | ||
* [[SNDINFO]] | * [[SNDINFO]] | ||
− | * [[ | + | * [[SNDSEQ]] |
+ | * [[TEXTCOLO]] | ||
+ | * [[TEXTURES]] | ||
+ | * [[Art screens]] | ||
== Compatibility Scripts == | == Compatibility Scripts == | ||
+ | * [[Map translator]] | ||
* [[WL6 Maps]] | * [[WL6 Maps]] | ||
+ | * [[LATCHCFG]] |
Latest revision as of 04:59, 18 October 2020
ECWolf uses a variety of lumps that describe various elements of gameplay. Most of the formats used by ECWolf are modeled after the ZDoom source port of Doom.