17-08-2007, 08:09 PM
I had the same with the wilco 737.
:faq: http://www.fspassengers.com/?action=faq&question=67
Do it manually. Open up the Aircraft.cfg for each model -300, -400 & -500.
Find it the weight section. For me it looks like this by default:
And add these lines so it will look like this
That should do it.
:faq: http://www.fspassengers.com/?action=faq&question=67
Do it manually. Open up the Aircraft.cfg for each model -300, -400 & -500.
Find it the weight section. For me it looks like this by default:
Quote:max_number_of_stations=50(The two "station_load" lines, may have different numbers for each model. Don't change the default lines.)
station_load.0="1000.0, 27.0, 0.0, 0.0, Pilots and Crew"
station_load.1="25000.0, 0.0, 0.0, 0.0, Pax - Baggage"
And add these lines so it will look like this
Quote:max_number_of_stations=50
station_load.0="1000.0, 27.0, 0.0, 0.0, Pilots and Crew"
station_load.1="25000.0, 0.0, 0.0, 0.0, Pax - Baggage"
station_load.2 = '0.0, 0.0, 0.0, 0.0, FsStation'
station_load.3 = '0.0, 0.0, 0.0, 0.0, FsStation'
station_load.4 = '0.0, 0.0, 0.0, 0.0, FsStation'
station_load.5 = '0.0, 0.0, 0.0, 0.0, FsStation'
station_load.6 = '0.0, 0.0, 0.0, 0.0, FsStation'
That should do it.