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

    MSFS20 Kennedy Space Center Scenery for MSFS2020

    I've implemented Crawler Transporter animated tread tracks, and this will be included in the next update:
  2. Misho

    MSFS20 Kennedy Space Center Scenery for MSFS2020

    Thanks!! Make sure you check out the historical hardware by activating different space exploration eras through the in-game panel "KSC Controller"! If you don't see it in the toolbar, you need to activate it:
  3. Misho

    MSFS20 Non-user SimObjects sensing Mesh Collisions - how?

    I have my MeshCollisions working for the aircraft I currently use, but is there a way to have a non-user SimObject react to mesh collision? In other words, can I set my SimObject fire truck drive over a 3D airport overpass? (given that the fire truck is given a "flight plan" path to follow).
  4. Misho

    MSFS24 I met a new friend and we are making an App together

    Looks great!! Funny, we were doing the SAME THING - testing on the type of SimObject :D I still have the damn list and the trial-and-error results: //string strSimObject_Follower = "Goose"; // FlyingAnimal - V oscilation //string strSimObject_Follower = "HumpbackWhale"...
  5. Misho

    MSFS24 I met a new friend and we are making an App together

    Aha, so - in your code, you have the loadstation loaded, and when you launch, you empty the loadstation, and spawn the SimObject, correct? If so, that would cause the lurch. Pretty cool!! Do you set the velocity on the missile through SimVar, or do you compute its position yourself?
  6. Misho

    MSFS24 I met a new friend and we are making an App together

    StormShadow on Ukrainian Mig29? Awesome :) Care to elaborate a bit? I see a lurch at 0:30 and at 034 something flies out, I guess the missile. What is the lurch from?
  7. Misho

    MSFS20 Animating treads on SimObjects

    Got it!! We have the Crawler Transporter tread tracks animated! Check it out! Even the sprockets and cogs are moving properly!
  8. Misho

    FSX Spaceflight dynamics module for FSX

    Thanks - yes, we are in fact starting on this functionality (Project "SpacePort"), now that MSFS2024 removed the altitude limit. If you want, join our Discord server TerraBuilder, that's where all the "action" will be happening once we get into it and have something to show. Pretty quiet there...
  9. Misho

    MSFS20 New Developer Looking for Project Opportunitys

    Welcome, Michael! I fully welcome your initiative, and I hope you find as much satisfaction in our hobby (or a profession, for some) as most of us do. If you want to dive into MSFS Development, you will find that the most useful environments to learn are what MSFS SDK supports: XML with RPN...
  10. Misho

    MSFS20 Kennedy Space Center Scenery for MSFS2020

    @Marionettework Further to my previous post, this is the LATEST satellite imagery that I obtained through my North Korean sources. This shows the expansion of the SpaceX facilities on the Pad 39A itself, where it appears they are building a full Starship Launch facility. Circled left is their...
  11. Misho

    MSFS20 Kennedy Space Center Scenery for MSFS2020

    Thanks! Regarding SpaceX: No, we were talking about the SpaceX Launch Pad 39A at Kennedy Space Center. Perhaps you are not aware, SpaceX has a large operation from that area. Since Space Shuttle Program ended in 2011, NASA leased Launch Pad 39A to SpaceX, and kept Launch Pad 39B for themselves...
  12. Misho

    Smiths Falls-Montague airport (CYSH)

    Spectacular work!!! 😮👍
  13. Misho

    MSFS20 Kennedy Space Center Scenery for MSFS2020

    Hi everyone! I am beyond thrilled to be able to announce to you that we have released our Kennedy Space Center Scenery for MSFS2020 on Microsoft's Marketplace yesterday, AND, Microsoft has decided to feature our scenery on their Marketplace entry tile on MSFS2020 main page!!! We are still in a...
  14. Misho

    MSFS24 I met a new friend and we are making an App together

    Aha ok. Link static libs.
  15. Misho

    MSFS24 I met a new friend and we are making an App together

    What do you mean by "won't work without Visual Studio Installed"? A SimConnect obviously needs VisualStudio to compile it, (into EXE or WASM), but module itself doesn't need Visual Studio to be installed. That would cut out A LOT of user base. Yes, WASM compilation has some caveats, but I...
  16. Misho

    MSFS24 I met a new friend and we are making an App together

    By all means, that's why it is there, and now it is public domain. Glad to help!
  17. Misho

    MSFS24 I met a new friend and we are making an App together

    Ok, SimConnect_TransmitClientEvent() has absolutely nothing to do with setting LVARS. Not sure if CGPT gave you that solution, but it is entirely wrong. This is how you set up LVARS: Basically - same as setting SimVars. First you, create a struct that will hold your LVARS (LOCALLY) struct...
  18. Misho

    MSFS24 I met a new friend and we are making an App together

    Ok - because the way your code is right now, it works because you happen to have only one request ID and one data ID, and it just happens to work because they are sharing the same value, and they shouldn't. The problem is with how you define your request call: HRESULT hr =...
  19. Misho

    MSFS24 I met a new friend and we are making an App together

    Ok - so what is the code above doing? Is it working? Because I see a problem already ;)
  20. Misho

    MSFS24 I met a new friend and we are making an App together

    Ok, those are actual ships in the water, and you want to give them some "drift", correct? Ok - drift with current? With winds? If the sim can provide real time data on the wind and/or current AT THE SHIP LOCATION (not at the user aircraft position), then you can use that data to calculate the...
Back
Top