Skip to content

Dirt Rally (1/2.0)

Setup

Telemetry for both Dirt Rally and Dirt Rally 2.0 games needs to be enabled from a config file of the game.

  1. Navigate to Documents\My Games\{GAME}\hardwaresettings\ folder.
    • Dirt Rally (1): Replace {GAME} with DiRT Rally
    • Dirt Rally 2.0: Replace {GAME} with DiRT Rally 2.0
  2. Open file "hardware_settings_config.xml" in a text editor.

  1. Find a line that starts with: <udp enabled=....
  2. Change the line to: \<udp enabled="true" extradata="3" ip="127.0.0.1" port="20777" delay="1" />

FAQ

Tuner detects the game running but says "Waiting for telemetry data from the game" even when simulation is already running

This indicates that Tuner does not receive telemetry data from the game. This can be due to configuration not matching the above default configuration.

This game uses UDP technology to deliver telemetry data. Only one application can listen to a single UDP port at once. That primary telemetry receiver must then forward the telemetry data for other application that require data. So if any other app is using this game's telemetry data (i.e. Simhub), then Tuner connection to data may be blocked.

You can instead follow SimHub's instructions for telemetry configuration and then forward the telemetry data to Tuner and port 20777 following these instructions ⧉.