#Something is wrong with the timing

1 messages · Page 1 of 1 (latest)

novel birch
#

Every split time and finish time ends in either a 3, 6 or 9.
(I think sometimes 0 also, but seems rarer)

Also, after a time is uploaded to the leaderboard, it is sometimes lowered by 0.001, which is why some of the times end in a 2, 5 or 8

Not sure what's going on here, but thought it was worth mentioning

novel birch
#

Looking more into this, it seems as though the timer only registers times that end with 16, 33, 49, 66, 83 and 99.

late cypress
#

thats kinda common in games. it generally has to do with the framerate/ticrate not being 1000 fps and therefore the timer goes up more than one per frame

novel birch
late cypress
#

you cant do much about it without pretty much rewriting the entire physics system though

novel birch
#

ah, if that's the case then it's a shame 😔

late cypress
#

i mean maybe you can i'm not a programmer

#

youd still have to change some base code though

noble token
#

currently the physics update at 60 Hz, so times can only be in 1/60 of a second increments

#

although I haven't looked closely at it, it's very possible I have a bug in there somewhere!