I'd like to use the built-in song system to add some new songs to my mod, but I'm running into a minor problem. I can get the songs to work, and I can get them to appear in the songs section of the pause screen. Unfortunately, I can't change the symbols- the game just ignores any "song/songslot-*.png" files I add in the graphics folder of my mod if a file of that name already exists in the data files. So, for example, whatever song is in slot 2 will have the Energy Form symbol, regardless of whether I have a file named songslot-2.png in my mod.
This seems to be due to the game caching those images when it first loads, and never checking to see if they've changed, as when I remove the line "song/*.png" from the file precache.txt, everything starts working properly. So, I guess what I want to know is: is there any way I can force the game to reload the precached images?
Alternately, a way to display any songs in slots 11 and up on the song list screen would also work.
- Edwards