In-Gameplay Web Overlays

Discussion in 'Community Workshop' started by J-F Chardon, Apr 4, 2019.

  1. Goffik

    Goffik Well-Known Member

    Joined:
    Jun 30, 2017
    Ratings:
    +170 / 0 / -0
    When you customise the widget sizes and positions, where is this info saved? The reason I ask is that whenever I switch between monitor and VR versions of the game, all my settings are lost. This is becoming incredibly frustrating and I really don't understand why it happens at all. I want to backup the file so I can drop it back whenever I switch game versions.
     
    • Agree Agree x 2
  2. Mettiti

    Mettiti New Member

    Joined:
    Apr 24, 2019
    Ratings:
    +3 / 0 / -0
    Is there a way to display sector times in qualy like the build in UI does ?
     
  3. OtterNas3

    OtterNas3 Well-Known Member

    Joined:
    Jan 9, 2018
    Ratings:
    +315 / 0 / -0
    It's a full screen Overlay with alot of "transparent" space - Sure this hurts performance.
    A good starting point would be:
    Make the Widgets seperate items, instead of a fullscreen implementation.
    Reduce the update ratio of some of the informations, this helped in my Dash's for SimHub alot to crank up the performance!
     
    • Informative Informative x 1
  4. Alistair McKinley

    Alistair McKinley Well-Known Member

    Joined:
    Jun 15, 2016
    Ratings:
    +69 / 0 / -0
    Same here. Since the last update (Volkswagen Challenge) all my custom settings are gone.
     
    • Like Like x 1
    • Agree Agree x 1
  5. Dale Pretorius

    Dale Pretorius New Member

    Joined:
    Apr 26, 2019
    Ratings:
    +0 / 0 / -0
    So how do I set it up in launch options if i already have a triple monitor rule in there, can I just add it below the current string or will that cause issues?
    Thx for your time. Dale
     

    Attached Files:

  6. RWB Charger

    RWB Charger Well-Known Member

    Joined:
    Nov 26, 2018
    Ratings:
    +99 / 0 / -0
    yeah just put a space after the tri scrn option and add it in.
     
  7. Vantskruv

    Vantskruv Member

    Joined:
    Oct 9, 2017
    Ratings:
    +23 / 0 / -0
    Does this work with SRS? I guess SRS bypasses the Steam launch parameters, or am I wrong?
     
  8. Pierre Hox

    Pierre Hox New Member

    Joined:
    Nov 21, 2016
    Ratings:
    +4 / 0 / -0
    You can add the launch parameters in your srs profile
     
  9. Vantskruv

    Vantskruv Member

    Joined:
    Oct 9, 2017
    Ratings:
    +23 / 0 / -0
    Ok, thanks. Will look at that. :)
     
  10. Zziggy

    Zziggy Well-Known Member

    Joined:
    Apr 27, 2019
    Ratings:
    +73 / 0 / -0
    Hello, could you please display tyre inner/mid/outer termperatures as well? Otherwise it will be difficult to adjust tyre pressures. Thank you!
     
  11. Maarten

    Maarten Member

    Joined:
    Apr 15, 2019
    Ratings:
    +23 / 0 / -0
    Would be very nice to have. In the r3eTypes.ts file the left/center/right temperature is specified, so I think the data is available.

    ( github /sector3studios/webhud/blob/master/src/types/r3eTypes.ts )
    export interface ITireTemp {
    CurrentTemp: {
    Left: number;
    Center: number;
    Right: number;
    };
    OptimalTemp: number;
    ColdTemp: number;
    HotTemp: number;
    }
     
  12. Vantskruv

    Vantskruv Member

    Joined:
    Oct 9, 2017
    Ratings:
    +23 / 0 / -0
    I was looking at that too, but there is no good tool to create, or change, the current web-hud.
    I guess you need a development environment to make this, even though I am a hobby-programmer, I have no clue how to develop a custom web-hud, I've tried to excavate a easy method, but it seems rather complicated.
     
  13. Maarten

    Maarten Member

    Joined:
    Apr 15, 2019
    Ratings:
    +23 / 0 / -0
    same here :)
     
  14. RWB Charger

    RWB Charger Well-Known Member

    Joined:
    Nov 26, 2018
    Ratings:
    +99 / 0 / -0
  15. Scout

    Scout Well-Known Member Beta tester

    Joined:
    Sep 3, 2018
    Ratings:
    +365 / 0 / -0
    Its very easy to customise and build on once you know what you are doing, but of course it requires some basic programming knowledge. Adding in inner, central, outer tyre temps will require some small additions in ReactJS, but its only a line or two. A lot can be copy pasted.

    But a lot can be easily changed by just CSS styling changes alone as I demo'd here.
     
  16. Vantskruv

    Vantskruv Member

    Joined:
    Oct 9, 2017
    Ratings:
    +23 / 0 / -0
    Yeah, I installed the NPM enviroment, I am not very much familiar with JS and CSS, and to be honest and with harsh words, I hate JS and CSS :D I am mostly a C++ guy. ;)
    The code feels scattered, i.e. the component tires consist of three files. Navigating them and connecting the data flow, and representation of the data (read position and graphics), feels like you are blindly, with four arms, trying to grasp objects and see if they fit together. I want everything in table in front of me, like an expensive restaurant. :D

    OpenSCAD is an easy example of something powerful through code to make something graphically. Though, in the end, everything turns out to be from experience and education. :)
     
    • Like Like x 1
    Last edited: May 1, 2019
  17. fl0wf1r3

    fl0wf1r3 Well-Known Member

    Joined:
    Apr 24, 2016
    Ratings:
    +235 / 0 / -0
    Hello, I have a Samsung 49 Inch screen. When I want to enter the settings of the HUD the icons disappear. I can only show the icons when moving the cursor to the far left of the screen. The HUD does not know the resolution of my screen? Is there any way to fix this?
     
  18. Hervé45

    Hervé45 Well-Known Member Beta tester

    Joined:
    Jan 25, 2017
    Ratings:
    +135 / 0 / -0
    the icon parameter disappears but if you mark the place where it is on the screen, you can click on the icon and you can change the settings I also have a 49 "
     
    • Like Like x 1
  19. fl0wf1r3

    fl0wf1r3 Well-Known Member

    Joined:
    Apr 24, 2016
    Ratings:
    +235 / 0 / -0
    Okay, thank you! Funny I didn't notice that background voice in my video, Herr Löblich, a German YouTuber
     
  20. Dale Pretorius

    Dale Pretorius New Member

    Joined:
    Apr 26, 2019
    Ratings:
    +0 / 0 / -0
    Thanks, up and running now.