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

Muse Dash: Update song list to v3.12.0 and fix up a missing song #2659

Merged

Conversation

DeamonHunter
Copy link
Collaborator

What is this fixing or adding?

  • Adds all the songs from the Touhou Mugakudan -Ⅲ- update.
  • Increases the upper limit of additional songs to 508 due to there being 512 songs now.
  • Finally fixes umpopoff. As it was the only song that had less than 3 difficulties but also didn't have proper difficulty values

How was this tested?

Tests. And double checked via debugging the umpopoff was now getting difficulty values.

Fix umpopoff not being included in songs by giving its only difficulty a value of 7.

Fix warnings...

Increase the max amount of songs now that we have 512 songs

Fix syntax error that did not appear on my own repository.

Add in filler items.

Fix not adding a copy of the songs.

Set duplicate songs to useful instead of progression

Add placeholder for testing games.

Revert "Merge branch 'Deamon/FillerItemsTry2' into Deamon/TouhouMugakudan3"

This reverts commit 739a1a5, reversing
changes made to 59a02ac.
@DeamonHunter DeamonHunter added the is: enhancement Issues requesting new features or pull requests implementing new features. label Jan 3, 2024
@@ -34,6 +34,7 @@ class MuseDashCollections:
"Rush-Hour",
"Find this Month's Featured Playlist",
"PeroPero in the Universe",
"umpopoff"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"umpopoff"
"umpopoff",

@Berserker66 Berserker66 merged commit b6f3ccb into ArchipelagoMW:main Jan 11, 2024
12 checks passed
Jouramie pushed a commit to Jouramie/Archipelago that referenced this pull request Feb 28, 2024
- Adds all the songs from the Touhou Mugakudan -Ⅲ- update. 
- Increases the upper limit of additional songs to 508 due to there being 512 songs now.
- Finally fixes umpopoff. As it was the only song that had less than 3 difficulties but also didn't have proper difficulty values
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is: enhancement Issues requesting new features or pull requests implementing new features.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants