Race Element

Misc Race Element 1.0.6.6

Login or Register an account to download this content
The app is digitally signed by the SignPath foundation, unfortunately if windows defender is not enjoying the .zip you can always find the digitally signed app on github (not packed in a .zip archive).


You can find the download link to directly download the .exe at the race element website: https://race.elementfuture.com/2023/01/12/get-started.html
Thanks for the clarification :thumbsup:
 
RiddleTime updated Race Element with a new update entry:

1.0.5.0

Code:
- Rework of several Live Trace HUDs:
  - G-Force Trace HUD:
    - Added option to set hud refresh rate and faster data collection.
  - Oversteer Trace HUD:
    - Added option to set hud refresh rate and faster data collection.
    - Added option to set enable horizontal grid lines.
    - Decrease cpu usage.
  - Input Trace HUD:
    - Added option to set hud refresh rate and faster data collection.
     - Decrease cpu usage.

Read the rest of this update entry...
 
Just a short bug report:
The ride height in the setup viewer is wrong for the Nordschleife. Here's some info I just gathered:

Ferrari 296 GT3:
Nordschleife:
Test-Setup-1:
Rear: 70mm, 12 wing, 4 brake ducts
Front: 70mm, 0 splitter, 4 brake
JSON:
        "aeroBalance":
        {
            "rideHeight": [ 0, 6, 0, 18 ],
            "rodLength": [ 54.432662963867188, 54.432662963867188, 53.447620391845703, 53.447620391845703 ],
            "splitter": 0,
            "rearWing": 12,
            "brakeDuct": [ 4, 4 ]
        },

Test-Setup-2:
Rear: 75mm, 12 wing, 4 brake ducts
Front: 70mm, 0 splitter, 4 brake
JSON:
        "aeroBalance":
        {
            "rideHeight": [ 0, 6, 5, 18 ],
            "rodLength": [ 54.507701873779297, 54.507701873779297, 58.459964752197266, 58.459964752197266 ],
            "splitter": 0,
            "rearWing": 12,
            "brakeDuct": [ 4, 4 ]
        },

Monza for comparison:
Test-Setup-1:
Rear: 70mm, 12 wing, 4 brake ducts
Front: 70mm, 0 splitter, 4 brake
JSON:
        "aeroBalance":
        {
            "rideHeight": [ 20, 6, 20, 18 ],
            "rodLength": [ 53.571235656738281, 53.571235656738281, 50.839450836181641, 50.839450836181641 ],
            "splitter": 0,
            "rearWing": 12,
            "brakeDuct": [ 4, 4 ]
        },

Test-Setup-2:
Rear: 75mm, 12 wing, 4 brake ducts
Front: 70mm, 0 splitter, 4 brake
JSON:
        "aeroBalance":
        {
            "rideHeight": [ 20, 6, 25, 18 ],
            "rodLength": [ 53.645999908447266, 53.645999908447266, 55.855415344238281, 55.855415344238281 ],
            "splitter": 0,
            "rearWing": 12,
            "brakeDuct": [ 4, 4 ]
        },

And since 70/70 is the minimum for the Nordschleife, here's the minimum at Monza too:
Test-Setup-3:
Rear: 50mm, 12 wing, 4 brake ducts
Front: 50mm, 0 splitter, 4 brake
JSON:
        "aeroBalance":
        {
            "rideHeight": [ 0, 6, 0, 18 ],
            "rodLength": [ 33.4869384765625, 33.4869384765625, 30.938554763793945, 30.938554763793945 ],
            "splitter": 0,
            "rearWing": 12,
            "brakeDuct": [ 4, 4 ]
        },

Summary:
Nordschleife Minimum (70/70):
- Ride Heights: 0/0
- Rod Lengths: 54.4/53.4

Nordschleife Rear +5mm:
- Ride Heights: 0/5
- Rod Lengths: 54.5/58.5

