Here is how it looks like for the default 737:
- Code: Select all
[exits]
number_of_exits=2
exit.0=0.4, 36.6, -5.0, 3.0, 0 //openclose rate percent per second, longitudinal, lateral, vertical positions from datum (feet), type (0=Main 1=Cargo 2=Emergency)
exit.1=0.4, -38.5, 4.5, -3.0, 1 //openclose rate percent per second, longitudinal, lateral, vertical positions from datum (feet), type (0=Main 1=Cargo 2=Emergency)
exit.2=0.4, 33.5, 3.5, -4.0, 2 //openclose rate percent per second, longitudinal, lateral, vertical positions from datum (feet), type (0=Main 1=Cargo 2=Emergency)
And here is how it looks like with one of the default FS9 planes:
- Code: Select all
[exits]
number_of_exits = 2
exit_rate.0 = 0.4 ;Percent per second
exit_rate.1 = 0.4 ;Percent per second
Do you see the differences ? The FSX version has the coordinates of the exits of their type, so that the sim can decide where to plug the jetways, and where to send the ground servie vehicules.
That means you need to add coordinates and type to the exits of your FS9 planes. For the type it's easy, it's written in the quoted text. For the coordinates this is more tricky. You need to experiment, make several tries before finding the exact ones.