Replies: 4 comments 6 replies
-
Fixing the label was recently done in #1162. It'll be deployed with the next release. |
Beta Was this translation helpful? Give feedback.
-
For what it's worth, time display in emulators could be trivially hacked by using tags in leaderboard descriptions telling the emulator to apply custom formatting to the entry, but no matter what this will change nothing on the website itself. |
Beta Was this translation helpful? Give feedback.
-
Ideally if rcheevos wouldn't allow math logic on value submitted, then all the RAWeb could do is to specify "presentation formula" to represent that original value. You know, bandaid solution could be to implement this feature anyway, and keep it exclusively to the website. |
Beta Was this translation helpful? Give feedback.
-
I'll bump this discussion - are there any obvious blockers from this being added? I suppose updating the existing boards may be a risky operation, but adding a new display format to the website and rcheevos itself shouldn't pose any risk whatsoever. |
Beta Was this translation helpful? Give feedback.
-
The Time (Milliseconds) format right now is formatted to two digit precision like 1.23 instead of 1.234 , which I guess actually corresponds to Centiseconds format specified in RAIntegration and relevant codebases - which is also misleading.
This can be rather bad for certain games. I recently did regular "less readable" Score format for Gran Turismo 4 leaderboards exactly to preserve the millsecond precision.
The Time (Milliseconds) should be renamed to Time (Centiseconds), and actual new Time (Milliseconds) format should be introduced.
And I see that would require lots of work: rcheevos, RAIntegration, existing emulators, RAWeb
If all of that gets implemented, some leaderboards may want to update their results, I believe it's trivial database queries but still requires care to avoid screwing up:
Beta Was this translation helpful? Give feedback.
All reactions