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

FSX Custom Animation's

Messages
36
Country
canada
Hello Everyone again

Need a little help with Custom animations i mean how to input them is there any tutorial or something that i can get never used custom animation making a model i have to input the landing gear animation xml but i don't know how i have the code posted on the lat thread for "Landing gear" a little help again will be needed

Thank you
Billy Wilbarts
 
a) Proper capitalization and use of commas and full stops is appreciated. Your tapeworm of words is bloody awful to read.

b) All you need to know about custom animations is in the SDK documentation.
https://msdn.microsoft.com/en-us/library/cc526976.aspx#CreatingaNewAnimation

Note that instead of
Code:
<Animation>
- <Parameter>
  <Sim>
...
 </Sim>
 </Parameter>
</Animation>
most custom animations use scripts which have to be implemented with
Code:
<Animation>
  <Parameter>
 <Code>
...
</Code> 
 </Parameter>
 </Animation>
.

Also make sure to generate a new GUID for every new entry you add.
 
not sure but i am using blender fsx tools for making the aircraft this stuff is totally new for me kind of i never did animation but form last few days i been trying to do it still my model is not perfect with animations guess i will have to take a break and get in again btw thanks for the Help Heretic :)
 
Back
Top