# WRC Generations

## Connection Method

**UDP** — WRC Generations sends telemetry data over UDP.

* **Default IP**: `127.0.0.1`
* **Default Port**: `20777`

## Setup Steps

### 1. Locate Configuration File

1. Navigate to: `C:\Users\<USERNAME>\Documents\My Games\WRCG`
2. Look for `UserSettings.cfg`
   * If the file doesn't exist, disable Steam cloud sync for WRC Generations and launch the game once

### 2. Edit Configuration File

Open `UserSettings.cfg` in a text editor and modify the following settings:

```ini
WRC.Telemetry.TelemetryRate = 60;
WRC.Telemetry.TelemetryAdress = "127.0.0.1";
WRC.Telemetry.EnableTelemetry = true;
WRC.Telemetry.TelemetryPort = 20777;
```

### 3. Configure In-Game Settings

1. Launch WRC Generations.
2. Go to **Options → Video**.
3. Enable the following settings:
   * **V-sync**: ON (Required for stable telemetry data)
   * **Physics simulation synchronisation**: HIGH (Required for stable telemetry data)
4. Save settings and exit the game.

## Available Telemetry

* **Orientation**: Pitch, Roll, Yaw
* **Acceleration**: G-forces
* **Speed**: Vehicle speed
* **RPM**: Engine RPM

### Telemetry Quality: ★★★☆☆

## Recommended Starting Settings

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

## Known Quirks

* **V-sync required**: WRC Generations requires V-sync to be ON for stable telemetry data. Without it, the telemetry rate may be inconsistent.
* **Physics sync on HIGH**: The physics simulation synchronisation setting must be set to HIGH for reliable telemetry output.
* **Steam Cloud sync**: If `UserSettings.cfg` keeps reverting, disable Steam Cloud sync for this game.

## Troubleshooting

### No telemetry data

1. Verify `UserSettings.cfg` has `EnableTelemetry = true`.
2. Check IP and port settings.
3. Ensure V-sync is ON and Physics sync is HIGH.
4. Make sure you are in a rally stage.
5. Restart both the game and DR Sim Manager.

### Settings keep resetting

* Disable Steam Cloud sync for WRC Generations in Steam.


---

# 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/wrc-generations.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.
