kionell / osu-parsers

A bundle of decoders/encoders for osu! file formats based on the osu!lazer source code.
MIT License
38 stars 8 forks source link

Add combo offset to the parsed objects #1

Closed kionell closed 2 years ago

kionell commented 2 years ago

osu! uses additional hit object types (ComboSkip1, ComboSkip2, ComboSkip3) to add offset to combo indexes. At this moment beatmap parser doesn't support it.