Hi Arno,
A user of SODE has reported a problem with jetway alignment. This has mostly to do with misconfigured aircraft.cfg exit points, so I wanted to have a look at them with MCX. During loading of the model (after selecting the aircraft.cfg of course), MCX throws some warnings "Failed to process CFG Point with name exit.0" and also for exit.1.
So I had a look into my SODE aircraft.cfg parser code and indeed, also SODE was not able to read them properly!
I found out that the minus used in this particular aircraft.cfg file is not the "regular" hypen minus sign, but a soft hyphen (didn't even know such thing existed...). My parser returned "\255" instead of "-". Now I am replacing all occurences of that soft hyphen and replace them with the correct minus sign.
Also, when I exchanged the minus sign in the aircraft.cfg manually, MCX is able to read the exits points again.
This seems really odd and I don't know how the soft hyphen gets into the aircraft.cfg in the first place...Windows locale settings?
By the way, it was a Project Airbus A318 aircraft.cfg, and yes, the exit is completely off
I attached the aircraft.cfg for you to test.
Best regards