I don't understand why GSX Pro waits for me to open cargo door before trucks are loading the airplane, or service door before loading it with catering, and doesn't wait for me to open passengers door before moving the jetway... What's the difference?
When operating a jetway, is not GSX opening the door, is MSFS doing it by itself.
If GSX is waiting for a door, it means one of the following:
- If the airplane uses standard door codes ( the ones from 1 to 16 you can set in the editor ), it means you set the wrong one, so GSX is checking the wrong variable and, for the same reason, it can't automatically open the door, because for each of those codes, there's a matching open/close door event.
- If the airplane uses a non-standard LVar for the door, so it requires a custom XML expression to check its state, it cannot open it automatically, since these doors are usually controlled by custom code in the airplane itself, which would require a special handling in our code, like we did for the PMDG 737, because the airplane comes with an SDK and the ability to be controlled remotely, even if it uses non standard variables for the door.