EditSaber icon indicating copy to clipboard operation
EditSaber copied to clipboard

Feature Request: Invert All Colors in the Level

Open TheMikirog opened this issue 6 years ago • 3 comments

Hello!

Sometimes when I'm working on a new track and test it half-way in-game, I realize I've used the wrong saber colors and my hands are reversed. Because of that, I have to change the colors of all notes manually just to test my level properly.

A quick function would solve that problem with no effort. It's not really something a lot of people would use, but that is a good quality of life option to have.

TheMikirog avatar Jun 22 '18 10:06 TheMikirog

You can do this somewhat easily by opening the track data .json file in a text editor.

Open a text editor and copy out the entire "_notes" JSON array into a new text file.

In this new text file, find / replace:

"_type": 0 with "_type": 999

Then find / replace "_type": 1 with "_type": 0

and finally "_type": 999 with "_type": 1

Then place this new updated "_notes" array back into the original file, replacing the old one.

megalon avatar Jul 09 '18 18:07 megalon

@megalon I solved that a day after I sent in the Issue, but that doesn't mean everyone is going to get it. One simple click would solve this thing, but I have to fiddle around with configs.

TheMikirog avatar Jul 09 '18 18:07 TheMikirog

https://github.com/caffeine239/BeatSaberColorSwap for anyone else.

caffeine239 avatar Sep 07 '18 02:09 caffeine239