-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Adding a New Difficulty
On this Example, i will be adding a new difficulty called "Crazy", all charts for this difficulty should end with "-crazy".
For adding a new Difficulty in Source you should either:
Press 7 on the Main Menu and select the Week Editor.
Go to the "Other" tab and write your difficulties names under "Difficulties".
Save your week and you should be almost ready to go! Skip Method 2 of this tutorial page and go to "Files needed".
This is probably the easiest part.
Our difficulty will be called Crazy
, and the chart suffix will be -crazy
Open CoolUtil.hx inside source/
, right at the start, you will see this array:
So... add your new difficulty to it, like this.
You will need the difficulty image for the Story mode menu, and you're also gonna have to do the Crazy difficulty chart to all songs. Here's my Crazy difficulty image for an example:
Put this image inside assets/preload/images/menudifficulties/
with it being named crazy.png
and we're ready to go!
If you've done everything alright, it should be in and working properly!