• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

Reading a "dummy axis" with XML gauge

Messages
1
Country
us-california
The name of the game today:

I am writing a XML gauge to simulate the unusual nose wheel steering on Twin Commanders, which is operated by the toe brakes as opposed to rudder. The first part of toe pedal travel (e.g. 30%) is dedicated to steering; beyond that, the pedal applies brake as normal. This makes use of the aircraft.cfg flag "inhibit_rudder_on_steer = 1" (under [contact_points] - available since P3D v4.5) to decouple the rudder from nose wheel steering.

In the ideal solution, the user's toe brakes could be assigned to dummy axes in order to allow the gauge to set the proper values. I have working code tested with the CowlFlaps 1/2 axes assigned to my toe brakes. Of course this is a placeholder, and it doesn't work with a Turbo Commander, as cowl flaps are not available for a turbine engine type (likewise, things like "Throttle3" would not be available in 2-engine airplane). There are many assignable axes in P3D (more in FSUIPC) but most are not described as A:vars in the SDK, so I am unsure how to proceed.

I see that FSUIPC has a limited capability to assign an axis to something it sees in a LUA script. Is there a way I could read one of these values in an XML gauge?

Thanks!
 
Back
Top