FunkinCrew / Funkin

A rhythm game made with HaxeFlixel
https://www.newgrounds.com/portal/view/770371
Other
2.97k stars 2.29k forks source link

Bug Report: 2Hot does not show up on sorted Freeplay menu #2636

Closed GoombarioFan closed 5 months ago

GoombarioFan commented 5 months ago

Please check for duplicates or similar issues, as well performing simple troubleshooting steps (such as clearing cookies, clearing AppData, trying another browser) before submitting an issue.

If you are playing the game in a browser, what site are you playing it from?

What version of the game are you using? Look in the bottom left corner of the main menu. (ex: 0.2.7, 0.2.1, shit like that)

0.3.3

Have you identified any steps to reproduce the bug? If so, please describe them below in as much detail as possible. Use images if possible.

  1. Go to Freeplay menu
  2. Sort by #
  3. 2Hot will not be present

Please describe your issue. Provide extensive detail and images if possible.

screenshot-2024-06-01-02-25-44 Any song that begins with a number does not show up under the "#" option on the Freeplay menu. This includes 2Hot, as well as any songs that are modded into the game that begin with a number.

If songs that begin with numbers are supposed to use the first letter in their title to sort as instead, then 2Hot still doesn't show up under H either.

Keoiki commented 5 months ago

If it's meant to be a number filter, which would make the most sense, they screwed up the implementation. It actually filters for songs starting with a # instead of 0-9.

So if you were to add a modded song starting with a # then it'd show up there.

tposejank commented 5 months ago

What Keoiki said, just '#' sorting, for now it only seems to represent filtering songs that start by that symbol rather than the interpreted sorting of numbers

ninjamuffin99 commented 5 months ago

doh good catch! will add this to our task listy

ninjamuffin99 commented 5 months ago

this should be fixed in the upcoming 0.4.1 patch! thanks for the bug report!