Would it be possible to change the atc_parking_types pickbox to add N_PARKING, S_PARKING, etc. to bring it inline with what ADE offers for parking?
The atc_parking_types setting only allows a few very specific codes which must be all capital letters:
GATE
RAMP
CARGO
MIL_CARGO
MIL_COMBAT
DOCK
That is from the Aircraft Configuration section of the SimObject Container SDK.
Those roughly equate to various properties we can assign to a parking spot. Remember the parking spot comes from a different SDK the BGL Compiler SDK.
The Aircraft atc_parking_types only applies to the
type attribute of the parking spot properties, and even then is not an exact match. i.e. GATE can be GATE_HEAVY, GATE_MEDIUM or GATE_SMALL
The size of the parking spot and the size of the aircraft is always the most dominant part of parking.
The items you suggested are the
name attribute of the parking spots.
Name has many uses in FS, but it is not one of the attributes which can be controlled or specified in the aircraft.cfg file. So Martin's tool cannot put anything in the AI aircraft file to influence that behavior.
The most noticable use of the
name attribute is what ATC calls the parking spot. I'm one of those who prefers to have all my parking coded with a
name to avoid the generic "Taxi to General Aviation Parking"
Name does have one impact upon parking priority when AI aircraft are assigned to parking.
If you have four identical size spots with different names there is an apparent priority.
GATE_SMALL 18.0M GATE 2
GATE_SMALL 18.0M GATE A 2
GATE_SMALL 18.0M PARKING
GATE_SMALL 18.0M NE_PARKING
We've definitely confirmed that GATE without a letter has a priority over GATE with a letter. And that there is no priority among the various letters.
I've also seen that GATE without a letter and GATE with a letter have a priority over PARKING.
I have not seen a priority of PARKING over NE_PARKING or any other parking area name, nor a priority of a designed parking area over the generic PARKING.