• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

FSXA Hi All, about Passengers system question

Messages
2
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.
 
Perhaps you can give us a bit more information about what you want to do?
 
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!
 
Last edited:
Back
Top