-
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
Enhancement: Add results screen to chart editor when you finish the song #4075
Comments
Hmm, well the results screen is it's own state, should this should be possible.
I managed to do it. But mousing over the chart afterwards causes it to crash through a null reference? Hmm, seems like as long as you give it some time to do it thing, it doesn't crash. |
You can checkout my garbage code here: https://github.com/Lasercar/Funkin/tree/chart-editor-playtest-results-screen-hack I don't think I'll even be making a draft PR for this one while it still can crash through a null reference as I mentioned above. If someone else can figure out how to fix it, then I could start a PR draft. |
you should check what the playstate does when you press the debug chart menu, copy the code and that's it |
Holy crap! All I needed to do was clear all the timers before closing the result screen: 2025-02-03.20-12-34.1.mp4I can see why you'd want to clear all the timers before moving to a different state. If only we could target which timers to actually clear though, then my screenshot buffer saving could be buffered out properly.
And yes, I renamed the branch as it's no longer a buggy hack. |
I approve of this suggestion, so long as the results screen is a toggle in the Playtest Properties panel so you can turn it off when not needed. |
Yeah, I've made it a toggle now. |
Issue Checklist
What is your suggestion, and why should it be implemented?
I think if you have played for a decent amount of time (more than half of the length of the song) and you're playtesting a chart, it should send you to the results screen when you finish, just to see your score, and if you press enter/exit the results, it sends you back to the chart editor
The text was updated successfully, but these errors were encountered: