Products Support > GSX Support FSX/P3D
Feature request - disable crew boarding
Th3Scop3DJ:
Hello everyone,
I was just wondering if there will be an option in the future to disable the crew boarding?
I'm sitting in the cockpit preparing the aircraft. After that boarding begins but it's of course always caption and first officer followed by the rest of the flight crew.
It would be amazing if we had the option to disable crew boardi so if we start the boarding process it would start with pax straight away.
Hope to see that in an future updates.
Keep up the amazing work! :)
All the best
Kevin
ngxboeing:
Hi
I agree with the above suggestion would be more realistic
disco79stu:
This has been requested so many times, I really would like to have this option too!
While the flight crew won't board in the FSLabs (maybe the somehow stop them from doing so), I find it also a bit unrealistic to have even the cabin crew boarding just a minute before the passengers.
Usually they all arrive way before the pax to prepare everything (flight deck/cabin).
It would be so nice if those two could be a separate call/action.
Fragtality:
Given the latest Questions about this, I would also recommend making the Crew Boarding a Central Option in the Settings GUI.
(And maybe in the long-term making it a separate Operation/Service - the Crew does Board the Plane, but that does happen as very first "Stept" - not together with the Passengers^^)
BUT: That doesn't mean it can't be disabled!
Put the following Lines in a Lua-Script (registered Copy of FSUIPC required) and bind it to a Key/Button with FSUIPC.
Then just press the Button/Key before (De)Boarding but after GSX is activated on the Stand (Vehicles showing up).
--- Code: ---ipc.writeLvar("FSDT_GSX_PILOTS_NOT_BOARDING", 1)
ipc.writeLvar("FSDT_GSX_CREW_NOT_BOARDING", 1)
ipc.writeLvar("FSDT_GSX_PILOTS_NOT_DEBOARDING", 1)
ipc.writeLvar("FSDT_GSX_CREW_NOT_DEBOARDING", 1)
ipc.writeLvar("FSDT_GSX_NUMCREW", 0)
ipc.writeLvar("FSDT_GSX_NUMPILOTS", 0)
--- End code ---
disco79stu:
--- Quote from: Fragtality on February 19, 2022, 06:45:31 pm ---Given the latest Questions about this, I would also recommend making the Crew Boarding a Central Option in the Settings GUI.
(And maybe in the long-term making it a separate Operation/Service - the Crew does Board the Plane, but that does happen as very first "Stept" - not together with the Passengers^^)
BUT: That doesn't mean it can't be disabled!
Put the following Lines in a Lua-Script (registered Copy of FSUIPC required) and bind it to a Key/Button with FSUIPC.
Then just press the Button/Key before (De)Boarding but after GSX is activated on the Stand (Vehicles showing up).
--- Code: ---ipc.writeLvar("FSDT_GSX_PILOTS_NOT_BOARDING", 1)
ipc.writeLvar("FSDT_GSX_CREW_NOT_BOARDING", 1)
ipc.writeLvar("FSDT_GSX_PILOTS_NOT_DEBOARDING", 1)
ipc.writeLvar("FSDT_GSX_CREW_NOT_DEBOARDING", 1)
ipc.writeLvar("FSDT_GSX_NUMCREW", 0)
ipc.writeLvar("FSDT_GSX_NUMPILOTS", 0)
--- End code ---
--- End quote ---
Doesn't seem to work for me.
I successfully implemented and bind the lua script to a key, I hit the key before calling for boarding (after stairs are attached) and I still get the cabin crew boarding first....
Any advice?
Navigation
[0] Message Index
[#] Next page
Go to full version