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

MSFS SimObjects not showing up in MSFS with SDK 0.14.x

Messages
124
Country
unitedstates
Is anybody else having issues with SimObjects with the new version of the SDK? I feel like I am losing my mind. I have previously created a number of SimObjects (flags, windsocks and a rotating beacon) but they do not show up in the sim when compiled with the new SDK. I have not changed any code which worked in previous versions of the SDK. The SimObjects appear to compile correctly (no errors when built), they are part of my layout.json and appear in the Virtual File System. However, they are not showing up in my list of SimObjects in the Objects window and are not visible if already place in an old project.

Edit: Moving the compiled/built SimObject code into the Community folder causes MSFS to freeze when loading the airport.
 
Last edited:
Messages
767
Country
italy
+1 on the freeze thing,

I Always compile outside msfs and put my sceneries in community, the Simobject appears, but loading a project with Simobjects cause a temporary freeze in the editor, 10 seconds or so
(Of course deleting the simbojects asset solve the freezing issue)

Object tried so far was Just a Placeholder for effects, but shows correctly, have to try with animated ones yet

Inviato dal mio Mi 9 Lite utilizzando Tapatalk
 
Messages
124
Country
unitedstates
For what it's worth, it seems like I was experiencing a couple of issues.

First, my installation was bad. I uninstalled and reinstalled the SDK and things began working again.

Second, as the SDK has evolved, it is changing its default folders for various assets groups...as I am sure you have experienced. When I created a new SimObject asset group with 0.14.1, it defaulted the container name to my company name. So, my folder structured looked like "SimObjects\[my default company name]\[simobject name]". However, MSFS does not seem to like this structure and did not recognize my SimObject despite compiling correctly and being loaded in the VFS. If I changed my output directory structure to use one of the standard container titles such as Landmarks, my SimObject works.

I hope this helps with anybody struggling with similar issues.
 
Top