by Tech Diver » Tue May 18, 2010 5:09 pm
I have the -300 from Historic Jetliners Group and can also attest to the fact that it runs well. There is one area upon which I improved that made a significant difference in both appearance and performance. I converted all the external graphics from BMP format to DDS DXT-3 with MIP maps. My performance improved so much that I am using the plane for AI traffic (even though the web site says it is not suitable). Also, all the flicker is gone when viewing the aircraft from a distance.
Another thing to fix are the positions for the services. Since this was originally targeted for FS9, there is no position data for the jetway or baggage truck. Here is what I added for the [exits] section of aircraft.cfg:
[exits]
number_of_exits = 3
exit.0 = 0.1, 36.00, -4.80, 0.00, 0
exit.1 = 0.4, -12.00, 6.00, -5.00, 1
exit.2 = 0.4, -20.00, 5.00, -2.00, 2
Note that you can not place the baggage truck exactly where it should be because it causes a collision with the wing.
Peter