Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Adding Custom Weeks

Stilic edited this page Sep 1, 2021 · 2 revisions

Taken from here.

Custom Weeks: Open source folder

Open StoryMenuState.hx

Add a new line to weekData with the songs you want and don't forget to put a comma after last week line if you added the week after it because only the last line shouldnt have a comma. Example:

Add another true to weekUnlocked and don't forget the comma again.

Add the character on the left, right, middle respectively and again don't forget the comma. (You must have created your character first before adding it to the week if you’re using a custom character and all the names lowercase).

Add a week description that appears in story mode in the top right corner in weekNames. The comma again.

Go to “assets\preload\images\storymenu” and add your png for your week with the week's order name. Example:

Go to MenuCharacter.hx and add a line for your character’s black line animation in the story mode menu screen. The name of your character is the first part, the name of the black line animation is the second and the frames is the third. To create new black lines animations go to ‘art/flashFiles’ folder and open ‘campain_menu_UI_assets’. From there you can create the new animation and export it as a sprite sheet along with all the other character animations needed and done. You could also draw on the already made sprite sheet and add lines to the xml file by hand. Then replace the new sprite sheet and xml to ‘assets\preload\images’