Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Are you saving your flight plans after you make them, and before you fly them?
APUtech
Your post is clearly inaccurate regarding how the ingame Flight Planner works. The flight planner *NEVER* generates one waypoint per plan which then you continue on to say it is at the beginning of the flight (waypoint 0) and the endpoint of the flight.
If the Direct - GPS option is selected, the FP is from the parking spot the airplane is sitting in (if FP arrival airport is outside the visual airport zone of 108 NMs) to the Start Location of the closest runway at the arrival airport based on the direct great circle route.
If the VOR to VOR route is selected in FSX then the FP is created same as above but from a VOR to VOR
There are 2 additional options for routing a FP in FSX which are
Low - Altitude airways (called Victor airways and blue lines in the Map mode)
High - Altitude airways (called Jet airways and pink lines in the Map mode)
When creating a FP using both the Low and High Altitude airways FSX will use VOR's, NDB's, Waypoints and Intersections to create the flight route. The option to snap (drag) the flight plan line with the mouse is normally to add a Ghost Waypoint that is based on a Lat/Lon value.
All 4 route options in the FSX flight planner will show the MEA (minimum enroute altitute) for the highest obstruction within any sector. The coding between any 2 type navaids in FSX looks like (partial VFR FP from SAN to SFO north of LA)
<Route
routeType="VICTOR"
name="V23">
<Previous
waypointType="NAMED"
waypointRegion="K2"
waypointIdent="CASTA"
altitudeMinimum="10500.0F"/>
<Next
waypointType="NAMED"
waypointRegion="K2"
waypointIdent="GRAPE"
altitudeMinimum="9500.0F"/>
</Route>
<Route
routeType="VICTOR"
name="V137">
<Previous
waypointType="NAMED"
waypointRegion="K2"
waypointIdent="JEFFY"
altitudeMinimum="8000.0F"/>
<Next
waypointType="NAMED"
waypointRegion="K2"
waypointIdent="TAFTO"
altitudeMinimum="10000.0F"/>
</Route>
A Low - Altitude airways VFR FP from SAN to SFO says the MEA is 10500 ft. If I file the FP for 9500 ft and use the ingame ATC system (not 3rd party) I will be told by the eroute controller to climb to 10500 ft on V23 toward CASTA
Don't dumb down FSX to fit your knowledge base. Many many Aces developers including outside Contractors spent years coding intelligence so FSX can be as real as possible for all of us to enjoy.
@SKT T1 Faker
If you have FSUIPC installed check to be sure you have the lastest version.