# WRC Generations

## 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
