Doom MUS
From Just Solve the File Format Problem
(Difference between revisions)
(+) |
m |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 6: | Line 6: | ||
The contents of a MUS file are nearly identical to [[MIDI|SMF]] file, just laid out differently. | The contents of a MUS file are nearly identical to [[MIDI|SMF]] file, just laid out differently. | ||
| + | |||
| + | == Software == | ||
| + | * [http://slade.mancubus.net/ Slade (can convert to MIDI)] | ||
| + | |||
| + | == Sample files == | ||
| + | * https://telparia.com/fileFormatSamples/music/doomMUS/ | ||
== External links == | == External links == | ||
| Line 12: | Line 18: | ||
[[Category:Game data files]] | [[Category:Game data files]] | ||
| + | [[Category:Id Software]] | ||
| + | [[Category:DOOM (Game)]] | ||
Revision as of 11:46, 13 January 2023
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.