Posts: 36
Threads: 13
Joined: Jun 2017
Reputation:
0
I noticed that when a plane lands at an airport, it uses up a gate slot as long the plane is stationed at the airport.
But is there a way for planes to de-gate and go to holding spots and free up an gate for the next plane. Cause i have some flights that has planes waiting for a whole day at a time which hogs up a gate till it takes off the next day.
Posts: 2,258
Threads: 138
Joined: Jul 2016
Reputation:
11
I'm not sure how I'd do that in the back-end. It may be possible if I get creative with it. But how would you determine when it's acceptable for the plane to de-gate or when it should stay at the gate?
Additionally, and maybe somebody with more knowledge than me can comment on this, how is it done in real life? Will aircraft de-gate and transition to a parking spot if they're staying overnight or for an extended period of time, or will it remain at the gate? There's only so much parking available I would assume.
I am the developer of Airline Enterprise
Posts: 240
Threads: 13
Joined: Dec 2017
Reputation:
0
easiest way around this on our end(users) is to just buy more gates. the game is very fair with it's gate prices.
Posts: 36
Threads: 13
Joined: Jun 2017
Reputation:
0
I understand adding more gates to an airport is easy, but realistically no airline will have 100+ dedicated gates at an airport.
My idea is that we have a system to check if it is preparing for a flight, if it is it takes a gate.
If the flight is in progress of a turnaround it takes a gate.
If the aircraft is not preparing for a flight or being turned around it is de-gated.
Posts: 2,258
Threads: 138
Joined: Jul 2016
Reputation:
11
There would need to be some kind of parking charge, probably depending on the length of time it's parked. Although that would be complicated to determine how long an aircraft was parked. I could potentially move aircraft to parking spots when the status is on-ground or preparing for route, as ALT said. But changing the aircraft location X hours prior to take-off would be difficult to accomplish because I'd have to try and calculate what aircraft need to be moved, and when, and then store that time somewhere, and then run a script or something to transition the aircraft into/out of parking without user involvement. That starts to get difficult very quickly.
I will be changing some of the gate usage code soon with the new routes system so maybe I can look into how I could do something like this.
I am the developer of Airline Enterprise