Commit graph

4 commits

Author SHA1 Message Date
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
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
aea562d199 Add config file for TNT music pack. 2014-05-04 18:37:46 -04:00