Sound (DEF): Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Fox (talk | contribs)
No edit summary
Fox (talk | contribs)
No edit summary
Line 19: Line 19:
'''minpitch''' <value>
'''minpitch''' <value>


Description.
DESCRIPTION


'''maxpitch''' <value>
'''maxpitch''' <value>


Description.
DESCRIPTION


'''priority''' <value>
'''priority''' <value>


Description.
DESCRIPTION


'''type''' <value>
'''type''' <value>


Description.
DESCRIPTION


'''distance''' <value>
'''distance''' <value>


Description.
DESCRIPTION


== Examples ==
== Examples ==

Revision as of 09:09, 22 February 2020

This page is under construction.
Please help review and edit this page.

sound { [...] }

Tokens

id <value>

Specifies the ID of sound. The ID can be found in DEFS.CON. NOTE: This should only be used for HRP-like replacement of existing sounds. New sounds should use definesound.

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" }