-
Notifications
You must be signed in to change notification settings - Fork 57
Adding a Song
To add song files into your mod, create a folder named songs
in your mod.
Then create a folder with the name of your song in ALL LOWERCASE (can have special characters) inside of the songs
folder.
After that, just add your OGG audio files to that song folder.
📝 Note: Your song's audio must be named either Inst or Voices (with a dash and difficulty name for any difficulty specific audio).
To add a chart for the song into the game, create a folder named data
in your mod.
Then create a folder inside of the data folder named song data
.
Finally create a folder with your song's name in ALL LOWERCASE in the song data folder.
It should look something like this:
Then (if you have them already), place your charts into that folder so the game can load them, they should look something like this.
You don't need all difficulties, but any difficulty that isn't normal mode has a dash and then it's difficulty name in ALL LOWERCASE after it.