Jump to content
IL-2 Series Forum

Recommended Posts

Scrapmetal
Posted

Is there any chance that the early access build sends telemetry for motion platforms? I've added the following to the startup.cfg file, but I see no data.


[KEY = motiondevice]
    addr = "127.0.0.1"
    decimation = 1
    enable = true
    port = 4321
[END]

[KEY = telemetrydevice]
    addr = "127.0.0.1"
    decimation = 1
    enable = true
    port = 4321
[END]
 

Scrapmetal
Posted

It's sending data. It may not be in the format FlyPtMover recognises. I'll try a custom UDP source with the following offsets.

Speed: float32 LE @ 79

Altitude: float32 LE @ 72
Heading: float32 LE @ 28, 360 - value
Accel X: float32 LE @ 107
Accel Y: float32 LE @ 111
Accel Z: float32 LE @ 115

MNTimBuktu
Posted

I don't know that it's sending telemetry data. I'm having the same problem with the Moza Ab9 forcefeedback stick

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...