Classes:Dirt5

From ZDoom Wiki

Jump to: navigation, search
Dirt
Actor type SFX Game
DoomEd Number None Class Name Dirt5
Spawn ID 48 Identifier T_DIRT5

Classes: Dirt5

Dirt, originally from Hexen, generalized by ZDoom to all games. However, sprites for this dirt aren't included in ZDoom.pk3, and must be provided. In Hexen.wad, the sprite is actually named ROCKH0 and is renamed at load-time by ZDoom.


DECORATE definition

ACTOR Dirt5
{
  SpawnID 48
  +NOBLOCKMAP
  +DROPOFF
  +MISSILE
  +NOTELEPORT
  States
  {
  Spawn:
    ROKK H 20
    Loop
  Death:
    ROKK H 10
    Stop
  }
}
Personal tools