Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hey Evan, after modding my GBA and getting an OmegaDE, your game came up as a recent one to get, and I haven't regretted it! I love the visual style and the music so much, and I have to ask where I can find a recording of the title music. I'm assuming it's Shadows mentioned in the credits, but I can't find it anywhere for some reason, and as a classical guitarist I wanted to learn the song the moment I heard it. Thank you so much!

Hi! Yes, the title screen track is called shadows, and a production company called Music2Hues composed and recorded the song. I thought this particular track was really well done and I bought the rights to use it for Skyland, thinking it would fit the title screen nicely. Unfortunately, Music2Hues has since gone out of business, and I don't know where you can still buy the song. However:

You could use the copy of the music track included in the game. You would just need to convert it to something that your computer can play, as the music data for the gba game is encoded in 16kHz PCM samples. You can fetch the raw data file here: https://github.com/evanbowman/skyland-beta/blob/master/scripts/data/music/shadows.raw (click the download button or "view raw")

Next, open the file as raw 8-bit signed 16kHz PCM samples, and export it to mp3 or something. In the free Audacity music editor for example, File->Import->RawData (Encoding: Signed 8-bit PCM, 1 Channel Mono, Sample rate 16000)