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

    P3D v4 SimConnect: Loading into default scenario via code.

    Hello, I wanted to know if there is a way to load the user into the default scenario would that be via simconnect if possible. What i am trying to achieve is: Im starting the simulator up for the user, and i want it to load directly into the default scenario. Is there maybe a parameter that i...
  2. sniperfull

    C# WPF SimConnect proper way of receiving simulator information.

    Hello, I've been looking at requesting data about the simulator like specific version of the simulator. I have been looking into the SDK Documentation but maybe i just haven't looked into this properly but i couldn't find a way to request this data. I looked into the Simulation Variables, to...
  3. sniperfull

    Creating a installer for scenery.

    Hi, i've been wanting to create a installer for scenery, but im wondering of how to add simulator detection the best? Would you recommend searching registry for entries for p3d or fsx? or using a different method. Aswell as finding the Scenery.cfg to add my scenery entry into. Greetings, Kuba.
  4. sniperfull

    P3D v4 Simconnect Data Requests.

    Hi, ive been trying to get altitude from the simulator using data requests. I've been following the SDK example and SDK documentation but ran into a problem. My results are not the same in WPF as it is in a WinForms example. Here is my data request code: The problem i'm having it that my result...
  5. sniperfull

    P3D v4 Simconnect returning incorrect data in WPF c# application.

    when using same code from the managed data request sample from the SDK i do not receive the same results. simconnect.AddToDataDefinition(DEFINITIONS.Struct1, "Plane Altitude", "feet", SIMCONNECT_DATATYPE.FLOAT64, 0, SimConnect.SIMCONNECT_UNUSED); // IMPORTANT...
  6. sniperfull

    P3D v4 [C#] WPF, DefWndProc in a WPF application

    Hi, while trying to add a new feature to my KsimSaver, i am struggling to find a way to use DefWndProc in WPF. this code is from the SDK sample, as that is Windows Forms, this code is not usable for WPF, atleast the Protected override void DefWndProc(ref Message m) {} part. the rest of the...
  7. sniperfull

    [RELEASED] KsimSaver free FSX / P3D auto-saving tool!

    KsimSaver is a free FSX / P3D auto-saving tool just like FSUIPC! but for free! KsimSaver is still in beta, but available for download! the program is actively being updated! here is a link KsimSaver: https://ksimulations.com/KsimSaver
  8. sniperfull

    P3D Simconnect backwards compatibility

    Hi i am coding a program for P3D and i want it to support all versions of P3D... And i was wondering if the latest v4 .dll will work on previous versions of p3d (as i cant test because i dont have any older versions installed) ? Or would i need to reference the older dll's for that? and what...
  9. sniperfull

    P3D v4 Errors while trying to build a C++ project using Simconnect

    i've been trying to build a project that was originally coded for 32 bit... while trying to get the code running when i selected the 64bit SimConnect.lib into the VC++ directories and Additional Include directories i got these errors while trying to build. Severity Code Description...
  10. sniperfull

    P3D v4 Help starting to develop for Simconnect

    Hi i am a advanced VB.net programmer and have a massive passion for flight sims . lately i've been interested in developing an addon that uses Simconnect. Is there any good guide to create a base to start developing (so how to make it to work with all simconnect versions and how to even start...
Back
Top