caligari87 / ObAddon

A repository of community-built prefabs and other enhancements for Oblige 7.70
https://caligari87.github.io/ObAddon/
GNU General Public License v3.0
80 stars 11 forks source link

Shuffler not using all tracks in MAPINFO #17

Closed Armaetus closed 5 years ago

Armaetus commented 5 years ago

I noticed while looking in multiple MAPINFO lumps with the "Shuffle Music" under ZDoom Special Addons is that I am seeing some tracks being used 2 or even 3 times and some not even being used at all in the music WAD I have loaded with the generated map set, even if it's an episode's worth of maps.

Not even the BEX shuffler had these issues.

GTD-Carthage commented 5 years ago

This should be fixable... it's just that the shuffler code runs for each map, thus a chance for duplicate entries lol

GTD-Carthage commented 5 years ago

This should be fixed for Doom 2, but Doom 1 is another case entirely since the ZDS Addons code still doesn't even count the maps for Doom 2 VS Ultdoom properly... I'll be closing this issue for now though and it might be preferable to open a new one specifically for Doom 1, as it involves something more than just the music shuffler...