# Wreckfest 2

## Connection Method

**UDP** — Wreckfest 2 sends telemetry data over UDP.

* **Default IP**: `127.0.0.1`
* **Default Port**: `23123`

## Automatic Setup

1. Launch Wreckfest 2 at least once, then exit the game.
2. Select **Wreckfest 2** as your source in DR Sim Manager.
3. Click the **Settings** icon (⚙) next to the source.
4. Click **Configure Telemetry** — this will automatically set up the game's telemetry configuration to send data to DR Sim Manager.
5. Click **Check Configuration** to verify the setup.
6. Restart Wreckfest 2 for the changes to take effect.

## Manual Setup

If you prefer to configure manually:

1. Navigate to the Wreckfest 2 save directory and locate the telemetry configuration file:

   ```
   <Wreckfest 2 Save Directory>\telemetry\config.json
   ```
2. Open `config.json` and set the following values:
   * Set `"enabled"` under UDP to `1`
   * Set the IP to `127.0.0.1`
   * Set the port to `23123`
3. Save the file and restart Wreckfest 2.

## Available Telemetry

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

### Telemetry Quality: ★★★★☆

## Recommended Starting Settings

Wreckfest 2 has significant crash impacts:

* **Primary Cue Gain**: 40–70%
* **Smoothing**: Medium
* **Washout**: Medium to high
* **Safety Limits**: Recommended — crashes can produce large forces

## Troubleshooting

### No telemetry data

1. Verify `config.json` has UDP `"enabled"` set to `1`.
2. Check IP and port settings.
3. Make sure you are in a race.
4. The listen port in DR Sim Manager's source settings must match the port in the game's config.
5. Restart both the game 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/wreckfest-2.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.
