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

  1. Misho

    MSFS20 Trying to figure out the best way to communicate between on-screen in-game panels and SimConnect

    Hi, You are very close... all you need to do is rename your custom var. It really does need a "." in the name - all you need to do is insert "something." in front of your variable (in our case below, "MY."). So: hr = SimConnect_MapClientEventToSimEvent(hSimConnect, EVENT_CUSTOM_K_VAR...
  2. Misho

    MSFS24 Rendering GDI+ WASM gauge as a transparent screen overlay

    Ok, thanks for the input, I appreciate it!
  3. Misho

    MSFS24 Rendering GDI+ WASM gauge as a transparent screen overlay

    Ok. Microsoft/Asobo bad 😄. How about my original question - did you ever get HUD to work as a screen overlay, as opposed to mapped to a model material?
  4. Misho

    MSFS24 Rendering GDI+ WASM gauge as a transparent screen overlay

    No - it is not. It doesn't matter what year came what. It is literally the other way round, exactly like the documentation says. Here - an example. A GDI+ call to draw arc, which calls NanoVG functions: GpStatus WINGDIPAPI GdipDrawArc(GpGraphics* graphics, GpPen* pen, REAL x, REAL...
  5. Misho

    MSFS24 Rendering GDI+ WASM gauge as a transparent screen overlay

    Straight from the horse's mouth: https://docs.flightsimulator.com/html/Programming_Tools/WASM/GDI+.htm?rhhlterm=gdi&rhsearch=GDI%2B Microsoft will allow you to sell EXE/DLL/gau instruments on PC, but not on XBox, because XBox doesn't have the same security measures as a PC. Which to me makes...
  6. Misho

    MSFS24 Introducing SpacePort - a spaceflight module for MSFS2020/MSFS2024

    Hey ya fellow hoser!! 😂 Yes, GO Hansen! GO ARTEMIS II I actually have the Artemis SLS rocket ready, It would be nice to launch it in MSFS when the actual one launches!!
  7. Misho

    MSFS24 Rendering GDI+ WASM gauge as a transparent screen overlay

    Legacy gauge? How? a DLL? .gau? That kills it for commercial side, bcz MS won't accept it for Marketplace. And I have zero patience working with that abomination called RPN 😂 How would they pull NanoVG, when GDI+ is a LAYER on top of NanoVG? That means they would leave XML/JS/RPN as the only...
  8. Misho

    MSFS20 [WIP] CA21 - Limberlost Ranch

    Man. I wanna put my VR helmet on, and just walk through that meadow there :) (it is cold here in Canada)
  9. Misho

    MSFS24 Rendering GDI+ WASM gauge as a transparent screen overlay

    I need to have a WASM gauge rendered as a screen overlay, while keeping transparency, (much like HUD), but without mapping it to a 3D surface in my model - basically, I’d like to use is_hud and render_on_screen together. (Parameters in panel.cfg) I am using GDI+ gauge (as opposed to NanoVG). I...
  10. Misho

    MSFS24 Introducing SpacePort - a spaceflight module for MSFS2020/MSFS2024

    We are excited to announce a brand new MSFS2020/MSFS2024 add-on in development: TerraBuilder SpacePort, a fully-featured spaceflight module that enables realistic, high-fidelity simulation of astrodynamic and ballistic physics required for spaceflight, right inside Microsoft Flight Simulator...
  11. Misho

    MSFS20 Kennedy Space Center Scenery for MSFS2020

    Yes, of course! Although, it will be some simple zero-g limb motion, more of like "fidgets" ;)
  12. Misho

    MSFS20 Keyframe SCALE animation - trying to scale in only one axis, getting scaling in all 3

    Hi Arno! Thanks, that never occurred to me, so I did, but it is hard to read it. Do you know what can open a gltf file so that it is formatted to be readable? I also posted the same question in MSFS Devsupport, and someone replied that only uniform scaling (across all 3 axis) is supported...
Back
Top