• There seems to be an uptick in Political comments in recent months. Those of us who are long time members of the site know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religious comments out of the forums.

    If you recently joined the forums you were not presented with this restriction in the terms of service. This was due to a conversion error when we went from vBulletin to Xenforo. We have updated our terms of service to reflect these corrections.

    Please note any post refering to a politician will be considered political even if it is intended to be humor. Our experience is these topics have a way of dividing the forums and causing deep resentment among members. It is a poison to the community. We appreciate compliance with the rules.

    The Staff of SOH

  • Server side Maintenance is done. We still have an update to the forum software to run but that one will have to wait for a better time.

Animating aircraft fuselage doors

Sid2008

Charter Member
Hi, in Makemdl I only know of 2 tags "F_canopy" and R_canopy" to get the doors to open and shut when Shift E is pressed in FS.

Some folks have put in multiple doors and have animated them so they open and shut when one presses Shift E 1/2/3/4.

I was wondering if there are any other tags in Makemdl vis which i could animate fuselage doors. Do these animate using keyframe 0 (shut) and keyframe 100 (open)?

Thanks,
Sid
 
You can also use door_passenger for shift + E, but those you mentioned are the ones to use.
There used to be a door_cargo for shift +E, 2 but that no longer works.

If FSDS uses makemdl.parts.xml, you can use a gauge to better control the doors individually.

You might find xml already avaiable over at FFDS in the working xml code library forum.

http://www.aerodynamika.com/cgi-bin/yabb/YaBB.cgi?board=XML
 
Dumb cluck question

OK Milton, so what is the XML code library all about? Is it some way of modifying Makemdl?

If so, how is that accomplished?
 
OK Milton, so what is the XML code library all about? Is it some way of modifying Makemdl?

If so, how is that accomplished?

The makemdl.parts.xml is an editable configuration file that allows you to define additional animation tags or build 3D gauges to be included in your model.

When you export your project, the makemdl.parts.xml code is included in the model by default. It contains, as shipped, all the documented and useable animation tags.

You can open the file with notepad and edit it directly. The language is xml. The format and constructs are rigid but you can learn as you go, and copy useable code from available forums, or copy existing code, and modify it.

You usually add your code at the beginning of the file to make it easily accessible, and if it does not work, none of the code will work so that is a good indicator of success. :)

You will find this file in the C:\gmax\gamepacks\fs2004\plugins if that is where you have gmax installed. Open it and browse through it to get an idea what is there.
 
Back
Top