[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. davehenrie

    davehenrie Registered

    Joined:
    Jul 6, 2016
    Messages:
    7,481
    Likes Received:
    4,395
    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.
     
    Rui Santos likes this.
  2. juninho tilambucano

    juninho tilambucano Registered

    Joined:
    Sep 15, 2020
    Messages:
    56
    Likes Received:
    18
    hey guys, just tested it and its great. congrats guys, its a wonderful tool.
     
    Corti and ebeninca like this.
  3. svictor

    svictor Registered

    Joined:
    Jan 20, 2019
    Messages:
    935
    Likes Received:
    6,342
    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.
     
  4. ShoemakerF1

    ShoemakerF1 Registered

    Joined:
    Aug 12, 2022
    Messages:
    2
    Likes Received:
    3
    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?
     
    svictor and ebeninca like this.
  5. svictor

    svictor Registered

    Joined:
    Jan 20, 2019
    Messages:
    935
    Likes Received:
    6,342
    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)
     
    ShoemakerF1 and ebeninca like this.
  6. juninho tilambucano

    juninho tilambucano Registered

    Joined:
    Sep 15, 2020
    Messages:
    56
    Likes Received:
    18
    its possible to resize some widgets?
     
  7. ebeninca

    ebeninca Registered

    Joined:
    Sep 7, 2016
    Messages:
    740
    Likes Received:
    526
    in config.json
     
  8. mesfigas

    mesfigas Registered

    Joined:
    Oct 15, 2015
    Messages:
    1,722
    Likes Received:
    830
    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
     
  9. svictor

    svictor Registered

    Joined:
    Jan 20, 2019
    Messages:
    935
    Likes Received:
    6,342
    Gap column has a fixed width originally by design for not wasting space. I will add additional customizable option for this in next update.
     
    mesfigas likes this.
  10. svictor

    svictor Registered

    Joined:
    Jan 20, 2019
    Messages:
    935
    Likes Received:
    6,342
    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.
     
  11. ShoemakerF1

    ShoemakerF1 Registered

    Joined:
    Aug 12, 2022
    Messages:
    2
    Likes Received:
    3
    I didn't think you would implement the tyre compound so soon :p, Thank you!
     
    svictor likes this.
  12. ebeninca

    ebeninca Registered

    Joined:
    Sep 7, 2016
    Messages:
    740
    Likes Received:
    526
    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: Aug 15, 2022
  13. Rui Santos

    Rui Santos Registered

    Joined:
    Jan 8, 2012
    Messages:
    1,083
    Likes Received:
    1,210
    How do i make more drivers appear in the relative table? Like 15 for example, is it possible?
     
  14. TheSecret1

    TheSecret1 Registered

    Joined:
    Jun 28, 2018
    Messages:
    135
    Likes Received:
    20
    How do we do updates?
    Do we just delete the old folder?

    Also, does anyone know how to take photos or get it to stream in VR?
     
  15. zxd1997

    zxd1997 Registered

    Joined:
    Sep 26, 2019
    Messages:
    306
    Likes Received:
    281
    just paste and overwrite files
     
    Corti likes this.
  16. svictor

    svictor Registered

    Joined:
    Jan 20, 2019
    Messages:
    935
    Likes Received:
    6,342
    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.
     
    Rui Santos, DanRZ and ebeninca like this.
  17. svictor

    svictor Registered

    Joined:
    Jan 20, 2019
    Messages:
    935
    Likes Received:
    6,342
  18. Painkaos

    Painkaos Registered

    Joined:
    Feb 27, 2021
    Messages:
    11
    Likes Received:
    2
    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?
     
  19. svictor

    svictor Registered

    Joined:
    Jan 20, 2019
    Messages:
    935
    Likes Received:
    6,342
    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.
     
  20. svictor

    svictor Registered

    Joined:
    Jan 20, 2019
    Messages:
    935
    Likes Received:
    6,342

Share This Page