Why is there no sound in my game?
In order to play the music in the game, you must first convert all of the sound files from their current .mp3 format to the larger .wav format (only format supported by VBA). To do this you can download a miriad of free mp3 to wav converters. I reccommend Switch MP3 Converter Software which can be downloaded for free from:
Once you have installed the software, open it, go to 'Add folder', and browse to where you saved the RPG folder. In the RPG folder, there is a folder named 'Game Music'. Select this as the folder to open and all of the game music should appear in the conversion window. Next, at the bottom left-hand corner, change the conversion format type from the default .mp3 and instead select: '.wav' Also, to the right of the 'Output Folder' box and its 'Browse' button, there should be a checkbox that reads: 'Output to same folder as source files'. Check this box, then click the convert button in the lower right-hand corner. That's it. You should now have fully functional music in your game.
Why is there a constant ding noise in my game?
This is most likely due to the fact that the music files have not been converted to a .wav format as described above. If you do not wish to have the music in your game, once you start or load a game, simply press ctrl+m to toggle the music to off mode (or similarly if you activate the 'Work Mode' via ctrl+f, the sound will also default to the off state).