• 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 v4 What is the pink blocked areas in animation manager mean?

arno

Administrator
Staff member
FSDevConf team
Resource contributor
Messages
32,883
Country
netherlands
Can you show a screenshot? I can't think of anything pink :)
 
Messages
664
Country
us-northcarolina
Here's one. looks kinda pink anyway..have notice them lately on different aircraft and wondered what it means.

Bob M.
 

Attachments

  • PINK.JPG
    PINK.JPG
    74.3 KB · Views: 194
Last edited:

arno

Administrator
Staff member
FSDevConf team
Resource contributor
Messages
32,883
Country
netherlands
Ah, that pink color. That means these are animation that are not present in the modeldef.xml. So if you export the model to FSX/P3D these animation will be lost. It's a reminder that you have to map them onto the right type.
 
Messages
664
Country
us-northcarolina
ok...if lets say something in not in the modeldef...what then..is there the latest greatest totally updated modeldef anywhere.. I know henk put out one maybe year ago and a piece of Tom's for his DC6..
Thanks,
Bob M.
 

tgibson

Resource contributor
Messages
11,338
Country
us-california
You need to change all those flap_key animations (which are FS9 only) to the FSX equivalent in the Animation Editor.
 

arno

Administrator
Staff member
FSDevConf team
Resource contributor
Messages
32,883
Country
netherlands
Note to myself, that I should check if the flap ones are on the automatic conversion list already. For some animations I do automatically rename them. What should those flap ones become?
 
Messages
664
Country
us-northcarolina
Thanks, I not sure since I am not a modeler what the FSX equivilents are. Thank you Tom and Arno.

Bestest!!
Bob M.
 

arno

Administrator
Staff member
FSDevConf team
Resource contributor
Messages
32,883
Country
netherlands
I'm sure Tom or Henk can tell me that, and then I'll check if I have it implemented correctly in MCX.
 
Messages
141
Country
netherlands
Well, translating FS9 flaps animation tags to FSX can be tricky. The most common animation type is keyframe zero for flaps up and keyframe 50 or 100 for full flaps down. In my experience, FSX animations do not use flap angle, always use flap percent. I most use these FSX animation tags:

"l_flap_percent_key" guid="DB029E5C-1A48-42d5-8290-EF098DFABB4F"
"r_flap_percent_key" guid="3849E47F-9088-4699-8959-EC0C54DF8015"


Then there are variants like negative flap percent animations for reversed animated flaps and lead edge flaps (slats):
"l_flap_neg_percent_key" guid="3F985D87-71C0-4f27-8295-AA694A810413"
"r_flap_neg_percent_key" guid="51A6131E-FCC9-4dd9-A512-9F08DE50CCBB"
"l_lead_edge_flap_percent_key" guid="1B2C12B5-8539-439c-980C-A198647C9291"
"r_lead_edge_flap_percent_key" guid="D27F63C4-2260-4dbe-8973-9C920A3C8898"


This should cover most types of flap/slat animations but there will always be odd cases where you have to write custom tags for FSX (usually you take one of the above and change the scale/bias value till it works).

Hope this helps, Henk.
 

arno

Administrator
Staff member
FSDevConf team
Resource contributor
Messages
32,883
Country
netherlands
Hi Henk,

Would it be a safe default to translate to the flap_percent_key animations. The idea is that MCX should already take the deflection limits from the aircraft.cfg and use them when defining the key frames.

For the causes where the other types are needed, users can change it manually afterwards.
 
Messages
141
Country
netherlands
Not a bad idea, most flaps animations should be OK with that, key is to replace the flaps angle tags with flaps percent tags:

"l_flap_key" => "l_flap_percent_key "
"r_flap_key" => "r_flap_percent_key "
 
Messages
664
Country
us-northcarolina
Thank you Gentlemen. I don't have a clue what that all means but when you have 10 r.flaps to chose from...whats a guy to do? :)
Warmest and Bestest
 
Messages
141
Country
netherlands
Start with assigning the FSX r_flap_percent_key tag to all of them and see what is does in the sim. Nothing wrong with some good old fashioned trial & error, I learned a lot that way.
 
Messages
664
Country
us-northcarolina
Thank you Henk......if I tick r_flap_percent_key tag to all R_flap and assign them R-flap? and export? and save mdl? Should the flap go up and down (these are AI"s) for taxi, landing etc?
I just have old models with a non-existant, for the most part airline...trying to get ai's right....Thanks, I know I am frustrating everyone. Just no newer working models for these planes and I don't have a clue how to repaint one because most of them don't have paintkits anyway.....
Just learning..here's an example of flaps on an AI that just stay deployed and didn't retract after take-off.
Thank you Henk and all you guys, really,
Bestest
 

Attachments

  • Flaps.JPG
    Flaps.JPG
    59.7 KB · Views: 148
Last edited:
Messages
141
Country
netherlands
For normal flyable aircraft that is indeed how you do it, tick the flaps tags you want to re-assign, select the r_flap_percent_key tag in the re-assign listbox and hit the "Assign animation type" button. You can also use this procedure for AI traffic models but there is a caviat. By default, the flaps of AI traffic models only go down during the approach, they follow the aircraft.cfg [flaps] stages. As you may have noticed, the more savvy AI traffic models do also lower their flaps partially or fully for take off. This can be achieved by using special animation tags which are custom coded. You have to understand XML coding and the FSX/P3D SDK to pull this off (or learn from analyzing existing FSX/P3D AI traffic models in MCX).
 

tgibson

Resource contributor
Messages
11,338
Country
us-california
Hi Arno,

Yes, the l_flap_percent_key versions are the ones I would use. If you are looking at these again, some others that get lost are;

c_tire to c_tire_blurred
l_tire to l_tire_blurred
r_tire to r_tire_blurred

Hope this helps,
 

tgibson

Resource contributor
Messages
11,338
Country
us-california
If you use the l_flap_percent_key versions for AI aircraft, they will use flaps only while on approach for landing, not while taxiing or while taking off. I have some modeldef additions that add takeoff flaps that deploy at the hold short node before taking the runway that I've been using for my AI aircraft.
 
Top