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

simconnect

  1. 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...
  2. S

    How connect exe to .dll to get Panels pointer

    This is my first post-any help would be appreciated. I am running P3DV4 and am using external C++ application that accesses sim vars via simConnect to publish them for other apps. My exe runs in an environment I do not control. This pattern worked well until a new AC model was introduced...
  3. 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...
  4. K

    FSX Invisible or very small AI object

    I want to use an invisible (or very small) AI object in order to obtain its ground elevation. Do you have any idea which AI object I can use for that? Or is there any AI object I can download for that? I want this object to be invisible as I just use it as bogus object (terrain probe) and it is...
  5. K

    P3D v4 Change view via simConnect (to AI view)

    In P3D I can follow AI aircraft by changing to a view which follows the plane. Can I open such a view / switch to that view via SimConnect. Ideally I would be able able to retrieve all view names, search them in my code and the select it FSX/P3D.
  6. K

    P3D v4 [solved] Get ground elevation (altitude) at arbitrary coordinates

    I need to obtain the scenery's ground elevation at a given position (latitude/longitude). I found the following thread here: https://www.fsdeveloper.com/forum/threads/fsx-question-on-how-to-get-altitude-of-coordinates.19344/#post-127891 Obviously the only way is to create a dummy AI object and...
  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. TurbofanDude

    Preventing Creep with Breaks Set and Allowing Idle Taxi

    Hey folks, Just thought I'd share this. The code below is what we used in the 717 to prevent creeping with the brakes (either parking brake or toe brakes) with high thrust to allow static takeoffs. It also allows the aircraft to continue rolling after picking up some speed taxiing, giving it a...
  9. sirbenson

    Get Title of Aircraft -> System.AccessViolationException

    Hey there, i'm testing with the SimConnector SDK. My problem is teh "TITLE" of the aircraft. If i add follow definition: SimConnector.AddToDataDefinition(Definitions.StructPlane, "TITLE", null, SIMCONNECT_DATATYPE.STRING256, 0.0f, SimConnect.SIMCONNECT_UNUSED); it returns me a...
  10. 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...
  11. M

    Custom ClientEvents In Multiplayer

    Hi, I have a simconnect DLL and I'm trying to use simconnect_transmitClientEvent to send a client event to the same DLL loaded on another user's sim in FSX LAN multiplayer. I am using the code below, which does work locally. I can send and receive events between two DLLs, and between EXE and DLL...
  12. M

    FSXA Finding Aircraft Stall Speed

    Hello, I have a quick question... I'm building a custom catapult, to launch aircraft at more realistic speeds than the default cat. To accomplish that goal while keeping it simple, I'd like to launch each aircraft at its stall speed plus a margin of, say, 20kts. So the question is: how can I...
  13. M

    Requesting Axis/Button/Key data

    Hi folks, I'm writing a simconnect client and want to turn on and off certain joystick and keyboard inputs. Specifically, I'm masking the Joystick input and using it to control a tug instead of the aircraft, but of course, I only want to mask it while in "tug mode". It works great, but after...
  14. 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...
  15. M

    Trouble Loading a Simconnect DLL from dll.xml

    Hi folks, I wonder if a couple of you wouldn't mind pondering my predicament for a couple minutes, I'd be exceedingly grateful: Problem: When my DLL loads, the sim freezes and never recovers. I get no errors in my simconnect log file. The last message is that the previous dll has loaded...
  16. Christian Bahr

    P3D v4 HeadTracker FaceTrackNoIR & P3DV4

    Hello! Has anyone here from the Forum an idea why the Headtracker FaceTrackNoIR V200 with the new Prepar3DV4 no longer functions? It is probably because both programs communicate via Simconnect. This new Simconnect version is 64-bit, right? The installation of the outdated Simconnect version...
  17. E

    [TO DELETE] Using SimConnect_RequestSystemState()

    Hi, (sorry in advance for my english) I'm trying to get the data according to the flying simulation state : "If 1 is returned, the user is in control of the aircraft (he's playing), if 0 is returned, the user is navigating the UI (he's not playing)." According to this very complete source ...
  18. E

    using SimConnect_GetNextDispatch() to get received data

    Hi, (Sorry for my english in advance) I have a little issue with retrieving some FSX variables. I have a c++ project where I would like to retrieve some variables accorded to the user's aircraft currently playing, such as the speed/acceleration - longitude/latitude/altitude - pitch/roll/heading...
  19. Alejandro Mac Kay

    FSX Find JS41 stall speed and overspeed

    Hi, I am creating some programs that run on android and represent the panels of the PMDG JS41. I am currently programming the EADI-EHSI display. The problem is the stall speed indicator. This is a red bar that scroll over the IAS cuadrant. This value is a dinamic value that the addon calculate...
  20. Christian Bahr

    SODE and 64-bit Prepar3D

    Hello. Will SODE continue to work in the future with a 64-Bit Version of Prepar3D? As a User of SODE, I ask myself exactly this question. Against the backdrop of a 64-bit version of the Flight Simulator Prepar3D, which is expected to be released in the future, discussions are constantly taking...
Back
Top