IL-2 Sturmovik
Connection Method
Section titled “Connection Method”UDP — IL-2 Sturmovik sends telemetry data over UDP via its motion device and telemetry device interfaces.
- Default IP:
127.0.0.1 - Default Port:
20888
Setup Steps
Section titled “Setup Steps”To enable telemetry output, edit the game’s data/startup.cfg file and add the following two sections:
[KEY = motiondevice] addr = "127.0.0.1" decimation = 1 enable = true port = 20888[END][KEY = telemetrydevice] addr = "127.0.0.1" decimation = 1 enable = true port = 20888[END]Using alongside other telemetry software
Section titled “Using alongside other telemetry software”If you use another application that also uses IL-2 telemetry data (like SimShaker), you can output to both the DRSM port and the default port 4321:
[KEY = telemetrydevice] addr = "127.0.0.1" addr1 = "127.255.255.255:20888" decimation = 1 enable = true port = 4321[END][KEY = motiondevice] addr = "127.0.0.1" addr1 = "127.255.255.255:20888" decimation = 1 enable = true port = 4321[END]Available Telemetry
Section titled “Available Telemetry”- Orientation: Pitch, Roll, Yaw
- Acceleration: Full 3-axis acceleration
- Angular Velocity: Rotation rates
- Speed: Airspeed
- RPM: Engine RPM
- Altitude: Above ground level
Telemetry Quality: ★★★★☆
Section titled “Telemetry Quality: ★★★★☆”Recommended Starting Settings
Section titled “Recommended Starting Settings”- Primary Cue Gain: 60–90%
- Smoothing: Low to medium
- Washout: Medium
Known Quirks
Section titled “Known Quirks”- Both motion and telemetry devices needed: IL-2 has separate motion and telemetry data streams. Both sections must be added to
startup.cfgfor full telemetry coverage. - Decimation: Setting
decimation = 1sends every physics frame. Higher values skip frames.
Troubleshooting
Section titled “Troubleshooting”No telemetry data
Section titled “No telemetry data”- Verify both
[KEY = motiondevice]and[KEY = telemetrydevice]sections are present indata/startup.cfg. - Ensure
enable = trueis set in both sections. - Check that the port matches DR Sim Manager’s listen port (default
20888). - Make sure you are in a mission flying an aircraft.