Skip to content

BeatmapInfoRequest

Lekuru edited this page Jan 17, 2024 · 4 revisions

A packet to request beatmap information and personal records. The server will respond with the BeatmapInfoReply packet afterwards.

Size Datatype Description
4 sInt Amount of Filenames
List of String Filenames
4 sInt Amount of Ids
List of sInt Beatmap Ids

This changed in versions around b483, where only the filenames are requested:

Size Datatype Description
4 sInt Amount of Filenames
List of String Filenames
Clone this wiki locally