Monza Minimum (50/50):
- Ride Heights: 0/0
- Rod Lengths: 33.5/30.9

Monza 70/70:
- Ride Heights: 20/20
- Rod Lengths: 53.6/50.8

Monza 70/75:
- Ride Heights: 20/25
- Rod Lengths: 53.6/55.9

Conclusion:
1. Rod lengths seem to be a bit different: Nords = +1mm front, +2.6mm rear
2. From there, the clicks are as usual +1mm
3. Other view: 0 clicks mean +21mm for the front and +22.6mm for the rear
 
Last edited:
Just a short bug report:
The ride height in the setup viewer is wrong for the Nordschleife. Here's some info I just gathered:

Ferrari 296 GT3:
Nordschleife:
Test-Setup-1:
Rear: 70mm, 12 wing, 4 brake ducts
Front: 70mm, 0 splitter, 4 brake
JSON:
        "aeroBalance":
        {
            "rideHeight": [ 0, 6, 0, 18 ],
            "rodLength": [ 54.432662963867188, 54.432662963867188, 53.447620391845703, 53.447620391845703 ],
            "splitter": 0,
            "rearWing": 12,
            "brakeDuct": [ 4, 4 ]
        },

Test-Setup-2:
Rear: 75mm, 12 wing, 4 brake ducts
Front: 70mm, 0 splitter, 4 brake
JSON:
        "aeroBalance":
        {
            "rideHeight": [ 0, 6, 5, 18 ],
            "rodLength": [ 54.507701873779297, 54.507701873779297, 58.459964752197266, 58.459964752197266 ],
            "splitter": 0,
            "rearWing": 12,
            "brakeDuct": [ 4, 4 ]
        },

Monza for comparison:
Test-Setup-1:
Rear: 70mm, 12 wing, 4 brake ducts
Front: 70mm, 0 splitter, 4 brake
JSON:
        "aeroBalance":
        {
            "rideHeight": [ 20, 6, 20, 18 ],
            "rodLength": [ 53.571235656738281, 53.571235656738281, 50.839450836181641, 50.839450836181641 ],
            "splitter": 0,
            "rearWing": 12,
            "brakeDuct": [ 4, 4 ]
        },

Test-Setup-2:
Rear: 75mm, 12 wing, 4 brake ducts
Front: 70mm, 0 splitter, 4 brake
JSON:
        "aeroBalance":
        {
            "rideHeight": [ 20, 6, 25, 18 ],
            "rodLength": [ 53.645999908447266, 53.645999908447266, 55.855415344238281, 55.855415344238281 ],
            "splitter": 0,
            "rearWing": 12,
            "brakeDuct": [ 4, 4 ]
        },

And since 70/70 is the minimum for the Nordschleife, here's the minimum at Monza too:
Test-Setup-3:
Rear: 50mm, 12 wing, 4 brake ducts
Front: 50mm, 0 splitter, 4 brake
JSON:
        "aeroBalance":
        {
            "rideHeight": [ 0, 6, 0, 18 ],
            "rodLength": [ 33.4869384765625, 33.4869384765625, 30.938554763793945, 30.938554763793945 ],
            "splitter": 0,
            "rearWing": 12,
            "brakeDuct": [ 4, 4 ]
        },

Summary:
Nordschleife Minimum (70/70):
- Ride Heights: 0/0
- Rod Lengths: 54.4/53.4

Nordschleife Rear +5mm:
- Ride Heights: 0/5
- Rod Lengths: 54.5/58.5

Monza Minimum (50/50):
- Ride Heights: 0/0
- Rod Lengths: 33.5/30.9

Monza 70/70:
- Ride Heights: 20/20
- Rod Lengths: 53.6/50.8

Monza 70/75:
- Ride Heights: 20/25
- Rod Lengths: 53.6/55.9

