# Richard Burns Rally

## Connection Method

**UDP** — Richard Burns Rally (with the NGP mod) sends telemetry data over UDP.

* **Default IP**: `127.0.0.1`
* **Default Port**: `6767`

> **Important**: DR Sim Manager requires the **NGP mod** to work with RBR. It is recommended to use the **Rally Sim Fans RBR** installer, which includes NGP. Download it from: [➡ Rally Sim Fans RBR](https://www.rallysimfans.hu/rbr/index.php)

## Setup Steps

1. Open the **RSF Launcher**.
2. Click **Advanced Options** (toggle it on if it is off).
3. In the left panel, go to **Telemetry** under the “Advanced” section.
4. Enable **UDP Telemetry** by checking the box.
5. Set the **IP Address** to `127.0.0.1` (for local machine).
6. Set the **Port** to `6767`.
7. Click **Apply Changes**.

<figure><img src="/files/N2tHyAGLf6CJU3yktidw" alt=""><figcaption></figcaption></figure>

## Available Telemetry

* **Orientation**: Pitch, Roll, Yaw
* **Acceleration**: G-forces
* **Speed**: Vehicle speed
* **RPM**: Engine RPM
* **Gear**: Current gear
* **Suspension**: Wheel data

### Telemetry Quality: ★★★★☆

## Recommended Starting Settings

Rally driving produces dramatic forces:

* **Primary Cue Gain**: 50–80%
* **Smoothing**: Medium
* **Washout**: Medium to high

## Known Quirks

* **NGP mod required**: The vanilla (unmodded) version of RBR does not support UDP telemetry. You need the Next Generation Physics (NGP) mod.
* **RSF Launcher**: The Rally Sim Fans launcher provides the easiest way to configure telemetry.

## Troubleshooting

### No telemetry data

1. Verify UDP Telemetry is enabled in the RSF Launcher.
2. Check IP and port settings.
3. Ensure you are driving a rally stage.
4. Restart both RBR and DR Sim Manager.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.departedreality.com/dr-sim-manager/general/sources/richard-burns-rally.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
