Classes:Dirt2

From ZDoom Wiki

Jump to: navigation, search
Dirt
Actor type SFX Game
DoomEd Number None Class Name Dirt2
Spawn ID 45 Identifier T_DIRT2

Classes: Dirt2

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


DECORATE definition

ACTOR Dirt2
{
  SpawnID 45
  +NOBLOCKMAP
  +DROPOFF
  +MISSILE
  +NOTELEPORT
  States
  {
  Spawn:
    ROKK E 20
    Loop
  Death:
    ROKK E 10
    Stop
  }
}
Personal tools