m1el / BeatSaber-SliceVisualizer

Visualizing how your cuts are offset from the perfect slice
MIT License
23 stars 11 forks source link

Presets, and my addition if they're ever a thing. #20

Open laundmo opened 3 years ago

laundmo commented 3 years ago

Are there plans about settings presets? Would be kind of neat, as i think editing all the settings ingame would be quite a hassle.

If it ever becomes a thing, heres my preset, i call it "Ghost Cuts"

SliceVisualizer.json ```json { "Enabled": true, "SliceWidth": 0.06, "ScoreScaling": "Linear", "ScoreScaleMin": 0.05, "ScoreScaleMax": 0.5, "ScoreScale": 1.0, "MissedAreaColor": [ 0.0, 0.0, 0.0, 0.2 ], "SliceColor": [ 1.0, 1.0, 1.0, 0.7 ], "ArrowColor": [ 1.0, 1.0, 1.0, 0.2 ], "BadDirectionColor": [ 0.0, 0.0, 0.0, 0.4 ], "CenterColor": [ 1.0, 1.0, 1.0, 0.3 ], "UseCustomColors": true, "LeftColor": [ 0.659, 0.125, 0.125, 0.1 ], "RightColor": [ 0.125, 0.392, 0.659, 0.1 ], "CubeLifetime": 0.15, "PopEnd": 0.1, "FadeStart": 0.2, "PopDistance": 0.5, "PositionFromCubeTransform": true, "RotationFromCubeTransform": true, "CubeScale": 0.6, "CenterScale": 0.2, "ArrowScale": 0.6, "UIOpacity": 1.0, "CanvasOffset": { "x": 0.0, "y": 0.0, "z": 2.5 }, "CanvasScale": 0.5 } ```