DoorNormal

From ZDoom Wiki
Jump to navigation Jump to search

This is the default sound sequence for doors in Doom and Hexen. It is defined differently in zdoom.pk3 and in the Hexen IWAD.

SNDSEQ definition

The default ZDoom definition redirects to a different sound sequence as appropriate for the door speed and movement.

[DoorNormal
	0		DoorOpenNormal
	1		DoorCloseNormal
	2		DoorOpenBlazing
	3		DoorCloseBlazing
]

The Hexen definition provides a single sequence for all door speeds and both opening and closing movements.

:DoorNormal
	playtime        DoorOpen        13
	playrepeat      StoneMove
	stopsound	DoorCloseLight
end