Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for "freestyle" in multiplayer #11760

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

smoogipoo
Copy link
Contributor

@smoogipoo smoogipoo commented Dec 24, 2024

This is an MVP. @ppy/team-web please take this over.

I'm ferrying this via the "beatmapset_id" field which, when set, indicates that players in the room are able to individually pick their own choice of beatmap and ruleset.

I have added what I believe is one important comment where the osu!web team will need to add validation as required. Importantly:

  • Users should not be able to pick beatmaps outside of the current set.
  • Users should not be able to pick beatmaps with lengths exceeding +/- 30s from the base playlist item beatmap ($playlistItem->beatmap_id).
  • When "freestyle" mode is enabled, required_mods/allowed_mods should be kept empty.

Feature request: The score controller (rooms/{roomId}/playlist/{playlistItemId}/scores/{scoreId}) should return a beatmap model for each score rather than just a beatmap_id.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant