The following warnings occurred:
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.0.30 (Linux)
File Line Function
/global.php 94 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "lockoutexpiry" - Line: 573 - File: global.php PHP 8.0.30 (Linux)
File Line Function
/global.php 573 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $can_access_moderationqueue - Line: 749 - File: global.php PHP 8.0.30 (Linux)
File Line Function
/global.php 749 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 889 - File: global.php PHP 8.0.30 (Linux)
File Line Function
/global.php 889 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 889 - File: global.php PHP 8.0.30 (Linux)
File Line Function
/global.php 889 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $awaitingusers - Line: 34 - File: global.php(956) : eval()'d code PHP 8.0.30 (Linux)
File Line Function
/global.php(956) : eval()'d code 34 errorHandler->error
/global.php 956 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 1021 - File: global.php PHP 8.0.30 (Linux)
File Line Function
/global.php 1021 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5196 - File: inc/functions.php PHP 8.0.30 (Linux)
File Line Function
/inc/functions.php 5196 errorHandler->error
/global.php 1021 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 7360 - File: inc/functions.php PHP 8.0.30 (Linux)
File Line Function
/inc/functions.php 7360 errorHandler->error
/inc/functions.php 5216 is_member
/global.php 1021 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 7360 - File: inc/functions.php PHP 8.0.30 (Linux)
File Line Function
/inc/functions.php 7360 errorHandler->error
/inc/functions.php 5216 is_member
/inc/functions.php 5233 build_theme_select
/global.php 1021 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 7360 - File: inc/functions.php PHP 8.0.30 (Linux)
File Line Function
/inc/functions.php 7360 errorHandler->error
/inc/functions.php 5216 is_member
/global.php 1021 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.0.30 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.0.30 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.0.30 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.0.30 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.0.30 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.0.30 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Forum
Automatic assignment of Aircrafts to route - Printable Version

+- Forum (https://theairlineproject.net/forum)
+-- Forum: General Discussion & Suggestions (https://theairlineproject.net/forum/forumdisplay.php?fid=4)
+--- Forum: New Features (https://theairlineproject.net/forum/forumdisplay.php?fid=12)
+--- Thread: Automatic assignment of Aircrafts to route (/showthread.php?tid=1284)



Automatic assignment of Aircrafts to route - Kaiii3 - 12-29-2017

I would like to suggest following feature:

At the moment you have to assign a specific ruoute/flight to a specific aircraft. At the beginning of the game this is good manageable but with more and more routes and aircrafts this is getting quite complex.

What I have in mind, besides the current way of assignment: You have your fleet of aircrafts and these are getting assigned automatically to o a flight on diffrerent routes, based on the settings for the flight.

Lets say you have the route EDDH-EDDF you set up a flight every 1h from EDDH and from EDDF. In the morning and afternoon you specifiy the aircraft to a A321 and during the middday to a A320. TAPv4 now calculates how many aircrafts you need for the flights and assigns them automatically.

If you create now a second route EDDF-EDDM with only A321 flights all the day, the A321s that had no flights over the midday on EDDH-EDDF will now also be used automatically on this new route.

I hope it is unterstandable what I am aming for Big Grin Especially for the new "Seasons + seasonal scheduling" this feature would make the progress of scheduling easier and faster


RE: Automatic assignment of Aircrafts to route - Tjoeker - 12-29-2017

We already have feature like that in game. Cool

We have created 2 scheduling systems:
-the old familiar way, accessed under routes/airliners
-the new way, accessed under routes and than the airliner icon next to each route.

In the new system you first choose a route and the departure time/day/(season).
Then the game looks for all aircraft that are able to fly that route at that time and shows them in the dropdown menu.


Or are you suggesting a fully automated system where you say, I want a flight in the morning, afternoon and evening.
After that the game changes all schedules until it fits?
That seems a bit hard to implement.. And has it really that much added value over the new system?


There is one feature that was scrapped during implementation:
In the first concept we also had the ability to add a margin to the departure time.
example: I want a departure round 8 o'clock, with a margin of 15 minutes.
Now the game looks whether there is any aircraft able to do the flight at 8 o'clock, if not it looks whether there are aircraft to do the flight with a departure between 7:45 and 8:15.

This feature probably gets you even closer to what you want, we might take a look at it again. Smile


RE: Automatic assignment of Aircrafts to route - Kaiii3 - 12-29-2017

(12-29-2017, 10:23 AM)Tjoeker Wrote: In the new system you first choose a route and the departure time/day/(season).
Then the game looks for all aircraft that are able to fly that route at that time and shows them in the dropdown menu.

That systems come close to what I have in mind, but I had some problems (no free slots at the airports-bug) using it and had therefore not tested it yet completly. One other bug/problem I had with it, was that the turnaround-time after a full trip is more or less ignored by the tool.