s-victor / TinyPedal

Free and Open Source telemetry overlay application for racing simulation
GNU General Public License v3.0
75 stars 8 forks source link

Track Time on Cruise widget does not follow time acceleration #44

Closed srlemke closed 6 months ago

srlemke commented 6 months ago

Recently I did the 2.4h of Le Mans race on LMU, that race had the time accelerated by 10x to reflect a 24h event.

I noticed the Track Time on Cruise widget could not follow the track time, it followed real time. Dunno if this is a TP bug or a limitation on the API.

thanks!

s-victor commented 6 months ago

Hi, it is normal behavior(has been asked many times), because the API doesn't tell time-scale at all, you have to manually set Track Clock Time Scale option in Cruise Widget(as this option is provided for this exact purpose). You can find detailed explanation in FAQ page.

I know there is a workaround method to somewhat solve this issue, but that will introduce other issues, so currently I don't plan to implement any workaround.

srlemke commented 6 months ago

Thanks!

s-victor commented 3 months ago

hi, just want to inform you that auto synchronizing "time scale" was now finally implemented in https://github.com/s-victor/TinyPedal/commit/ff3b63ccf5ec77743c96146e04dd5ce6e8833bf4 by accessing game's Rest API data.