Sound sequence things: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(Created page with "Sound sequence things are objects placed on the map which modify the sound sequence of the sector they are spawned in. They're useful for the Doom format maps, but in UD...")
 
No edit summary
 
Line 1: Line 1:
Sound sequence things are objects placed on the map which modify the [[sound sequence]] of the sector they are spawned in. They're useful for the Doom format maps, but in [[UDMF]] you can directly assign the sequence id for each sector, removing the need of adding things in the map.
Sound sequence things are objects placed on the map which modify the [[sound sequence]] of the sector they are spawned in. They're useful for the Doom format maps, but in [[UDMF]] you can directly assign the sequence id for each sector, removing the need of adding things in the map.
[[Polyobjects]] don't use sound sequence things; instead the id is set directly from an argument in [[Polyobj_StartLine]] or [[Polyobj_ExplicitLine]].

Latest revision as of 13:23, 8 January 2017

Sound sequence things are objects placed on the map which modify the sound sequence of the sector they are spawned in. They're useful for the Doom format maps, but in UDMF you can directly assign the sequence id for each sector, removing the need of adding things in the map.

Polyobjects don't use sound sequence things; instead the id is set directly from an argument in Polyobj_StartLine or Polyobj_ExplicitLine.