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

P3D v5 Assigning default animations to a custom model

Messages
80
Hello,
I recently converted some FS9 aircraft to P3Dv5 via MCX, and I had to reassign some animations, as they were custom animations in the FS9 models. In some cases it worked, in others, it has not. For example slats. I have a model with custom slats movement animation from FS9, I have now assigned the default animation "leading edge flap / left or right) but this doesn't work.

What about those default animations, that are listed in MCX, and how do they work in P3Dv5? Which of them are really working in the sim? And do they need gauges to interact, or just keys to be assigned like flaps or doors? Is there a list?
 
If you use the default flap animations, those flaps must be specified in the aircraft.CFG file.
 
If you use the default flap animations, those flaps must be specified in the aircraft.CFG file.
This is the entry from the original aircraft cfg from FS9. Are there any errors that prevent them in P3Dv5?:


[Flaps.0]//Dummi for Animation
type= 2
span-outboard= 1.000
extending-time= 15.000
system_type= 1
damaging-speed= 250.000
blowout-speed= 290.000
lift_scalar= 0.0
drag_scalar= 0.0
pitch_scalar= 0.0
flaps-position.0= 0.000,
flaps-position.1= 8.000,
flaps-position.2= 18.000,
flaps-position.3= 26.000,
flaps-position.4= 37.000,

[Flaps.1]//Slat
type= 2
span-outboard= 0.100
extending-time= 22.000
system_type= 1
damaging-speed= 227.000
blowout-speed= 250.000
lift_scalar= 0.0
drag_scalar= 0.0
pitch_scalar= 0.0
flaps-position.0= 0.000, 0.000
flaps-position.1= 19.000, 225.000
flaps-position.2= 19.000, 225.000
flaps-position.3= 23.000, 202.000
flaps-position.4= 23.000, 202.000

[Flaps.2]//Inboard Flap
type= 1
span-outboard= 1.0 //0.200
extending-time= 23.000
system_type= 1
damaging-speed= 245.000
blowout-speed= 270.000
lift_scalar= 1
drag_scalar= 1
pitch_scalar= 1
flaps-position.0= 0.000, 0.000
flaps-position.1= 8.000, 222.000
flaps-position.2= 18.000, 202.000
flaps-position.3= 26.000, 192.000
flaps-position.4= 37.000, 162.000

[Flaps.3]//Outboard Flap
type= 1
span-outboard= 1.0 //0.600
extending-time= 23.000
system_type= 1
damaging-speed= 245.000
blowout-speed= 270.000
lift_scalar= 0.27
drag_scalar= -1.637
pitch_scalar= -0.896
flaps-position.0= 0.000, 0.000
flaps-position.1= 8.000, 222.000
flaps-position.2= 18.000, 202.000
//flaps-position.2= 26.000, 192.000
//flaps-position.3= 37.000, 162.000
 
Back
Top