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

Fix Pico's songs not appearing on Freeplay #3506

Merged
merged 6 commits into from
Oct 4, 2024
Merged

Conversation

ninjamuffin99
Copy link
Member

Freeplay would default it's difficulty string to normal but pico variations are normal-pico, so it wouldn't show you any Pico remix songs until you went to Random and changed difficulties.

This just initializes the suffixed difficulty string with -pico (or any other non-bf character id) when we load up Freeplay, so the initial generateSongs() filters correctly

@ninjamuffin99 ninjamuffin99 changed the base branch from main to develop October 1, 2024 04:50
@ninjamuffin99 ninjamuffin99 changed the title Pico menu fix Fix Pico's songs not appearing on Freeplay Oct 1, 2024
@ninjamuffin99 ninjamuffin99 force-pushed the develop branch 2 times, most recently from e0b1b01 to 410cfe9 Compare October 4, 2024 01:25
@ninjamuffin99 ninjamuffin99 force-pushed the pico-menu-fix branch 2 times, most recently from 5e8590b to 38de7c1 Compare October 4, 2024 02:07
@EliteMasterEric EliteMasterEric self-requested a review October 4, 2024 03:53
@EliteMasterEric EliteMasterEric added this to the 0.5.2 milestone Oct 4, 2024
@EliteMasterEric EliteMasterEric added type: major bug Involves a major bug, including crashes, softlocks, or issues blocking progression status: accepted Approved for contribution. If it's not already merged, it may be merged on a private branch. large A large pull request with more than 100 changes labels Oct 4, 2024
Previously the game would load variations in a `variation-difficulty` string format, but now we map it out better and filter it based on that, rather than messing around with suffixes and whatnot. If you have a mod that depended on the functionality of the `variation-difficulty` format, you should accomodate that functionality in another way

re-add freeplay song preview

song names and icons implemented again

implement the scoring rank, bpm, and difficulty crud

albumId loading fix
…ng()` to allow usage of the function by inputting a variation id
…multiple variations/difficulty input

freeplay implement for NEW song stuff w/ assets submod

save data crap and crud

rank icon fixes for fixed pico menu
@ninjamuffin99 ninjamuffin99 merged commit d2e2987 into develop Oct 4, 2024
@7oltan
Copy link
Contributor

7oltan commented Oct 10, 2024

thanks ninja muffin, you da goat

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
large A large pull request with more than 100 changes status: accepted Approved for contribution. If it's not already merged, it may be merged on a private branch. type: major bug Involves a major bug, including crashes, softlocks, or issues blocking progression
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants