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

  1. n_codrington

    FS2004 How do I copy flight dynamics to other aircraft?

    Hi all, Where exactly are the flight dynamics and control algorithms held in an aircraft? Is it in the .air file, the aircraft.cfg, hard coded into a .gau file or some other FS module or .dll? :confused: I ask this because I'm trying to copy the fly by wire capabilities of the Airsimmer A320...
  2. n_codrington

    Simple SimConnect in VB.NET?

    Hi guys. I've been Googling and searching this site for ages and can't find a SIMPLE SimConnect code snippet. I keep finding loads of stuff that connect to SimConnect, but it's always mixed with a load of other stuff. Could somebody paste me the code that simply connects to it please lol...
  3. n_codrington

    How do I get the paused/unpaused sate of FSX?

    How do I get the paused/unpaused state of FSX? Hi, Thanks for that. I've tried that, but I'm kind of stuck again, lol. What arguments do I need in MapClientEventToSimEvent()? (oh by the way please read my question again as I've rewritten it) Thanks...
  4. n_codrington

    How do I get the paused/unpaused sate of FSX?

    In VB I've tried to import simconnect, but it doesn't seem to expose something like a SIM_PAUSED variable? How do I do it? I'm mashing up a quick timer program for my Virtual Airline flying. I want it to get the paused/unpaused state of FS and the timer will pause/unpause itself accordingly. I...
  5. n_codrington

    VB.NET examples on connection

    i got it... I understand now...I realised I have to add the reference.
  6. n_codrington

    VB.NET examples on connection

    hi guys. how do i actually get vs2008 to expose the flightsimulator namespace when i try to import Microsoft.FlightSimulator.SimConnect? I've installed the sdk, and simconnect but it won't work. what else do i need to do? :confused:
Back
Top