The-New-Platinum-Team / PlatinumQuest-Dev

The main repository for the game PlatinumQuest after the formation of new development team.
MIT License
14 stars 8 forks source link

Game crashes with certain custom songs #111

Closed Moonep closed 1 year ago

Moonep commented 1 year ago

I wanted to add custom music from fallout 1. For whatever reason one song works but the others crash the game when I try to play them.

I've made sure that all of them fit the ogg format.

TheGreatAutismo commented 1 year ago

The bitrate also matters. If the bitrate is incorrect, that's likely the cause of the issue. I'm not sure what the correct bitrate is myself, but try looking at the songs already in PQ

Moonep commented 1 year ago

thanks. Edit: the bitrates are exactly the same as the bitrates of vanilla songs

Moonep commented 1 year ago

Solution: go into audacity and re-export it as .ogg

alternative if ffmpeg is your cup of tea, ffmpeg -i file.ogg file.ogg