PDA

View Full Version : [FSXA] Hi All, about Passengers system question


copcop
20 Sep 2010, 00:51
Hi All:

I'm Cop,is a c++ programmer come from Microsoft China.

I very like FSX, I want development the Worldwide Online FSX Passenger System, and Open Source it!

But I have no idea for the Passenger System, who can give me some thoughts,or some information.

thanks!:rolleyes:


Cop.

scruffyduck
20 Sep 2010, 02:03
Perhaps you can give us a bit more information about what you want to do?

copcop
20 Sep 2010, 02:22
Perhaps you can give us a bit more information about what you want to do?



Yes, I want development like the HiFi-XPax .

it's can carrying Passengers.

I'm looking for some information,see below.Is the A321 aircraft config file.

but I'm not sure whether this is relevant to do with me.

-----------aircraft.cfg--------------


[WEIGHT_AND_BALANCE]
max_gross_weight = 187392 // (pounds)
empty_weight = 93662 // (pounds)

reference_datum_position = -4.5, 0, 0 // (feet) distance from FlightSim Reference position: (1/4 chord, centerline, waterline)
empty_weight_CG_position = -4.0, 0, 0 // (feet) longitudinal, lateral, vertical distance from specified datum

max_number_of_stations = 50

station_load.0 = 170.0, 52.0, -3.0, 2.0 //Weight (lbs), longitudinal, lateral, vertical positions from datum (feet)
station_load.1 = 170.0, 52.0, 3.0, 2.0 //Weight (lbs), longitudinal, lateral, vertical positions from datum (feet)
station_load.2 = 3500.0, 18.5, -3.0, 2.0 //Weight (lbs), longitudinal, lateral, vertical positions from datum (feet)
station_load.3 = 3500.0, 18.5, 3.0, 2.0 //Weight (lbs), longitudinal, lateral, vertical positions from datum (feet)
station_load.4 = 3500.0, -26.0, -3.0, 2.0 //Weight (lbs), longitudinal, lateral, vertical positions from datum (feet)
station_load.5 = 3500.0, -26.0, 3.0, 2.0 //Weight (lbs), longitudinal, lateral, vertical positions from datum (feet)

station_name.0 = "Pilot"
station_name.1 = "Co-Pilot"
station_name.2 = "First Class A-C"
station_name.3 = "First Class D-F"
station_name.4 = "Coach A-C"
station_name.5 = "Coach D-F"

;Moments of Inertia
empty_weight_pitch_MOI = 835131.26
empty_weight_roll_MOI = 198749.02
empty_weight_yaw_MOI = 806087.52
empty_weight_coupled_MOI = 0


----------------------------------------------
and can be achieved using PayLoad?? I think maybe is OK!


thanks!