LTCHIPS / rottexpr

A Rise Of The Triad Source Port with additional gameplay options and more...
GNU General Public License v2.0
97 stars 27 forks source link

Support for External Music Packs? #26

Open MasterO2 opened 4 years ago

MasterO2 commented 4 years ago

Can support for External Music Packs be added to RottEXPR?

For example, such as the ones found at the site below?

http://sc55.duke4.net/

LTCHIPS commented 3 years ago

I'm not sure what it would take to add external music pack support, but I think you could still use the normal way of loading a custom wad with music tracks to replace the existing ones.

Ultimately, the thing that will have the most impact on how music sounds in rottexpr is the soundfont used. At the moment, rottexpr is not equipped to load custom soundfonts, but SDL_mixer does support it, so all that needs to happen is that me or someone will need to write the necessary code to load custom soundfonts.

MasterO2 commented 3 years ago

At the moment, rottexpr is not equipped to load custom soundfonts, but SDL_mixer does support it, so all that needs to happen is that me or someone will need to write the necessary code to load custom soundfonts.

@LTCHIPS Do you intend to do that?