Naxesss / MapsetVerifier

A modding tool for osu!
93 stars 8 forks source link

[Feature Request] Checking For Invisible Notes / Sliders Without CurvePoints #21

Open TRRESTGHGYTCFTGBCXSZD opened 2 years ago

TRRESTGHGYTCFTGBCXSZD commented 2 years ago

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)

Naxesss commented 2 years ago

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.