MTrop / DoomTools

Doom-related tools for Java. Home of DECOHack and lots of other utilities. Build WAD projects (and soon, other kinds) with ease!
https://mtrop.github.io/DoomTools/
MIT License
46 stars 5 forks source link

[DMXConv] Wrong padding values #110

Closed ceski-1 closed 11 months ago

ceski-1 commented 11 months ago

The padding values shouldn't always be 0x7F. The 16 bytes of padding before the waveform should match the 17th byte (i.e. the first byte of the waveform), while the 16 bytes of padding after the waveform should match the final byte of the waveform. Additional info here.

MTrop commented 11 months ago

You're right - but this correction needs to be done in DoomStruct, not DoomTools.

Issue created: https://github.com/MTrop/DoomStruct/issues/19

MTrop commented 11 months ago

Fixed in commit 9fff675bfd4f4a7d8d0cd941c6c7a1322c1524ff.