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

Search results

  1. M

    calculator-code to create and update LVar - and get the return value?

    No, I think the assignment uses the number and removes it from the stack. You can add 'd' to duplicate the last value, like this: ..., Bool) * d (>L:A32NX_OVHD_FUEL_LTK1_PUMP_ANNUN) You can take a look at the documentation here...
  2. M

    Using TabMenu in custom panels

    Here you go: <link rel="import" href="/templates/tabMenu/tabMenu.html" /> <section id="MainDisplay" class=""> <section id="TabMenu"> <tab-menu class="Tabs" selectedIndex="0"> <tabmenu-item id="TabSwitch1" title="Landing"...
  3. M

    MSFS20 Setting the transponder mode by writing into the A:var directly

    Yes you can set different simvars: https://docs.flightsimulator.com/html/Programming_Tools/SimVars/Simulation_Variables.htm#h The documentation says which ones are settable, but it isn't 100% accurate. And you can even use it for different variables...
  4. M

    MSFS20 Custom Toolbar - Force Disabled Panel

    You can close or disable panels with FlowEvents: You can close or disable panels with FlowEvents: PANEL_ATC_FORCE_DISABLED. See this page.
  5. M

    MSFS20 Teleport Workaround?

    For the RequestTeleportAction to work properly you need to specify a SimState file, which is just an .FLT file that defines state of the aircraft after the teleport. Variables you don't define in the SimState file will be filled in from the last used .FLT, usually the .FLT that loaded the...
  6. M

    FSX Hi new to making Missions

    The wiki is probably a good place to start. Also this 2-part guide: https://web.archive.org/web/20120511012134/http://download.microsoft.com/download/E/D/E/EDED7060-7CB8-4B4E-A779-EEA6B0CAA248/DesigningGreatMissionsforFSX1.pdf...
  7. M

    MSFS20 Smoke in MSFS

    You can use spb2xml to decompile the binaries, for educational purposes of course
  8. M

    Mission Development: Script Editor/Nodes

    If anyone is still looking: https://github.com/leppie/spb2xml The tool was updated to work with MSFS. Forum thread: https://www.fsdeveloper.com/forum/threads/release-spb2xml-for-msfs-2020.451421/
  9. M

    Decoding MSFS SPB Files

    If anyone is still looking: https://github.com/leppie/spb2xml The tool was updated to work with MSFS. Forum thread: https://www.fsdeveloper.com/forum/threads/release-spb2xml-for-msfs-2020.451421/
Back
Top