Biendeo / My-Clone-Hero-Tweaks

Tweaks to Clone Hero that I've made
GNU General Public License v3.0
15 stars 5 forks source link

Accuracy Indicator end screen sometimes is always Very Late #1

Closed Biendeo closed 4 years ago

Biendeo commented 4 years ago

Some users have reported the end of song screen reporting every note as Very Late.

Some specific testing has showed that the times used by the calculations are sometimes in milliseconds as opposed to seconds, which explains why they are all very late. However, it is not clear why this is happening.

A possible (but unproposed) solution would be to detect any notes above 0.07, and divide them by 1000. It probably fixes the problem but it seems like a patch over something broken to begin with, and is not very recommended.