Commit Graph

4 Commits

Author SHA1 Message Date
Simon Howard 052a82d314 Dedup duplicate tracks.
Some of Doom's music tracks are reused for multiple levels. In some
cases these different lumps have the same hash but there are several
where the hash is different even though the music is the same. So,
reduce the set of filenames in the Doom 1 config file, based on the
data from this page:

  <https://doomwiki.org/wiki/Doom_music>

This should allow smaller music packs to be produced - the config file
lists exactly which files should be included to cover all of Doom's
music, without any ambiguity.
2017-02-20 00:10:31 -05:00
Simon Howard 7464f7b62f Add paths to filenames.
This allows the music files to be bundled up in a directory by pack
and kept separate from one another.
2014-05-08 22:18:14 -04:00
Simon Howard a50346a9e0 Add config line for AV.wad MAP05. 2014-05-04 18:47:52 -04:00
Simon Howard 326a0f9f87 Add configuration file for Doom 1 music. 2014-05-04 18:17:54 -04:00