Commit Graph

13 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 4ddc373502 Add back duplicate filenames under separate sections.
This is particularly important for the TNT config, where the "canonical"
filename for some of the tracks is not obvious. The logic in Chocolate
Doom allows duplicate entries for the same hash, so we'll check each
entry to see if we can find the referenced file. But keeping the dupes
in a separate section allows music pack authors to determine the minimum
number of tracks which need to be generated to cover a game.
2016-06-01 15:08:06 -04:00
Simon Howard bd34dd9aca Fix duplicate mapping entries.
Some of the tracks found in the IWADs are included multiple times,
meaning that they have the same SHA1 hash. In these cases it is not
necessary to have multiple files; only a single file and a single
SHA1.
2016-06-01 13:15:26 -04:00
Simon Howard dd94fcfdd2 Add mapping configuration for Hexen CD audio.
The Hexen install CD includes audio tracks with high quality recordings
of some, but not all of Hexen's music tracks. Add secondary configuration
that people can use to play with audio files ripped from the Hexen CD.
2014-10-07 21:52:14 -04: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 da0e9db3aa Add README file. 2014-05-04 18:46:06 -04:00
Simon Howard bfd6cb4774 Add config file for Strife high quality music pack. 2014-05-04 18:44:26 -04:00
Simon Howard 2bb860b8f5 Add config file for Hexen high quality music pack. 2014-05-04 18:41:36 -04:00
Simon Howard 357ab9e222 Add config file for Heretic music pack. 2014-05-04 18:38:35 -04:00
Simon Howard aea562d199 Add config file for TNT music pack. 2014-05-04 18:37:46 -04:00
Simon Howard 79c02a7654 Add config file for Doom 2 pack. 2014-05-04 18:26:12 -04:00
Simon Howard 326a0f9f87 Add configuration file for Doom 1 music. 2014-05-04 18:17:54 -04:00