Skip to content

Custom music

Pk11 edited this page Jan 24, 2020 · 3 revisions

By placing a sound.msl file in your theme folder and selecting Theme as the music in settings you can play custom background music.

Where to get

You can create a .msl file from .mod, .it, .s3m, and .xm module files. You can find lots of modules on The Mod Archive or make your own in a tracker such a OpenMPT.

Converting a module to a .msl

  • Install mmutil from devkitPro pacman
  • Run mmutil [file.mod] back.wav click.wav -d -osound.msl
    • (replace [file.mod] with the name of your file)
    • You can download the default back.wav and click.wav from the repo
    • You must include the back.wav and click.wav in order to have sound effects, they can be replaced with custom ones too though. They can be any .wav file, though try to keep them small.
Clone this wiki locally