[REL] TinyPedal - open source overlay APP for rF2 (Radar,Pedal,FFB,Deltabest,Relative,Fuel calculator)

Discussion in 'Other' started by svictor, Mar 14, 2022.

Tags:
  1. juanchioooo

    juanchioooo Registered

    Joined:
    May 16, 2016
    Messages:
    2,242
    Likes Received:
    1,649
    thank you
     
  2. svictor

    svictor Registered

    Joined:
    Jan 20, 2019
    Messages:
    929
    Likes Received:
    6,287
  3. MarcoSaupe

    MarcoSaupe Registered

    Joined:
    Feb 11, 2012
    Messages:
    47
    Likes Received:
    22
    Hi

    I really like your app, thanks for the work.
    If I may suggest an additional widget (not part of the fuel widget, so you can place it very prominently):
    A "PIT NOW!" Warning, which shows a blinking, red rectangle/bar/text, as soon as the remaining fuel is less than 1.2 (configurable?) Laps, so that you don't forget to pit... ;)

    Thanks
    Marco
     
    ebeninca, Rui Santos and svictor like this.
  4. Henri Sinik

    Henri Sinik Registered

    Joined:
    Jun 20, 2019
    Messages:
    3
    Likes Received:
    6
    Hello

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

    [​IMG]
     
    ebeninca likes this.
  5. svictor

    svictor Registered

    Joined:
    Jan 20, 2019
    Messages:
    929
    Likes Received:
    6,287
    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.
     
    Henri Sinik likes this.
  6. Guillem Rego

    Guillem Rego Registered

    Joined:
    Oct 7, 2020
    Messages:
    15
    Likes Received:
    7
    Sorry for the delay but I really apreciate the addition of startlights. Thank you very much!
     
    svictor likes this.
  7. memoNo1

    memoNo1 Registered

    Joined:
    Apr 13, 2019
    Messages:
    1,895
    Likes Received:
    2,708
    Sry for asking.
    Is it useable in VR?
     
  8. svictor

    svictor Registered

    Joined:
    Jan 20, 2019
    Messages:
    929
    Likes Received:
    6,287
    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.

    -------------------------------------------------------
    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.
     
    Henri Sinik, yashiman, DanRZ and 3 others like this.
  9. Rui Santos

    Rui Santos Registered

    Joined:
    Jan 8, 2012
    Messages:
    1,081
    Likes Received:
    1,206
    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!
     
  10. Manfredk2

    Manfredk2 Guest

    I always let the new files overwrite my old files and so my config will not be deleted
     
  11. Rui Santos

    Rui Santos Registered

    Joined:
    Jan 8, 2012
    Messages:
    1,081
    Likes Received:
    1,206
    And with each new version the .JSON file don't change?
     
  12. Manfredk2

    Manfredk2 Guest

    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
     
    Rui Santos likes this.
  13. Rui Santos

    Rui Santos Registered

    Joined:
    Jan 8, 2012
    Messages:
    1,081
    Likes Received:
    1,206
    So the widget position is a different file than the .JSON?

    Which file is it BTW?
     
  14. ebeninca

    ebeninca Registered

    Joined:
    Sep 7, 2016
    Messages:
    738
    Likes Received:
    525
    I think is the same file, it just appends the new widgets parameters in the already existing config file.
     
  15. Rui Santos

    Rui Santos Registered

    Joined:
    Jan 8, 2012
    Messages:
    1,081
    Likes Received:
    1,206
    No, i guess it creates a New. Json file..
     
  16. Manfredk2

    Manfredk2 Guest

    it´s all in the config.json. Open it with an editor and you see position, font size etc.
     
  17. ebeninca

    ebeninca Registered

    Joined:
    Sep 7, 2016
    Messages:
    738
    Likes Received:
    525
    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.
     
    Rui Santos and Manfredk2 like this.
  18. Rui Santos

    Rui Santos Registered

    Joined:
    Jan 8, 2012
    Messages:
    1,081
    Likes Received:
    1,206
    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?
     
  19. DanRZ

    DanRZ Registered

    Joined:
    Aug 22, 2021
    Messages:
    716
    Likes Received:
    217
    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.
     
    Rui Santos likes this.
  20. ebeninca

    ebeninca Registered

    Joined:
    Sep 7, 2016
    Messages:
    738
    Likes Received:
    525
    Tinypedal appends the new parameters in your config file, an operation that we programmers call "Merge", it's intelligent enough to not mess up with the file.
     
    Last edited: Jul 23, 2022
    DanRZ and Rui Santos like this.

Share This Page