swift-project / pilotclient

Cross-platform cross-simulator pilot client for virtual air traffic networks
https://swift-project.org
GNU General Public License v3.0
91 stars 26 forks source link

Flight level in flight plan #210

Closed oktal3700 closed 6 months ago

oktal3700 commented 1 year ago

https://discord.com/channels/539048679160676382/568904623151382546/1105397833932214313

when filing flightplans, using for example FL360, it will show my filed alt as 100000. Not sure if thats a bug, but its minor and can easily be avoided by using 36000ft instead.

ltoenning commented 6 months ago

This issue is about the filed FL received by the VATSIM servers (and shown for example by Qutescope or controller clients).

I cannot reproduce this. Neither by

nor by

In both cases, the correct FL is shown by Qutescope.

I'll try to contact a user who experienced this issue for more information.

ltoenning commented 6 months ago

Issue seems to be caused by using the "FLxxx" format inside the FSD flightplan packet. This format is processed correctly by the server and most clients. But Vattastic will display this as 100000.

I'm trying to clarify whether there should be a specific format for the altitude in the flightplan, or if this is an issue of Vattastic .

ltoenning commented 6 months ago

There is no convention for the altitude field within the flightplan. As most clients (Euroscope, Qutescope, ...) are supporting "FL###", I will not change this for now in swift.

I wrote a message to the Vattastic developers about the issue.