shinyquagsire23 / OpenJKDF2

A cross-platform reimplementation of JKDF2 in C
Other
493 stars 39 forks source link

Music not playing MacOS (v0.8.18) #255

Closed michaelcarter closed 1 year ago

michaelcarter commented 1 year ago

As the title suggests, everything works flawlessly except I can't get the music working.

I've ripped the music from the original game discs to .wav, and then converted it to Ogg Vorbis format using ffmpeg like so:

ffmpeg -i Track12.wav -c:a libvorbis -q:a 5 Track12.ogg

I've then put these into the music folder:

Screenshot 2023-04-16 at 17 12 04

But when I run the game, I can see in the debug console that the music is failing to load:

Screenshot 2023-04-16 at 17 06 13

I also own a GoG copy of the game, but I have no way to install it and copy out its .ogg soundtrack files to test those as I'm on MacOS. If it's of any help, I'm running Ventura 13.2.1 and an Apple M2 Pro chip.

Thanks in advance for any assistance, and thank you for all your work on this. 🙌 I've been wanting to replay this game in its full glory for literally decades.

michaelcarter commented 1 year ago

Update: I got this working 🎉

For anyone in future struggling with this issue, I didn't realise all of the game files had been copied to ~/Library/Application\ Support/OpenJKDF2/openjkdf2. I moved my .ogg music files to ~/Library/Application\ Support/OpenJKDF2/openjkdf2/music and now everything is working perfectly.