Update How to add charts?

entar 2025-06-10 09:52:43 +07:00
parent 776e4b81be
commit 9e48d74111

@ -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)`