diff --git a/How-to-add-charts%3F.md b/How-to-add-charts%3F.md index 78637a7..5c09fde 100644 --- a/How-to-add-charts%3F.md +++ b/How-to-add-charts%3F.md @@ -6,4 +6,5 @@ Unfortunately for now there is not a chart editor for this engine yet. But, we p ## Psych 1.x charts -If you want to add charts that were made in Psych above version 1.0, you need to go to psych.lua and remove [this](https://cdn.discordapp.com/attachments/1380868403618910210/1381827450006143036/image.png?ex=6848ee99&is=68479d19&hm=3d5ebafba1790436404f9f1c98f20040918b523c9b8e4ca9c898c8dd985e2be8&) from the script +If you want to add charts that were made in Psych above version 1.0, you need to go to psych.lua +Then you need to replace line 21 ` local chart = json.parse(chartString).song` with ` local chart = json.parse(chartString)`