Quote from: AllyTally ♡ on June 15, 2020, 12:57:31 AMThe music file caused issues with anything higher than 2.2honestly, you're lucky that the music file even works on 2.2 in the first place
by filling the headers with 0x69, cos8o made it so that the game thinks there's a bunch of songs in the file at position 0x69696969 and are also 0x69696969 bytes long. or 1768515945 bytes long. which is literally 1768515 kilobytes, or 1769 megabytes, or 1.8 gigabytes.
attempting to allocate a bunch of 1.8-gig blocks of data will not end well, and will probably result in the game being closed on windows. (windows kills the process if it mallocs more than the amount of available memory, instead of returning NULL, but that's a rant for another time.) if you're lucky, your build of the game will do nothing. but only if you're lucky.
i've no idea how his music files work fine on 2.2 at all, and what's scarier is how many people have probably used his trash editor to make music files, and now there's just a bunch of music files floating around in the wild with a bunch of 0x69 garbage because dipshit mcgee here thinks he's the pinnacle of humor