Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Adding a Song

Leather128 edited this page Oct 28, 2021 · 3 revisions

Adding a Song

Audio Files

To add song files into your mod, create a folder named songs in the main mod directory (the one with your _polymod_meta.json in it).

Songs Folder

Then create a folder with the name of your song in ALL LOWERCASE (can have special characters) inside of the songs folder.

Song Folder

After that, just add an Inst.ogg (and most of the time, a Voices.ogg as well) to the [SONG NAME] folder that you just created.

Inst.ogg & Voices.ogg

Charts

To add a chart for the song into the game, create a folder named data in the main mod directory.

Then create another folder inside of the data folder named song data, then inside that folder, create a folder that has the same name as your [SONG NAME] folder.

It should look something like this:

Song Data Thingy

Then inside that folder? Just put the .json charts of your song.

Charts

You don't need all difficulties, but any difficulty that isn't normal mode has an -[insert lowercase difficulty name here] at the end of it's name before the .json.

Clone this wiki locally