- Messages
- 6
I'm working on adding RNAV approaches to an airport I made (KIOW), because they don't exist in MSFS for some reason. Anyway, I'm wondering if someone else can vet this XML and make sure I'm actually accomplishing what it should be, relative to the approach plate.
Link to the plate: http://aeronav.faa.gov/d-tpp/2010/00682R25.PDF
Any help anyone can provide here would be awesome. I'm new to this and if I can get this one right, I'll have a good model for the others. The thing that's really hanging me up is the hold at the IAF and I don't know if I got that right or not.
XML:
<Approach type="RNAV" runway="25" fixType="WAYPOINT" fixRegion="K3" fixIdent="GRAFY" altitude="2300.0F" heading="252.0" missedAltitude="992.0F">
<ApproachLegs>
<Leg type="HF" fixType="WAYPOINT" fixRegion="K3" fixIdent="BUCKA" turnDirection="R" magneticCourse="252.0" distance="4.0N" altitudeDescriptor="+" altitude1="3300.0F"/>
<Leg type="IF" fixType="WAYPOINT" fixRegion="K3" fixIdent="BUCKA" altitudeDescriptor="+" altitude1="3300.0F"/>
<Leg type="TF" fixType="WAYPOINT" fixRegion="K3" fixIdent="HEWRI" flyOver="FALSE" magneticCourse="252.0" altitudeDescriptor="+" altitude1="2800.0F"/>
<Leg type="TF" fixType="WAYPOINT" fixRegion="K3" fixIdent="GRAFY" flyOver="FALSE" magneticCourse="252.0" altitudeDescriptor="+" altitude1="2300.0F"/>
<Leg type="TF" fixType="RUNWAY" fixRegion="K3" fixIdent="RW25" flyOver="TRUE" magneticCourse="252.0" altitudeDescriptor="A" altitude1="663.0F"/>
</ApproachLegs>
<MissedApproachLegs>
<Leg type="CA" magneticCourse="252.0" altitudeDescriptor="+" altitude1="1100.0F"/>
<Leg type="DF" fixType="VOR" fixRegion="K3" fixIdent="IOW" flyOver="FALSE" altitudeDescriptor="+" altitude1="2600.0F"/>
<Leg type="HM" fixType="VOR" fixRegion="K3" fixIdent="IOW" turnDirection="R" magneticCourse="352.0" distance="4.0N" altitudeDescriptor="+" altitude1="2600.0F"/>
</MissedApproachLegs>
</Approach>
Link to the plate: http://aeronav.faa.gov/d-tpp/2010/00682R25.PDF
Any help anyone can provide here would be awesome. I'm new to this and if I can get this one right, I'll have a good model for the others. The thing that's really hanging me up is the hold at the IAF and I don't know if I got that right or not.