Add support for "freestyle" in multiplayer #31260
Merged
Task list completed / task-list-completed
succeeded
Feb 4, 2025 in 0s
2 / 2 tasks completed
All tasks have been completed
Details
Required Tasks
Task | Status |
---|---|
ppy/osu-web#11760 | Completed |
ppy/osu-server-spectator#251 | Completed |
Closes #5578 | Incomplete |
We might want to contact a designer with spare time (icon designer chan maybe) to get something for this | Incomplete |
Bonus: also showing freemod when it's enabled | Incomplete |
In IRL discussion, the proposal is to do this in a follow-up PR to reduce complexity. I'm okay with that as we have a couple of weeks before the next release cycle. | Incomplete |
GetGameplayRuleset is virtual (and overridden by the multiplayer screen), but also reads from UserRuleset which is expected to be set by the multiplayer screen. |
Incomplete |
UserRuleset sits alongside the existing UserMods , but UserMods is never written to outside RoomSubScreen while UserRuleset is. |
Incomplete |
Loading