playlist.ddf

Stored in playlist.ddf. Lump is DDFPLAY. Numbers are in [] (instead of names, like in other DDF files). Each number should be unique.

Usage:
[ENTRY NUMBER] MUSICINFO=[TYPE]:[FORMAT]:[SONG NAME];

ex.
[01] MUSICINFO=CD:TRACK:1; // NOTE: CD tracks do not require quotes
[10] MUSICINFO=MUS:LUMP:"D_DEAD"; // NOTE: names with "_" in them *require* quotes
[ENTRY NUMBER] - any two digit number, reference this number in MISSION.DDF and LEVELS.DDF for the MUSIC and MUSIC_ENTRY fields.

[TYPE] - can be CD, MIDI, MUS, or MP3

[FORMAT] - if in a WAD, must be LUMP, if on a hard drive as a file, must be FILE, if a CD track, must be TRACK

[SONG NAME] - name of the actual file in a WAD or on a hard drive, or the CD track number. Remember, files with an underscore "_" in it, *require* quotes around the name (e.g. "D_DEAD").

back to top

DDF docs written by Andy Baker and Ziggy Gnarly, with updates by Andrew Apted.
Site design by Fanatic (with graphics and modifications by Ziggy Gnarly). Problems with the docs, errors and comments should be directed to the EDGE team.

© EDGE Team 1998, 1999, 2000.