[REL] TinyPedal - open source overlay for rF2 (Pacenotes,Radar,FFB,Deltabest,Relative,Fuel Calculator)

Man, I like how plug-n-play this app is similar to GID back then, thank you very much for making this!
Though one thing I want to ask is that is it possible maybe in the future to have the Relative Widget to show tyre compounds or is it not possible to obtain the data?
 
Thanks. Adding tyre compound is no difficulty. However every additional info that displayed on relative widget will increase CPU usage, due to constant GUI drawing updates. So I tend to keep only those info that is really necessary. Nevertheless it can be added, probably at a later time, and along with some of the other ideas I have in mind. (currently I'm busy working on other things)
 
i tried to resize the gap column in relative widget but i couldnt somehow it doesnt offer the width of gap column and even id i tried to add it id doesnt save it.
but i can resize what already the config file offers
but i cannot add anything
ofcourse i dont know about such things just tried it first time
 
i tried to resize the gap column in relative widget but i couldnt somehow it doesnt offer the width of gap column and even id i tried to add it id doesnt save it.
but i can resize what already the config file offers
but i cannot add anything
ofcourse i dont know about such things just tried it first time
Gap column has a fixed width originally by design for not wasting space. I will add additional customizable option for this in next update.
 
v1.6.7 update - Tyre compound display for Relative Widget
upload_2022-8-15_13-59-25.png

DL: https://github.com/s-victor/TinyPedal/releases/tag/v1.6.7

Customization guide: https://github.com/s-victor/TinyPedal/wiki/Customization-Guide#relative

TinyPedal 1.6.7 (2022-08-15)
  • Relative Widget
    • [New]Add tyre compound index (front/rear) column with customizable compound letter & color in config.json.
      Note: due to this addition and changes to column order, it is advised to double check for column_index values
      set in config.json to avoid column overlapping.
    • [New]Add "bar_time_gap_width" option in config.json for relative time gap, default value is 5 (char width).
  • Core
    • Improved "Time Gap" calculation in Relative module.
  • Misc
    • Updated customization guide with new configurable setting for Relative Widget.
    • Updated features list.
 
v1.6.7 update - Tyre compound display for Relative Widget
View attachment 46841
DL: https://github.com/s-victor/TinyPedal/releases/tag/v1.6.7

Customization guide: https://github.com/s-victor/TinyPedal/wiki/Customization-Guide#relative

TinyPedal 1.6.7 (2022-08-15)
  • Relative Widget
    • [New]Add tyre compound index (front/rear) column with customizable compound letter & color in config.json.
      Note: due to this addition and changes to column order, it is advised to double check for column_index values
      set in config.json to avoid column overlapping.
    • [New]Add "bar_time_gap_width" option in config.json for relative time gap, default value is 5 (char width).
  • Core
    • Improved "Time Gap" calculation in Relative module.
  • Misc
    • Updated customization guide with new configurable setting for Relative Widget.
    • Updated features list.

I remember that some mods use their own tire nomenclature, like in Group C you have R500 and R600, so maybe we going to have problems to identify which tire it is in this situations, I'm going to test later today to confirm.

But great addition anyway!!!

EDIT: Ok, no problem, in Group C the tires have the A, B and C values on relative screen instead of R500, R600 and Rain.
 
Last edited:
How do i make more drivers appear in the relative table? Like 15 for example, is it possible?
Sorry for late reply. It is possible, however the main difficulty is to create a customizable table that size can be changed. Currently the layout is hard coded, and is not possible to simply add more entries or switching. A while back I have done a small test by extending the list to 9 drivers, but then the code becomes very long and clumsy, and couldn't be customized. So I have scrapped the idea for now, until there is a good solution.
 
Hello, it should be possible with the function always show in foreground that the overlay is also visible in full screen mode or?

Can it be programmed, for example, so that it can be displayed in full-screen mode with the windows game bar?
 
Hello, it should be possible with the function always show in foreground that the overlay is also visible in full screen mode or?

Can it be programmed, for example, so that it can be displayed in full-screen mode with the windows game bar?
Hi, it is not possible to display in full-screen mode. This APP is standalone and displays HUD in a window (that is to be display on top of game), which is the same as how the other HUD APP works (such as simhub). And currently the game itself doesn't support displaying 3rd party HUD plugin in full screen since the game switched to DX11 a few years ago.
 
i dont know why but since yesterday every time i open the app it creates a config-backup and resets the original backup, its impossible to keep using it because every time i open it again everything is on random positions
 
Sounds like you have some files corrupted (it's common to see SSD failure). Try extract a new tinypedal copy to a new separated location and run from there (if works, you can copy over your old config.json and deltabest to the new one).
 
Thank you svictor, this is an amazing enhancement to my endurance races :) Used for the first time during my 6 hours in SPA ... really useful.
I have a new requirement if it's possible: is it possible to show the TeamName instead of the DriverName for the "Relative" table?
Thank you in advance.
 
Back
Top