Conclusion:
1. Rod lengths seem to be a bit different: Nords = +1mm front, +2.6mm rear
2. From there, the clicks are as usual +1mm
3. Other view: 0 clicks mean +21mm for the front and +22.6mm for the rear
Ride height has to do with the BOP type of the track, this is a massive data collection for all cars and tracks which I've been postponing for 2 years already since kunos has the tendency to adjust the bop without detailed notice.
 
I tried this mod out in order to replace the terrible basic radar - unfortunately I am getting really crazy cars circling around the radar. Seems like it's *almost* working, but also... not working at all. I looked at the Info and don't see anything about it. I've tried restarting the game a few times and turning the radar off and on, but still every time it goes like this... what am I missing?

Edit: crap... literally just read the comment above. That really sucks
 
Last edited:
I tried this mod out in order to replace the terrible basic radar - unfortunately I am getting really crazy cars circling around the radar. Seems like it's *almost* working, but also... not working at all. I looked at the Info and don't see anything about it. I've tried restarting the game a few times and turning the radar off and on, but still every time it goes like this... what am I missing?

Edit: crap... literally just read the comment above. That really sucks

Let's hope Kunos can add this yaw/rotation data again, I can remove the rotation from the radar but that would pretty much remove the advantage of using this radar (except for the added draw distance and proximity).
 
hi, i really appreciate your app but i have a question and beg your pardon if the answer is already discussed, what do i have to write in lfm user identifier? name and surname i am using there ?
 
RiddleTime updated Race Element with a new update entry:

1.0.6.0

Code:
- Twitch Chat Bot:
  - Added +session, responds with information about the current session.
  - +temps now also shows rain condition when it's not dry.
  - +pos, +ahead and +behind now all use the same response, including the lap index of the last lap.
- Twitch Chat HUD: Added behaviour category to options: Always Visible and Hide In Qualifying.
- Rain Prediction HUD: Smaller dimension.
- Lap Table HUD: Sector times will now show a minute marker if higher than 59.999. The HUD is now...

Read the rest of this update entry...
 
Hi and thanks for this amazing app.

All tables are over font size and I can't rescale. Do you know how to reduce the font size? Appears in the same size in the application as well than in the game.

Is there any tip there than I am missing?


1713294711109.png
 
Hi and thanks for this amazing app.

All tables are over font size and I can't rescale. Do you know how to reduce the font size? Appears in the same size in the application as well than in the game.

Is there any tip there than I am missing?


View attachment 746994

(I guess you are scaling windows, but there is a workaround for it)

Give this a shot.

1. Right click RaceElement.Exe
2. Click Properties
3. Open the Compatibility tab and follow the instructions in this picture.
4. When you start RaceElement, it should ignore the scaling you've set in windows, thus the text will be rendered with the intended size.

1713295638824.png
 
Last edited:
(I guess you are scaling windows, but there is a workaround for it)

Give this a shot.

1. Right click RaceElement.Exe
2. Click Properties
3. Open the Compatibility tab and follow the instructions in this picture.
4. When you start RaceElement, it should ignore the scaling you've set in windows, thus the text will be rendered with the intended size.

View attachment 746996

Wow, thanks for your quick support. It worked perfectly!
I am using a 4K TV and I scaled windows to be capable of read something on the screen.
 
I would like to thank the team for helping solve the rotating radar issue.
The vertigo had disappeared.
But now the position of the other cars is not in the correct position.
I'd like to ask the team to help fix it again.
The race element's radar is a very good radar.

Thank you very much
 
I would like to thank the team for helping solve the rotating radar issue.
The vertigo had disappeared.
But now the position of the other cars is not in the correct position.
I'd like to ask the team to help fix it again.
The race element's radar is a very good radar.

Thank you very much
Hey, the yaw/heading data for other cars was deleted from the broadcast udp data. We're waiting for Kunos Simulazioni. Until then the radar is non functional.
 
Last edited:

Latest News

Are you buying car setups?

  • Yes

  • No


Results are only viewable after voting.
Back
Top