v1.1.0 update - Delta best now available!
Download link: see newer 1.1.3 version.
This update adds full support for "delta best". The new Delta best widget not only automatically records player's best laptime, compares delta time, but also stores best laptime data which can be auto-loaded in future session, or to be shared and used by other players.
How it works:
The APP saves best laptime data every time player goes back to garage screen (ESC), and auto-reloads best laptime data when player is on track.
Best laptime data is stored as csv data file inside
deltabest subfolder.
Each file is named based on format: [full track name] - [vehicle class name].csv
As long as there is a matching file, the previous best laptime and delta time info will be auto-loaded. This can be very useful for quickly getting back into a practice session or doing hotlap, and the file can be shared & used by other players (similar to ghost car).
To remove a best laptime data, first make sure you are not on track (ESC to garage screen), then simply delete the corresponding file from
deltabest subfolder.
Known limitation: Currently cutting track will not invalidate best laptime recording. This issue will mostly affect point to point tracks as they have alternative sector/finish detection, which could result wrong best laptime being saved. (hopefully will find a good solution to this issue soon)
This issue was fixed in version 1.1.3.
Other changes:
Timing widget now displays "estimated laptime", which accurately sync with delta best data, and has 3 different layouts.
Customization guide is updated with large amount new adjustable options for new & old widgets:
https://github.com/s-victor/TinyPedal/blob/master/docs/customizations.md
The APP now automatically creates backup for config.json file in case of invalid or out-dated values.
There are also many other improvements, see changelog.
Changelog:
TinyPedal 1.1.0 (2022-03-21)
----------------------------
* [New]Delta best widget
- Show delta best based on personal best laptime.
- Show delta bar with customizable range, size and color.
- Record, save, and load player's best laptime data automatically.
- Best laptime file is stored in "deltabest" folder, and can be
used by other players.
- 2 different layouts.
* Core
- Add "deltatime" module, which runs in separated thread at 60fps.
- Add "delta_timing" switch in config.json.
- Add auto-backup function for config.json.
- Restructured "readapi" module.
- Sort all widgets and references in alphabetical order.
* Timing widget
- Add delta estimated laptime.
- Add 3 different layouts.
- Now reads timing data from deltatime module.
* Temperature widget
- Add color swap setting in config.json, which swaps heat map color
between font & background color.
* Fuel widget
- Now reads mLapStartET from "Telemetry" which has higher accuracy.
* Wear widget
- Add unit "bar" for tyre pressure.