Jump to content

Music (DEF): Difference between revisions

From EDukeWiki
Fox (talk | contribs)
Created page with "'''music''' { [...] } == Tokens == '''id''' <value> <value> is "intro", "briefing", "loading" or "E'''x'''L'''y'''" (where x is the episode and y is the level). '''file'''..."
(No difference)

Revision as of 07:10, 21 February 2020

music { [...] }

Tokens

id <value>

<value> is "intro", "briefing", "loading" or "ExLy" (where x is the episode and y is the level).

file <filename>

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

Examples

music { id "E1L1" file "stalker1.ogg" }
music { id "intro" file "grabbag.ogg" }
music { id "briefing" file "briefing.ogg" }
music { id "loading" file "menusng2.flac" }