EA SPORTS WRC

EA SPORTS WRC Telemetry Output Setup

  1. Copy the Configuration File

    • Copy the drsm.json file from:

      C:\Users\<User name>\AppData\Local\DRSimManager\Plugins\WRC
    • Paste it into:

      C:\Users\<User name>\Documents\My Games\WRC\telemetry\udp\
  2. Edit the Config File

    • Open the config.json file located at:

      C:\Users\<User name>\Documents\My Games\WRC\telemetry\
    • Add the following entry to the bottom of the "packets" array:

      {
          "structure": "drsm",
          "packet": "session_update",
          "ip": "127.0.0.1",
          "port": 20888,
          "frequencyHz": -1,
          "bEnabled": true
      }
    • Note: Ensure there is a comma , before this entry if it is not the first item in the "packets" array.

  3. Verify Setup

    • After starting WRC, check the log.txt file for any errors. This file is located at:

      C:\Users\<User name>\Documents\My Games\WRC\telemetry\

Note: Replace <User name> with your actual Windows username.

Last updated