juanfgs: I'm running the game on Fedora 24. Just played my first game and had a blast, but I can't seem to be able to hear the music, just the sounds. The music works if I play the windows version through wine, but then I don't get controller support.
This game is hilarious. I can't wait to play this with some friends :D
JudasIscariot: Hi,
Please make sure you have the following packages (or their equivalent in Fedora :) )
libsdl2-2.0-0 libsdl2-mixer-2.0-0
These should be the 64-bit versions.
We will be adding this to the game card :)
Hello I already had SDL2-mixer installed. But your answer pointed me to the correct direction. I noticed the music is packed in mp3. Fedora doesn't ship SDL2-Mixer compiled with Mp3 support. So I installed libmad-devel and compiled SDL2-mixer with the following parameters:
./configure --prefix=/usr --enable-music-ogg --enable-music-libmikmod \
--enable-music-mp3-mad-gpl --disable-music-native-midi --enable-music-timidity-midi
After that ingame music worked perfectly. However this is a complicated way to solve it for most users, it would be easier if you guys could pack your music in .ogg which is probably supported by default by all distros
Thanks!