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

  1. E

    MSFS20 Visibility

    you can add multiple operators like this and you can use || for or, & for and, easier to read and seperate logical seperators. <Code>(E:LOCAL TIME, Seconds) 25200 &gt;= (E:LOCAL TIME, Seconds) 75600 &lt;= and (E:LOCAL MONTH OF YEAR, Number) 4 &lt;= (E:LOCAL MONTH OF YEAR, Number) 10 &gt;= ||...
  2. E

    MSFS20 Auto-detect MSFS 2020 Community path

    sorry for necroing, I did it also but as a cmd file. feel free to reuse it. https://flightsim.to/file/45988/get-your-community-folder-location
  3. E

    MSFS20 Visibility

    Played a bit with model behaviors :)
  4. E

    MSFS20 Visibility

    surface type and surface condition seems not working :(
  5. E

    MSFS20 Visibility

    misstype, "node1" ofc. im not at home, i will attach it tomorrow, thanks!
  6. E

    MSFS20 Visibility

    thanks, yes, sadly its "node", checked several times. i dont know what happens, the asset loads (I can clearly see as its hitbox changes), but the item stays hidden.
  7. E

    MSFS20 Visibility

    any luck with SURFACE TYPE or SURFACE CONDITION? i would like to show a sledge when the ground has snow on it. already tried with these, without any success <Component ID="node1" Node="node1"> <Visibility> <Parameter> <Code> (A:SURFACE TYPE, enum) 8 == if{ 1 } els{ 0 } </Code> </Parameter>...
  8. E

    MSFS20 Several of my airports now crashing to desktop for users after world update 4

    delete content.xml at AppData\Local\Packages\Microsoft.FlightSimulator_#random#\LocalCache
  9. E

    MSFS20 Visibility

    yesterday I also started to play with <modelbehaviors>, love it already! you have to add a "simobject" asset into your scenery, setup sim.cfg and model.cfg in models folder(s). for folder structures I recommend to have a look at "MSFS SDK\Samples\WindsockSample\" example xml code: <?xml...
  10. E

    FXEditor won't open

    I guess I had an older version and put it in mdx :) downloaded it separately and it is working, thanks! :)
  11. E

    FXEditor won't open

    thanks for your reply. im trying to use the version which comes with the latest mdx version (so fxe is part of mdx) edit: standalone downloaded, works fine. thank you!
  12. E

    FXEditor won't open

    sorry for digging up this thread. FXEditor wont open for me also. .NET is up to date (4.8x), win10 is up to date also. exported logs from event viewer attached (rename it to .evtx)
  13. E

    SDK Crash when click on build package

    with sdk 0.8.0 it seems fixed.
  14. E

    SDK Crash when click on build package

    I know, but really, its 125.
Back
Top