Classes:Dirt4

From ZDoom Wiki

Jump to: navigation, search
Dirt
Actor type SFX Game
DoomEd Number None Class Name Dirt4
Spawn ID 47 Identifier T_DIRT4

Classes: Dirt4

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 ROCKG0 and is renamed at load-time by ZDoom.


DECORATE definition

ACTOR Dirt4
{
  SpawnID 47
  +NOBLOCKMAP
  +DROPOFF
  +MISSILE
  +NOTELEPORT
  States
  {
  Spawn:
    ROKK G 20
    Loop
  Death:
    ROKK G 10
    Stop
  }
}
Personal tools