Adding Custom Songs - kadedevteam/Kade-Engine-Offical GitHub Wiki

Adding Custom Songs

Warning: With the new file system you need to use week 1 duplicates of jsons or change the jsons player1, player2 and the song name so it can be accessible through the corresponding week folder or shared folder. Basically if the json needs assets from a different week folder than the new song's week, it will break.

ADDING CHARTS

Create a new folder in ‘assets/preload/data’ for your song with the name of the song (lowercase and no spaces). Now Compile your game and go to export/windows/stable/ and open the game! then select your bg and character in the chart editor and save them in the folder you created and name them the name of the song (-hard for hard dif, -easy for easy dif, and just the name for it to be normal) and save them.

ADDING MUSIC

Then go to ‘assets/songs and create a new folder again. Add your new music to the folder with ‘Inst’ for the instruments and ‘Voices’ to the vocals (.ogg)..

SONGS TO FREEPLAY MENU

Then go to assets/preload/data and open freeplaySongList.txt and add your songs on the list. Then Compile your game and check out the results!

IF I MISSED ANYTHING PLEASE FIX IT IN A PULL REQUEST