Skip to content

Commit

Permalink
Merge pull request #6 from NotHyper-474/duplicate-removal
Browse files Browse the repository at this point in the history
Remove duplicate
  • Loading branch information
EliteMasterEric authored Aug 1, 2024
2 parents 3af6139 + 5ea4a55 commit cc84b23
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/04-custom-stages/04-01-creating-a-stage.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,13 +157,4 @@ The animation names the game uses by default are:

When the game starts, it queries the list of possible characters by searching in the `data/characters` folder for JSON files. This gets used to preload data which is used later when the character is loaded in a stage.

## Using a Stage in a Song

There are two ways to use your stage in a song once it's implemented.

1. Create a new chart. Open the Chart Editor, start a chart, and select the stage from the `Metadata` toolbox before charting.
2. Edit an existing chart in your mod. Open the `metadata.json` file and check in `playData` for the `stage` key, and set it to your internal ID.

Once the chart which references your stage is in your mod folder, simply start the game with your mod installed.

[^stagesource]: <https://github.com/FunkinCrew/funkin.assets/blob/main/preload/data/stages/mainStage.json>

0 comments on commit cc84b23

Please sign in to comment.