Music: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
No edit summary
One (talk | contribs)
No edit summary
Line 1: Line 1:
music <num> <x1> <x2> <3> <4> <5> <6> <7> <8> <etc>
'''music''' <num> <x1> <x2> <3> <4> <5> <6> <7> <8> <etc>


Sets up music to be played during levels depending on how <num> is used, and how many levels there are.
Sets up music to be played during levels depending on how <num> is used, and how many levels there are.
Line 12: Line 12:
EXAMPLE2:
EXAMPLE2:


music 1 E1M1.mid E1M2.OGG E1M3.mid E1M4.mid
'''music''' 1 E1M1.mid E1M2.OGG E1M3.mid E1M4.mid


(To be played on episode 1, levels one thru four.)
(To be played on episode 1, levels one thru four.)

Revision as of 13:08, 4 May 2009

music <num> <x1> <x2> <3> <4> <5> <6> <7> <8> <etc>

Sets up music to be played during levels depending on how <num> is used, and how many levels there are.

EXAMPLE:

<num> - 0 (This will mean that only <x1> and <x2> apply, <x1> being the music for the title screen, and <x2> being the music for the end.) <num> - 1-4 (This really depends on how many episodes you have, you don't really need to put four 'playlists' if you dont have four episodes.)

<1-etc> - TEMP.OGG (This is the music file to be played during whatever level number it applies to.)

EXAMPLE2:

music 1 E1M1.mid E1M2.OGG E1M3.mid E1M4.mid

(To be played on episode 1, levels one thru four.)

See also definevolumename, definelevelname

NOTE: supports MIDI and OGG.