You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automatic score submission doesn't consider the fact that autoplay was present during the song, it's only checked at the end, which in turn can cause scores like the one below to be submitted:
Reproduction steps
start a song
enable autoplay
let it play for a while
disable autoplay somewhere before the end of the song
start playing so that you have score > 0 and your lifebar is > 0 (GS seem to reject 0% scores but the submission also happens in that case)
wait for the result screen
Expected behavior
Disable the QR and automatic score submission with a proper reason like below (screenshot taken when played with autoplay until the end):
Possible solutions
I'm not really familiar with the code of SL or the engine itself but it seems that the current approach of verifying the autoplay relies on the engine:
which doesn't track the fact that the autoplay was present during a song. Therefore it might be a lot of work to fix it that way. However, I noticed that the scores submitted after playing with autoplay have inconsistent number of steps (they do not sum up to total steps):
so we could probably use that to verify the integrity of the score.
The text was updated successfully, but these errors were encountered:
Summary
Automatic score submission doesn't consider the fact that autoplay was present during the song, it's only checked at the end, which in turn can cause scores like the one below to be submitted:
Reproduction steps
Expected behavior
Disable the QR and automatic score submission with a proper reason like below (screenshot taken when played with autoplay until the end):
Possible solutions
I'm not really familiar with the code of SL or the engine itself but it seems that the current approach of verifying the autoplay relies on the engine:
which doesn't track the fact that the autoplay was present during a song. Therefore it might be a lot of work to fix it that way. However, I noticed that the scores submitted after playing with autoplay have inconsistent number of steps (they do not sum up to total steps):
so we could probably use that to verify the integrity of the score.
The text was updated successfully, but these errors were encountered: