MapsetVerifier
MapsetVerifier copied to clipboard
[Feature Request] Checking For Invisible Notes / Sliders Without CurvePoints
Normal Sliders Have CurvePoints Like 113,85,11274,6,0,P|151:85|201:121,1,80
, but Invisible Notes / Sliders Without CurvePoints Looks Like 146,189,13070,2,0,L,1,47.9999985351563
, And It Does not Detect.
Slider Syntax Looks like x,y,time,type,hitSound,curveType|curvePoints,slides,length,edgeSounds,edgeSets,hitSample
, but having no curvePoints set it goes invisible (not in osu!lazer)
Hmm I guess you mean there's a false negative in the existing invisible slider check, CheckInvisibleSlider
? It's possible the parsing gets messed up because of there not being a |
... will have to investigate.