Index
Audio
Compose
Design
Files
Hit Sounds
Metadata
Resources
Settings
Skinning
Spread
Timing
Index
Audio
Compose
Design
Files
Hit Sounds
Metadata
Resources
Settings
Skinning
Spread
Timing
/ Settings
Score/Combo overflow
Author: Hivie
Purpose
Warning when a difficulty's maximum ScoreV1 (HDHRDTFL SS) exceeds the signed 32-bit integer limit, or when its maximum combo exceeds the 16-bit unsigned integer limit.
Reasoning
Outcomes
ScoreOverflow
Score overflows in osu!(stable) (overflowing score). Ensure the map has the 'lazer-only' flag.
Cause: The maximum ScoreV1 achievable with an HDHRDTFL SS exceeds the 32-bit integer limit (2,147,483,647).
ComboOverflow
Combo overflows in osu!(stable) (max combo). Ensure the map has the 'lazer-only' flag.
Cause: The maximum achievable combo exceeds the 16-bit unsigned integer limit (65,535).