Forum Discussion

Mr_Logan_Ross's avatar
2 years ago

TELEMETRY refresh rate (hz)

Hi.  
what refresh rates does the game send out telemetry at?  Fixed? Variable?  60? 120?  Is it tied to FPS?  If so, is there a way to decouple the two (for example so that you could run at 60fps, but have high resolution telemetry for motion and other things).

2 Replies

  • On my system the motion pauses every so often with high FPS. I'm getting 115+ FPS. The physics data in the UDP stream is unreliable and broken at default resolution and default graphic settings. I would have to lower them too much for the physics data to be stable. Like Ultra low settings. Haven't experienced this in any other driving game. DR2, WRCG, AMS2, iRacing etc.

    System

    CPU: 13900k

    GPU: 4090

    Ram: 32

    H-drive: NVMe M.2

    Win 11

  • In the config.json located in Documents\My Games\WRC\telemetry has the refresh rates for each telemetry app.

    {
    "structure": "simdashboard",
    "packet": "session_update",
    "ip": "127.0.0.1",
    "port": 20432,
    "frequencyHz": 60,
    "bEnabled": true
    },


    Adjust as you need. If your desired "structure" isn't there, the documentation should provide resources on adding it yourself.