Sound sequence things

From Eternity Wiki
Revision as of 13:23, 8 January 2017 by Printz (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.