Custom music - Universal-Team/pkmn-chest GitHub Wiki
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.
.msl
Converting a module to a - 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
andclick.wav
in order to have sound effects, they can be replaced with custom ones too though. I think they can be basically any .wav file, though try to keep them small.
- (replace