Thanks for all the work continuing the game!
I'm noticing the background music stops as soon as I leave the title screen with the recent patch. Starting a new game or going to the "load game" screen kills the music entirely. Sound from the girls' videos is intact. Am I just missing a setting somewhere?
Issue that was from the original. The fix: Create a Musics folder in the same directory, and in that, create a Work folder and a club Folder. That was just me forgetting to toss the blank folders in there.
Also, if you convert some mp3s into .ogg, you can toss them into those folders and have your own music. I happen to do so, so this was just a result of me moving my oggs from the test build to the real build on my end.
EDIT: I have solved the problem on the code end. The way it works on your end is that it first puts the name of the music directory in the musicfilelist as a temporary placeholder and then it uses that, takes any files in the music directory, and sticks them in there. Then later, it checks to see if this is blank. If it is (meaning the directory is there but no files) it goes on with the default music, otherwise, it uses that as a music list.
However, what happens if you don't have the directory at all is it still sets the directory name as the list, and goes 'I can't find a directory to find files in uhhh uhhh i don't know what to do' and panics and just moves on. Which means that the music list isn't blank, but still has no music.
The fix to this is to put in a thing where if it doesn't work, the game just goes 'well, something didn't work, let's just make this blank' and now we should never see this issue again if I neglect the blank folders.