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.

Are your constraints for altitude working properly?Hi everyone, thanks for this tutorial that helped me a lot to start creatinng my own procedures when they does not exist for some airports.
By the way, I have a question: I was wondering how to add speed constraints. Sometimes when activating constraints in A320 we can see speeds written in purple next to some waypoints and the ATC will ask to maintain this speed or below. I know how to add altitude constraints but no options for speeds in any Leg elements.
Sure, they appear as constraints in the flight plan and are displayed on ND. I just need to add speed constraints to appear also on ND, but no option for that in the Leg element...Are your constraints for altitude working properly?

Hello, I'm working on ZUUU and I don't quite understand how to make the approach. Do you know how to make an approach with more waypoints like ZUUU's ILS-Z 02R?<ApproachLegs> <Leg type="IF" fixType="TERMINAL_WAYPOINT" fixRegion="ZG" fixIdent="NN520" recommendedType="LOCALIZER" recommendedRegion="ZG" recommendedIdent="IXU" theta="228" rho="12.0N" altitudeDescriptor="I" altitude1="727M" altitude2="727M"/> <Leg type="CF" fixType="TERMINAL_WAYPOINT" fixRegion="ZG" fixIdent="FF005" flyOver="FALSE" recommendedType="LOCALIZER" recommendedRegion="ZG" recommendedIdent="IXU" theta="228" rho="7.9N" magneticCourse="48" distance="4.1N" altitudeDescriptor="A" altitude1="727M"/> <Leg type="CF" fixType="RUNWAY" fixRegion="ZG" fixIdent="RW05" flyOver="TRUE" recommendedType="LOCALIZER" recommendedRegion="ZG" recommendedIdent="IXU" theta="228" rho="1.7N" magneticCourse="48" distance="6.0N" altitudeDescriptor="A" altitude1="127.1M"/> </ApproachLegs>
To be honest, both MSFS base and Navigraph got up to date navaids for ZUUU. The only problem with the auto generated airport is that runways are not named correctly, especially runway 02L/20R. You just need to pay attention that your runways are correctly named as 02L/20R and 02R/20L (and not 2R or 2L) by selecting the option in the SDK to get the 0 in front of the runway number. In the XML file into the markings line you should have leadingZeroIdent="TRUE". Then MSFS will automatically "connect" SIDs, STARs and approaches to all runways of your airport.Hello, I'm working on ZUUU and I don't quite understand how to make the approach. Do you know how to make an approach with more waypoints like ZUUU's ILS-Z 02R?

<Departure name="META1A">
<RunwayTransitions>
<RunwayTransitionLegs number="18" designator="NONE">
<Leg type="TF" fixType="NDB" fixRegion="ES" fixIdent="OH" flyOver="true" magneticCourse="177.0" altitudeDescriptor="+" altitude1="2000.0F"/>
<Leg type="CR" recommendedType="VOR" recommendedRegion="ES" recommendedIdent="KST" theta="318.0" magneticCourse="350.0" distance="9.0N"/>
<Leg type="CF" fixType="WAYPOINT" fixRegion="ES" fixIdent="METAS" flyOver="TRUE" magneticCourse="318"/>
</RunwayTransitionLegs>
</RunwayTransitions>
</Departure>
<Approach type="VOR" runway="18" fixType="VOR" fixRegion="ES" fixIdent="KST" altitude="2000.0F" heading="176.3" missedAltitude="2000.0F">
<ApproachLegs>
<Leg type="IF" fixType="VOR" fixRegion="ES" fixIdent="KST"/>
<Leg type="HF" fixType="VOR" fixRegion="ES" fixIdent="KST" turnDirection="R" magneticCourse="172" time="3.0" altitude1="2000.0F"/>
<Leg type="CF" fixType="RUNWAY" fixRegion="ES" fixIdent="RW18" flyOver="TRUE" theta="0" rho="0.0N" magneticCourse="172" distance="1.3N"/>
</ApproachLegs>
<MissedApproachLegs>
<Leg type="CA" magneticCourse="172" altitudeDescriptor="+" altitude1="1500.0F"/>
<Leg type="DF" fixType="VOR" fixRegion="ES" fixIdent="KST" flyOver="TRUE"/>
</MissedApproachLegs>
<Transition transitionType="VOR" fixType="VOR" fixRegion="ES" fixIdent="BRA" altitude="3000.0F">
<TransitionLegs>
<Leg type="IF" fixType="VOR" fixRegion="ES" fixIdent="BRA"/>
<Leg type="VI" magneticCourse="251"/>
<Leg type="CF" fixType="VOR" fixRegion="ES" fixIdent="KST" flyOver="FALSE" theta="0" rho="0.0N" magneticCourse="172" distance="0.0N"/>
</TransitionLegs>
</Transition>
</Approach>
