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

Recent content by Ariebaba

  1. A

    Cockpit Animation Problem

    Hi Venom, I had this behavior in the past at times. Usually it was caused because I tried to program anything related to variables in code. You try to set up some variables before the flight but they don’t get picked up at first because for instance you try to set it up twice (only the last...
  2. A

    MSFS20 Throttle control

    Just to make sure.. did you close the component with </Component>?
  3. A

    MSFS20 Throttle control

    Yes the nla track name should be the same. You can give multiple animations the same nla track name and they will all animate in the game with one xml entry.
  4. A

    MSFS20 Throttle control

    I copied the fs-common-aircraft directory to an easy accessible location and open and read the templates in order to understand them. They usually tell you what you need or can provide. Or else the subtemplate might.
  5. A

    MSFS20 Throttle control

    <Component ID="throttle_animation" NODE_ID=”throttle_object”> or within the component <NODE_ID>throttle_object</NODE_ID> Why don’t you want to use the Asobo template? good luck
  6. A

    MSFS20 Turboprop Engine Starter

    Have you tried to put a 1 in front of (>K:TOGGLE_STARTER1)? nice looking plane!
  7. A

    MSFS20 Throttle control

    Does adding a <node> help?
  8. A

    MSFS20 Problem with "normal" texture

    Hmm ok if your not using Blender my advise is useless.. sorry. Blender coverts textures for you, but that sometimes goes wrong as described. Good luck.
  9. A

    MSFS20 Problem with "normal" texture

    Is there something in the attributes? If I use UVpackmaster it adds an attribute and that messes up my textures in MSFS. The attributes can be found on the same tab where you can find the vertex, face and uv maps. Good luck.
  10. A

    Trying to find a way to adjust prop drag on MU-2

    I am using the new prop physics in msfs. I increased the parasitic drag and that helps but now the plane doesn’t reach it cruise speed. I tuned a lot and it was looking ok but than I discovered that the prop didn’t stop in the feathered mode. I had to start over again 😔
  11. A

    Turboprop Beta Range

    It is been a while, but can you confirm that a low value minimum_on_ground_beta makes the airplane taxi slower and reduces speed faster (prop drag higher)? Thx
  12. A

    Trying to find a way to adjust prop drag on MU-2

    I am working on a turboprop and I find desceleration from cruise speed to gear/flap max speed too slow with throttles in idle. I don’t completely understand your advise. Does increasing engine friction help me with improving that?
  13. A

    Dimmer switches

    Dimmer are called potentiometers. There is a standard template for potentiometers. They have numbers. You can set the number in your xml and .flt code. There is also xml code for emissive materials. Here you fill in your potentiometers number in so they match. You need an object for the dimmer...
  14. A

    Three letters search limitation

    Kudos for trying 😀
  15. A

    MSFS20 [SOLVED] Blender 2 Axis Yoke Animation

    Why don’t you use empties iso bones?
Back
Top