by Recency » Tue Oct 30, 2007 4:21 pm
Hello:
You have indicated that you are having a problem with all the planes, so I guess that you are refering to default planes and add-on planes. Well the only time that I have seen this problem, is when the [Exit]configurations in the aircraft.cfg are not correct. For example, these are the correct exit configurations for the following default b737-800:
////////
[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)
////////
Please note that the above configurations are only for b737-800 in that you will have different configuration depending on the type of plane.