Dynamicsoundremap

From EDukeWiki
Revision as of 02:52, 3 June 2013 by Hendricks266 (talk | contribs) (Created page with "'''dynamicsoundremap''' This primitive enables the dynamic sound remapping system. It is used as a lone keyword outside of an actor, projectile, state or event...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

dynamicsoundremap

This primitive enables the dynamic sound remapping system. It is used as a lone keyword outside of an actor, projectile, state or event and provides the CON coder with the ability to change any of the default game sound IDs to any number by manipulating the definitions typically found in DEFS.CON and still allow the executable to play them correctly.

Dynamicsoundremap should be placed at the very beginning of the root CON file to be activated correctly.