Sound (DEF)

From EDukeWiki
Revision as of 05:53, 23 February 2020 by Fox (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
This page is under construction.
Please help review and edit this page.

sound { [...] }

NOTE: This should only be used for HRP-like replacement of existing sounds. New sounds should use definesound.

Tokens

id <value>

Specifies the ID of sound. The ID can be found in DEFS.CON.

file <filename>

Specifies which audio file to use. File types: WAV, VOC, Ogg Vorbis, FLAC

volume <volume>

Adjusts the volume of the sound, default is 1.0

minpitch <value>

DESCRIPTION

maxpitch <value>

DESCRIPTION

priority <value>

DESCRIPTION

type <value>

DESCRIPTION

distance <value>

DESCRIPTION

Examples

sound { id "249" file "bonus.ogg" }