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

Hello

I have a problem with relative widget, the class color stays on even if there is no car on the relative.

8IZli6z.png
 
Hello
I have a problem with relative widget, the class color stays on even if there is no car on the relative.
8IZli6z.png
That's normal behavior. Only the "rows" that has player will have data(in this case, color) been updated. If someone leaves, then unoccupied "rows" will keep last updated color.
 
v1.6.5 update - Time scaled track clock
DL: https://github.com/s-victor/TinyPedal/releases/tag/v1.6.5

Since game API does not directly output time-scaled track clock time, this update added a new option for manually set and match game's "Time Scale" setting. The "misplaced" relative class color is also eliminated.

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

TinyPedal 1.6.5 (2022-07-16)
  • Cruise Widget
    • [New]Add "track_clock_time_scale" setting in config.json for time scaled session.
      Default value = 1, which matches "Time Scale: Normal" setting in-game.
  • Relative Widget
    • Empty row now has default background color.
  • Misc
    • Updated customization guide with new configurable setting for Cruise Widget.

-------------------------------------------------------
Sry for asking.
Is it useable in VR?
I have not VR so could not help with this question. However there are a few earlier posts having some discussion with VR, though without conclusion.
 
Good morning guys!

One question... how do i keep my widget positions when using newer version of the software? It's annoying to configure all boxes again everytime...

Another suggestion is to have the amount of laps tires will last depending on the wear you're putting on them...

Thanks in advance and thank you for this AMAZING overlay!
 
I always let the new files overwrite my old files and so my config will not be deleted
 
idk but it hink the json will be written always new. I get new features and keep my old setting (position, font size etc.). Never had any problems doing it so
 
No, i guess it creates a New. Json file..

If you don't have the file it will be created, but if you already have and replace the version of tinypedal for a newer on, it appends the new widgets parameters in config file.

This explains why you don't lose your config when you update tinypedal.

Bottom line: Never delete the entire folder when updating, always replace the files.
 
What if a new version comes with a different json file? With more parameters or lines? Will it create some kind of problem/conflict/error?
 
New version have no config.json. It uses the one you had before and maybe "adapt" it if necessary i suppose ...
See it in the zip file, there is no config.json inside.
 
New version have no config.json. It uses the one you had before and maybe "adapt" it if necessary i suppose ...
See it in the zip file, there is no config.json inside.
There really cannot be a config file because the app does not know in advance what you plan to use or where on the screen. So I would assume, much like rF2, it creates and/or writes to the config file upon exit.
 
v1.6.6 update - Bugfix & improved calculation
DL: https://github.com/s-victor/TinyPedal/releases/tag/v1.6.6

TinyPedal 1.6.6 (2022-07-31)
  • Instrument Widget
    • Improved wheel radius calculation.
    • Now refreshes wheel radius reading when current number of recorded samples has reached "minimum_samples" value,
      which helps make slip indicator more responsive and accurate.
  • Cruise Widget
    • Removed some useless calculation.
  • Core
    • Fixed a typo that could cause "list index out of range" error in Relative module.
  • Misc
    • Minor changes to customization guide.
 
Back
Top