ZedDevStuff / USTManager

MIT License
1 stars 1 forks source link

Make the directories require forward slashes instead of backslashes #25

Closed kierkat10 closed 4 months ago

kierkat10 commented 4 months ago

This would most likely break a LOT of music mods, but simple things such as: "levels": { }, "7-2": { "clean1": "7-2\7-2Intro.wav", "battle1": "7-2\7-2Intro.wav" don't work because it uses backslashes. I don't know much about JSON, but I've tried all of the "solutions," and now I know one thing about JSON: It gets really mad when you try and use backslashes in a string.

So please, make it so forward slashes are used instead of backwards ones because they are so much easier to work with (probably idk)

(fyi, i don't even know if this is possible judging that USTManager uses JSON entirely and it might not accept forward slashes)

kierkat10 commented 4 months ago

nevermind it does use forward slashes im just a dumbass