RuurdBijlsma / tm-split-speeds

TrackMania Openplanet plugin to show speed difference to your personal best at checkpoints.
https://openplanet.dev/plugin/splitspeeds
GNU General Public License v3.0
2 stars 7 forks source link

Split speeds don't show when crossing the finish (sometimes it also doesn't show when crossing checkpoints) #8

Closed oMqngo closed 1 year ago

oMqngo commented 1 year ago

Hello,

I used to get the issue where whenever I crossed the finish line, the split speeds wouldn't show. Ever since the latest update this hasn't happend anymore so I assumed it was fixed, but today the issue returned again. This time however, it doesn't show on both crossing the finish and crossing checkpoints. Then, whenever you drive a personal best it would start showing again.

During the period that it wasn't working (with the latest update installed), i tried relaunching the plugin but this didnt fix it. There are also no errors in the log.

Any advice?

ezio416 commented 11 months ago

This issue is still present when crossing a multilap finish, but only when starting a new lap. Finishing seems fine

ezio416 commented 4 months ago

@RuurdBijlsma please reopen this issue as this is still a problem

I thought it might have been related to the new cars but this happening to me on 02 of the current campaign which is stadium only

I think it would be helpful to have a setting to print debug info to the log, as well as a check to ensure the number of data points for a map matches the number of cps + 1, otherwise send a warning in the log that data is incomplete

ezio416 commented 4 months ago

I've implemented a fix which I think is satisfactory. The problem was simply that the UI sequence could switch to finish before the plugin noticed I had taken another landmark.

RuurdBijlsma commented 4 months ago

I've implemented a fix which I think is satisfactory. The problem was simply that the UI sequence could switch to finish before the plugin noticed I had taken another landmark.

I merged and uploaded to openplanet, will be published when it's approved