From 04777320e08a077835214cd8ae03a142a46cae49 Mon Sep 17 00:00:00 2001 From: entar Date: Mon, 11 Aug 2025 15:19:30 +0700 Subject: [PATCH] Update How to add charts? --- How-to-add-charts%3F.md | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-) diff --git a/How-to-add-charts%3F.md b/How-to-add-charts%3F.md index e1bedbe..d38f063 100644 --- a/How-to-add-charts%3F.md +++ b/How-to-add-charts%3F.md @@ -2,24 +2,9 @@ As easy as in every other engine! # Creating the chart -Unfortunately for now there is not a chart editor for this engine yet. But, we provide support for all psych charts < 1.0! +Unfortunately for now there is not a chart editor for this engine yet, But we provide support for V-Slice charts. -## Psych 1.x charts +# Adding music to the chart -If you want to add charts that were made in Psych above version 1.0, you need to go to modules/states/playstate.lua -Then you need to replace line 21 - -- `local chart = json.parse(chartString).song` - -with - -- `local chart = json.parse(chartString)` - -Then you need to go to modules/types/note.lua -Go to line 18 and replace - -- `mustPress = mustHitSection and raw[2] <= 3 or not mustHitSection and raw[2] > 3,` - -with - -- `mustPress = raw[2] > 3,` +You have to put the folder with Voices.ogg and Inst.ogg into the Songs folder within the engine. +The folder name must match the song name in metadata.json. \ No newline at end of file