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

Engine oil/water temperature not reading correctly on S397 AMG GT3 #51

Closed thoraxe closed 5 months ago

thoraxe commented 5 months ago

It appears that the TinyPedal display of engine oil and water temperature is locked at 32, but the dash on the vehicle is showing changing oil and water temperature. I've not checked any other cars to see if this issue persists.

s-victor commented 5 months ago

GTE and GT3 official DLCs all have engine temperature(oil & water) data output disabled by game API, so it always return 0 degree in Celsius, which equals 32 in Fahrenheit. Also mentioned in FAQ: https://github.com/s-victor/TinyPedal/wiki/Frequently-Asked-Questions#q-why-some-telemetry-data-is-not-displayed-for-some-vehicle-mods

thoraxe commented 5 months ago

Ah, I had a suspicion. Thanks!