-
Notifications
You must be signed in to change notification settings - Fork 117
[Bug] Tracker music in .MOD format doesn't play #188
Comments
This might as well be due to the used MOD rendering library (i.e. libdumb). |
DUMB 2.0.3 doesn't work correctly indeed. Version 0.9.3 seems to play MOD files fine. I guess, support for 2.x was never completed in the original PrBoom+. |
Does it help if we replace prboom-plus/prboom2/src/MUSIC/dumbplayer.c Line 147 in fdbd0a8
|
The values may even get |
It works with |
From looking at |
@alexey-lysiuk Would you like to adjust this in the code? |
Done. It would nice to know why that flag was used for DUMB 2.x though. |
I introduced that change back then but don't remember why, honestly. |
This provides some insight into this issue: kode54/dumb#86 Upstream recommends setting this to |
Hey again,
I've noticed recently that tracker music in the .MOD format doesn't play in this fork, while it plays fine in the latest version of regular PrBoom+ (both the stable and test versions). Other formats of tracker music I've seen used in wads (.S3M, .XM, and .IT) play correctly, so it's an issue specific to the .MOD format.
NoReason's Speedmaps 2 is an example of a wad that uses some tracker music in the .MOD format, including its D_DM2TTL lump, so it should be easy to compare the behaviour difference between the aforementioned PrBoom+ versions.
Thanks in advance and keep up the great work!
The text was updated successfully, but these errors were encountered: