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

  1. premek

    Anyone experienced changes in draw order in v5?

    We've got issues with two simobjects clashing. Simobject A is a normal MDL, simobject B acts as light. Both placed by managed SimConnect's AICreateSimulatedObject. It looks like wrong draw order - when the A is drawn, it hides the B. But more interestingly when both objects are drawn, the B is...
  2. premek

    Does anybody remember "Fly! II"?

    I believe it is now Fly Legacy: http://fly.simvol.org/telechargement_legacy/pagesus/flylegacyus.php
  3. premek

    SimDisplay

    As I didn't test it I'm not sure - wouldn't the "dummy container" approach (http://www.fsdeveloper.com/forum/threads/objects-name-always-the-guid.4414/#post-27825) work here?
  4. premek

    P3D v2 Hand in Cockpit - Leap Motion

    Well - I'm curious how successful you'll be - my fingers are crossed ;-) I do not want to talk about the showing hand in cockpit but about the LeapMotion itself. I had very similar idea and so I tested Leap Motion two weeks ago. Unfortunately I had to refuse this idea. The main issue was the...
  5. premek

    Airport Design Editor Version 1.61.5210

    Hi Jon Just want to confirm when I use File\Open everything works as expected. Thanks, Premek
  6. premek

    Airport Design Editor Version 1.61.5210

    Ah, okay then - fair enough. File association definitely persisted from past... Didn't get any kind of other issues.
  7. premek

    Airport Design Editor Version 1.61.5210

    Hmm, weird. I'll try it, thanks.
  8. premek

    Airport Design Editor Version 1.61.5210

    Hi Jon Experienced weird issue with saving. I copied 'ad3' file to a new folder and then double clicked on it to open it in the ADE. Then worked for like one hour and pressed either 'Save' or Ctrl+S every five minutes. Next day I opened this file and there was no change from previous day...
  9. premek

    Building adds-on with HTML5 content

    http://fsdeveloper.com/forum/threads/html5-gauges.429611/ Very nice stuff Marcin! ;-)
  10. premek

    FSX Avoiding "collisions" when using plumbing

    Hi guys I'm trying to use "plumbing" for independent departing and arriving networks for AI but it looks to me like there is no way how to avoid planes to collide when two TWYs are laid one on each other. Am I missing something? Did any of you get somehow over this problem? Many thanks for...
  11. premek

    simconnect Attitude Indicator pitch

    That should be okay... Maybe silly one, but just wondered how precise is the AI in the C172. Did you try that in other planes too? Because the dependency you described looks like something other than wrong angle units. It's more like coefficient. When I'm not wrong, it looks like 0.6 of wished...
  12. premek

    simconnect Attitude Indicator pitch

    One question - how does your DataRequestStruct looks like? To which type are you assigning it? Float or Double?
  13. premek

    simconnect Attitude Indicator pitch

    Welcome in the world of SDK documentation ;-) By my experience, it is worth to take the documentation just as a hint and either confirm expected result or investigate difference.
  14. premek

    SimObject Display Engine [released]

    Hi Jeff not really "clean" approach, but still it is possible somehow use the GUID. You're limited with that dummy object, indeed... http://www.fsdeveloper.com/forum/showthread.php?t=4414
  15. premek

    FSX Error LNK1104 - exe file not found

    In SDK, there's few C# samples which are pretty good. Also in the SDK Help there is few point regarding managed code. Regarding reading aircraft.cfg of currently loaded airplane, look to the end of this thread - Framac attached nice code snippet...
Back
Top