Music (DEF): Difference between revisions
Jump to navigation
Jump to search
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 edit summary |
||
Line 1: | Line 1: | ||
'''music''' { [...] } | <span {{code}}>'''music''' { [...] }</span> | ||
== Tokens == | == Tokens == | ||
'''id''' <value> | <span {{code}}>'''id''' <value></span> | ||
<value> is "intro", "briefing", "loading" or "E'''x'''L'''y'''" (where x is the episode and y is the level). | <value> is "intro", "briefing", "loading" or "E'''x'''L'''y'''" (where x is the episode and y is the level). | ||
'''file''' <filename> | <span {{code}}>'''file''' <filename></span> | ||
Specifies which audio file to use. File types: MIDI, Ogg Vorbis, FLAC | Specifies which audio file to use. File types: MIDI, Ogg Vorbis, FLAC |
Latest revision as of 04:45, 23 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" }