Doom MUS
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
(+) |
||
Line 8: | Line 8: | ||
== External links == | == External links == | ||
− | * [http://www.doomworld.com/idgames/?file=docs/editing/mus_form.zip MUS format description at DoomWorld] | + | * [http://www.doomworld.com/idgames/?file=docs/editing/mus_form.zip MUS format description at DoomWorld] ([http://www.textfiles.com/programming/FORMATS/mus_form.txt mirror at textfiles.com]) |
+ | * [http://doomwiki.org/wiki/MUS MUS at the Doom Wiki] | ||
[[Category:Game data files]] | [[Category:Game data files]] |
Revision as of 09:07, 2 May 2015
MUS is a format in which the background music is stored inside WAD files. MUS files are identified by the magic number 'M' 'U' 'S' 0x1a
.
The contents of a MUS file are nearly identical to SMF file, just laid out differently.