-
Notifications
You must be signed in to change notification settings - Fork 5
Modding
This engine takes modding one step further with some new mod folders:
- Menu Difficulties
- Stages
- Notestyles
- Credits
- Pixel UI
- Main Menu Assets
For your custom menu difficulties, make sure it is in the form of a .png. The file MUST be 314 by 104. Then, put it in the path "mods/images/menudifficulties" or "mods/my-mod/images/menudifficulties".
The stages folder is for when your custom stage needs to be in the path, “mods/images/stages” or "mods/my-mod/images/stages".
Your custom notestyles go in the notestyles folder.
For the credits, draw your credit icon (which MUST be 140x150), then put it in mods/images/credits or mods/my-mod/images/credits. Then, create a .txt file for your credits. The format used is:
Heading
name::image::description::link::color
And be sure to put your credits in mods/data or mods/my-mod/data.
Put your custom pixel notes in mods/images/pixelUI.
Make sure to put your custom Story Mode, Freeplay, Mods, Awards, Credits, Donate or Options assets in mods/images/mainmenu or mods/my-mod/images/mainmenu.