Normally an FS9 AI aircraft .cfg file contains the following items under the [exits] section:
Code: Select all
[exits]
number_of_exits = 2
exit_rate.0 = 0.4 ;Percent per second
exit_rate.1 = 0.4 ;Percent per second
Note there is only the speed of the door opening animation parameter.
In FSX this was expended to the following kind of [exits] section:
Code: Select all
[exits]
number_of_exits =2
exit.0 = 0.4, 29.077, -5.009, 4.447, 0 //openclose rate percent per second, longitudinal, lateral, vertical positions from datum (feet), type (0=Main 1=Cargo 2=Emergency)
exit.1 = 0.4, -27.074, 3.542, -1.662, 1 //openclose rate percent per second, longitudinal, lateral, vertical positions from datum (feet), type (0=Main 1=Cargo 2=Emergency)
Note now an exit has a location and type, FSX uses those to connect the jetway and cargo belt, so if your AI aircraft .cfg file has those locations FSX will bring the jetway to them.
As for finding the door location that's the tricky part, your best bet is to contact the modeller and ask them to measure the location for you.