-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Bug Report: Pico's Explosion Game Over Song Doesn't Loop #2900
Comments
Whoops! Meant to put Edge as the browser! Shouldn't matter anyways, it works on any build. |
Good catch! |
Just took a look, and the issue is a bit more complicated than I first thought.
I've replicated and recorded the bug here: 2hot.gameover.fade.in.bug.mp4 |
the comment "this code is jank as hell" lol i dont know any C, but i know my ways kinda onComplete (function after completion) one thing to note is that during the fade in if you press retry the retry sound isn't faded in either but that doesn't matter that much |
also they need to give you a raise/pay you if you aren't already because you have been fixing issues left and right and if you have time, i have two other issues edit: 4 more issues |
It's alright, I do this for fun! |
No dude you are literally the Github guy at this point you literal handle so much of their stuff and do it so professionally they should pay you bro you deserve it at this point. You like an under the counter hire my guy 😭 |
^ |
I was actually going to report this, but you beat me to it lol! |
lol |
This still happens in 0.5.2, which has a hilariously broken explosion game over bug (#3182) game.over.loop.bug.0.5.2.mp4 |
lol |
you could easily replace "/assets/weekend1/music/gameplay/gameover/gameOverStart-pico-explode.ogg" with "/assets/shared/music/gameplay/gameover/gameOver-pico.ogg", however that would remove the feature of the music fading in. we could also modify the code to play "gameOverStart-pico-explode.ogg" ONCE, and then keep looping "gameOver-pico.ogg". |
That's what I sought to do when I was digging around in the code, but I couldn't figure out what was responsible for what (I don't code) Hopefully the code I linked is helpful for someone else to make a PR! |
Describe the bug
When playing the song 2Hot in Weekend 1, there is a secret death song for being exploded.
However, when the song loops, it abruptly ends, and then slowly fades in again.
To Reproduce
literally die to an explosion and wait till the loop
Expected behavior
For the song to not abruptly end
OR
After that song ends, to play the regular song (the song without the fade in)
Screenshots/Video
youtube.com/watch=you-should-see-my-other-issue
Desktop
OS: Windows 11
Browser: Opera GX (should work on any build though)
Version: 0.3.2 to 0.5.2 (including all inbetween)
Additional context
none
The text was updated successfully, but these errors were encountered: