Dirt Rally 2.0
Connection Method
Section titled “Connection Method”UDP — Dirt Rally 2.0 sends telemetry data over UDP using a custom XML-defined packet format.
- Default IP:
127.0.0.1 - Default Port:
20789 - Update Rate: Approximately 100 Hz
Automatic Setup
Section titled “Automatic Setup”- Launch Dirt Rally 2.0 at least once, then exit the game.
- Select Dirt Rally 2.0 as your source in DR Sim Manager.
- Click the Settings icon (⚙) next to the source.
- Click Install DR2 Plugin — this will automatically:
- Copy the
DRSM_data.xmlfile to the correct folder - Update both
hardware_settings_config.xmlandhardware_settings_config_vr.xmlwith the required settings
- Copy the
- Click Check Installation to verify everything is configured correctly.
- Restart Dirt Rally 2.0.
Manual Setup
Section titled “Manual Setup”If you prefer to set up manually:
-
Copy
DRSM_data.xmlfrom:C:\Users\<Username>\AppData\Local\DRSimManager\Plugins\DirtRally2\into:
C:\Users\<Username>\Documents\My Games\DiRT Rally 2.0\motionplatforms\Create the
motionplatformsfolder if it does not exist. -
Navigate to:
C:\Users\<Username>\Documents\My Games\DiRT Rally 2.0\hardwaresettings\ -
Edit both
hardware_settings_config.xmlandhardware_settings_config_vr.xml. -
Between the
<motion_platform>and</motion_platform>tags, add the following line:<custom_udp delay="1" filename="DRSM_data.xml" port="20888" enabled="true" ip="127.0.0.1" /> -
Save the files and launch Dirt Rally 2.0.
Available Telemetry
Section titled “Available Telemetry”Dirt Rally 2.0 provides good rally-focused telemetry:
- Orientation: Pitch, Roll, Yaw
- Acceleration: G-forces (lateral, longitudinal, vertical)
- Velocity: Full 3-axis local velocity
- Angular Velocity: Pitch, Roll, Yaw rates
- Speed: Vehicle speed
- RPM: Engine RPM (converted from rad/s)
- Gear: Current gear
- Suspension: 4-wheel position and velocity (FL, FR, BL, BR)
- ABS: Anti-lock braking status
Telemetry Quality: ★★★★☆
Section titled “Telemetry Quality: ★★★★☆”Good quality data for rally motion. The 100 Hz update rate provides smooth motion with interpolation enabled.
Recommended Starting Settings
Section titled “Recommended Starting Settings”Rally driving produces dramatic forces — jumps, landings, and rough surfaces:
- Primary Cue Gain: 50–80%
- Smoothing: Medium
- Washout: Medium to high — rally stages have prolonged pitch/roll changes
- Safety Limits: Consider enabling these for big jumps and crash landings
Known Quirks
Section titled “Known Quirks”- Two hardware settings files: DR2 has separate settings for flat screen (
hardware_settings_config.xml) and VR (hardware_settings_config_vr.xml). Both need to be configured if you switch between modes. - Packet deduplication: DR Sim Manager uses the
total_timefield to skip duplicate packets. - Interpolation enabled: Smooth motion is achieved through interpolation between 100 Hz data updates.
- Port configuration: Note that in the XML config, the port is set to
20888, but DR Sim Manager listens on port20789by default. The automatic installer configures both sides correctly.
Troubleshooting
Section titled “Troubleshooting”No telemetry data
Section titled “No telemetry data”- Verify the
DRSM_data.xmlfile exists in themotionplatformsfolder. - Check that the
<custom_udp>line is present in your hardware settings XML files. - Make sure the port numbers match — the game sends on the port specified in the XML, and DR Sim Manager listens on its configured port.
- Ensure you are in a rally stage (not in menus or service area).
- Restart both DR2 and DR Sim Manager.
Settings reset after a game update
Section titled “Settings reset after a game update”- Dirt Rally 2.0 updates may overwrite the hardware settings files. After an update, re-run the automatic setup or re-apply the manual configuration.
Motion works in flat screen but not VR (or vice versa)
Section titled “Motion works in flat screen but not VR (or vice versa)”- You need to edit both
hardware_settings_config.xmlandhardware_settings_config_vr.xml. If you only edited one, the other mode won’t have telemetry enabled.
Using alongside other motion software
Section titled “Using alongside other motion software”- The
DRSM_data.xmlfile defines DR Sim Manager’s custom telemetry packet format. If another app also uses Dirt Rally 2.0’s custom UDP output, you may need to adjust port numbers to avoid conflicts.