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

  1. C

    Inherit a objects location, altitude, and heading

    Could you please elaborate on this...i would appriciate it!!!
  2. C

    Inherit a objects location, altitude, and heading

    Is there a command to make a object inherit another object location, pos, and altitude.... for example, i want to switch aircraft, but i want to start in the aircraft with it facing the way that it was before i changed my object... does anyone know how to make sim connect do that...
  3. C

    FSX Object Visibility problems

    Ok, this is somehing that I have been struggling with for some time now. My goal is to make an object visible only if the NAV1 OBS course is less than 145 degrees to the left of the aircrafts current heading. Also, I want to make a different object visible only when the NAV1 OBS course...
  4. C

    XML (Growing Line)

    well, ok...this is what I tried and nothing showed up. <SimGauge.Rectangle id="Rectangle"> <Axis>256.000,256.000</Axis> <LineWidth>10</LineWidth> <Bright>True</Bright> <Width>20</Width> <WidthScript>(A:VELOCITY BODY X, knots)</WidthScript> <Height>20</Height>...
  5. C

    FSX CRS Bug on Linear Compass Card

    Ok, I am using XML and I am doing the code for FSX. My delima is with the code that I have right now, if you are not within 30 degrees of the course, then the CRS Bug is all the way to the left until you center your heading on the course displayed. Then, if you turn past 360 on the...
  6. C

    XML (Growing Line)

    It is for FSX, Ill look...can you narrow down what keywords i should look for in the SDK? Thanks!
  7. C

    XML (Growing Line)

    Is it possible to create a line that is anchored in one spot but can grow as the value changes? For my hover gauge when the aircraft has reached 20 knots forward speed, the dot moves towards the top of the gauge. Can I create a line that grows as the dot moves but stays ancchored at the...
  8. C

    Tough Question

    Thanks for all the looks, but I figured it out on my own. It was actually very simple once I stoped making it so difficult! Thanks again!
  9. C

    Tough Question

    basically I want to have an image of a circle and I want the object to move around the circle depending on the velocity of the helicopter. so if it was moving to the left, then the object would be on the east side of the circle. but if the helicopter was moving foward and left the object would...
  10. C

    Tough Question

    Here is a humdinger for you guys. Lets say that I wanted to create a hover gauge that showed my vertical and sideward velocity on a round dial. If the aircraft was only moving foward the pointer would be due north on the dial, if the aircraft were moving left, then the pointer would be due...
  11. C

    How to?

    That code worked great thanks! Im sure I will be back for more help!
  12. C

    How to?

    sorry about that. I forgot to put the - before the 100. I guess I should proof read my posts! Thanks though. I will try that out!
  13. C

    How to?

    I finally got it working with this code (A:Vertical Speed, ft/min) 100 >= if{1} How could I tell the object to be visible if VS were greater than 100 and less than 100? would it look like this? ((A:Vertical Speed, ft/min) 100 >= if{1})((A:Vertical Speed, ft/min) -100 <= if{1})...
  14. C

    How to?

    that dosent work for some reason. The object disappears and never shows back up again. Also, it is for vertical speed. But that is an easy fix. Any other suggestions would be greatly appriciated.
  15. C

    How to?

    Im sorry, XML for FSX. Thanks!!
Back
Top