Author Topic: FollowMe/ParkMe - optimization  (Read 2909 times)

ByteG

  • Newbie
  • *
  • Posts: 21
FollowMe/ParkMe - optimization
« on: April 09, 2012, 07:33:34 pm »
Hello,

I was wandering if you could make the following improvements to the FollowMe and ParkMe facilities in GSX:

1. Upon touchdown the system would check if there is a flag set in airport/aircraft configuration files which would automatically trigger FollowMe functionality of GSX (for example request_follow_me=manual(default)/automatic )

2. List of "favorite" unoccupied parking positions (as a separate group in ParkMe facility) based on current airport and aircraft. These preferred parking positions could be entered into the configuration file/s. Of course this submenu would only be displayed if this parking positions are specified.

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 51237
    • VIRTUALI Sagl
Re: FollowMe/ParkMe - optimization
« Reply #1 on: April 10, 2012, 11:03:26 am »
number 1 might be reasonably easy to add.

number 2 is much better and more realistically handled as it is now:

the parking positions list is sorted according to the airline parking code of the parking, matching the livery of the airplane you are flying. This way, the "favorite" parking positions will appear on top of the list, but will also change depending on the airline you fly, which is also more realistic than having them frozen in the airport configuration.

In order to have this working, parkings in the AFCAD must have their atc_parking_codes set with all the ICAO codes of the airlines that goes there, and your aircraft.cfg should also have the atc_parking_codes line, with the ICAO of the airline of the repaint you are using ( so, aircraft.cfg files with multiple repaints, should have the correct atc_parking_codes entry in each [fltsim] section )