so we are getting something or do i need to wait another 8 months smh
QuaverBot
1 month ago
The creator has just updated their mapset, and its status has been changed back to Resolved.
Emik
2 months ago
I have on-hold this mapset because:
The mapset's timing is incorrect, and requires an offset or additional timing point(s).
Edit > Apply Offset To Map > "8" > SURE
I am making suggestions for one or multiple difficulties in the mapset.
check modding (some of your notes have unintentional flams)
Additional comments:
the following section is for myself: code i wrote to detect flams
```cs
Quaver.API.Maps.Qua
.Parse("/media/d/Steam/steamapps/common/Quaver/Songs/33734 - 162/144541.qua")
.HitObjects
.Skip(1)
.Zip(Quaver.API.Maps.Qua.Parse("/media/d/Steam/steamapps/common/Quaver/Songs/33734 - 162/144541.qua").HitObjects)
.Where(x => x.First.StartTime - x.Second.StartTime is > 0 and < 16)
.Select(x => $"{x.First.StartTime},{x.First.Lane}")
```
Kirisame Marisa
2 months ago
I have voted for this mapset!
Additional comments:
not bad