• 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.

MSFS20 Using a PILOT_2 node/empty to display a 3rd crew member in an aircraft

Lagaffe

Resource contributor
Messages
986
Country
france
Hello,

My current project is to transform the DC-4 (P3D version) of Flight Replicas (with the author authorization) to obtain a native FS20 aircraft which can be used under FS20 or FS24 and to add some functions to perform a "study level aicraft", if possible.
This aircraft has the particularity to be flight by 4 crew: a pilot, a copilot, a radio and a navigator.

1773736372071.png


With the current SDKs, to be able to display a pilot and a copilot (provided by the simulator himself and not by a character designed by the creator) in an aircraft, there are certain "practical rules" (my own experience) to follow :
  1. in the aicraft.cfg, define on the pilot and co-pilots lines two empty named respectively PILOT_0 and PILOT_1 by convention ( pilot_attach_node = PILOT_0 )
  2. define in the flight_model.cfg the lines associated with these two station_load (it is not for display but for load distribution in the aircraft)
  3. create in the external 3D model, the 2 empty PILOT_0 and PILOT_1 (it is possible to modify the scale of these empty so that the pilot/co-pilot are displayed at the required dimension)
  4. define in the XML file the instructions that allow to display the pilot/co-pilot according to the external or internal camera chosen or even according to the weight associated with these points compared to the station_loads instructions I was talking about earlier
  5. define in the model.cfg the line: withInterior_showExterior=true (this is important to display the copilot/pilot in the Interior view when you are in the opposite side)
  6. define at least two cameras in the cameras.cfg named PILOT and COPILOT

1773736540551.png


By doing so, it is possible to have this display essential for immersion in the two simulators FS20 and FS24 plus the display of crew members even if the aircraft is used as an AI.

1773737151656.png


For those who use this design method, have you already been able to display a PILOT_2 for a radio or navigator and what rules did you follow?
 
Last edited:
Back
Top