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

  1. Q

    A simple question....

    I recently started using an HIS Digital produced ATI Radeon 3870. Jeff
  2. Q

    Simconnect: Allow Simconnect_AICreateSimulatedObject to scale object

    Currently Simconnect_AICreateSimulatedObject is able to place objects dynamically in FSX however they can only be placed with an effective scale of 1.0. For those developing Simconnect based scenery placement development tools, it would be useful to be able to set the scale of objects added...
  3. Q

    Anyway to set scale of AI Object placed with SimConnect?

    I expect the answer is no based on no reference to it in the SimConnect SDK but does anyone know of a way to set the scale of a default library object placed via a call to Simconnect_AICreateSimulatedObject? For example I can place an object such as a crate, but the generic library object for...
  4. Q

    VB.NET Simconnect Examples

    One potential solution is for you in your code to add 16384 to the values returned from SimConnect before you use them in your program. This means that the values will go from a minimum of +1 to maximum of +32767 (rather than -16383 to +16383) and as they are all postive you will not get a...
  5. Q

    Lat and Long

    If you are trying to add this information for a LOC and GS which do not exist in the real world, then you will have to determine where to place them yourself as they will obviously not be listed anywhere. If you are trying to add this information for one which does exist then you might want...
Back
Top