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

    Windows Speech Recognition (WSR) being deprecated by Microsoft from Windows 11

    Does anybody already know about this? Microsoft moves on from 'speech recognition' on Windows 11 Are there any good alternatives to Windows WSR? (Aside from any suscription-based web service?)...just would any comments and/or thoughts. Thanks, Manuel
  2. M

    Custom toolbar panel - HTTP request call from Javascript within panel's code...possible?

    I would like to make this experiment, but I don't know if any of you guys already did. I would like to make an AJAX call or HTTP request call to a webservice from within a custom Panel within MSFS, is this possible?...(I think probably...but I'm not sure if any had already experimented with this...
  3. M

    Automatically Close SimConnectText Menu [SOLVED!]

    Hello, I'm working on a project, and it requires to generate a menu in FSX using SimConnectText API function, the problem is that, I need to automatically close it via code when the user hits a shortcut key defined in my module, the thing is that there seems to be difficult to close it, I tried...
  4. M

    Custom Animation Tag?

    Is it possible to create a custom animation tag for a MDL model that I'm designing in GMax? Thanks, Manuel
  5. M

    Multiple Animation tags to same part?

    Hello, I'm trying to create a model with parts that I would them to have multiple animation tags assigned to a singe part. Is that possible? Thanks, Manuel
  6. M

    Prepar3D website DOWN???

    I has been trying to access prepar3d.com but seems to be down, is just me or anyone else is having the same issue?.:confused: NOTE: If there has been any announcement of a downtime on prepar3d.com web server, then....:D....I just missed it...:D Manuel
  7. M

    Information about GetScreenRectangle of class: IGaugeCDrawableDrawParameters...

    Does anyone knows what does this method returns?...the RECT of the XML GAUGE itself (in screen coords)?..OR! the RECT of the entire MAIN PANEL window?: "PIXRECT* GetScreenRectangle" Declared in "gauges.h": class IGaugeCDrawableDrawParameters { public: virtual bool...
  8. M

    Writting BODY and WORLD velocities on AIs...

    Does anyone has tried writting on these simulation variables?: VELOCITY BODY Z VELOCITY BODY X VELOCITY BODY Y VELOCITY WORLD Z VELOCITY WORLD X VELOCITY WORLD Y ACCELERATION WORLD X ACCELERATION WORLD Y ACCELERATION WORLD Z ACCELERATION BODY X ACCELERATION BODY Y ACCELERATION...
  9. M

    Is it possible to use "CameraSetRelative6DOF" on "view" other than "view 00"?

    I would like to set pitch,bank,heading to another view (not to view "00").... Manuel
  10. M

    How to get components of initial velocity?

    I didn't know where to put this thread...but here it goes.. I want to get the XYZ components of a initial velocity...i know that there should be a mathematical way to do it...for example, i have a initial velocity of 52.3 meters/second and knowing things like pitch and heading angles, there...
  11. M

    Merry christmas to all members!

    I just wanted to make a thread to wish you all.....members of this GREAT FORUM....a very nice MERRY CHRISTMAS! and HAPPY NEW YEAR!.... Best Regards, Manuel Ambulo
  12. M

    Is possible register a callback in a Custom FS Module (DLL)?

    Does anybody knows how to register or setup a callback function in FSX, so then my callback function could be called at 18 Hz?. I know that in GAUGEs is possible, however, i want to make a DLL that is loaded during FSX startup, and i don't really want it to be loaded/unloaded by any...
  13. M

    Microsoft ESP & Lockheed Martin....

    Hey guys, A friend sent me a link to this article, check it out: http://www.sfgate.com/cgi-bin/article.cgi?f=/g/a/2009/12/01/urnidgns852573C4006938800025767F0055412E.DTL FSX could be developed further?... Best Regards, Manuel Ambulo
  14. M

    Closure of Aces Game Studio! :(

    What you people think about this? :( http://pc.ign.com/articles/947/947737p1.html It's very sad for me and i think it is for many developers and players around the world. Manuel Ambulo
  15. M

    Problems making FSX to load multiple DLLs...

    Hi, I have a very STRANGE problem, because i wrote two DLLs for FSX, both DLLs were added to the DLL.XML file, and also i enabled them to let the FSX to load them on startup. I programmed each DLL so then on DLL_PROCESS_ATTACH it should call SimConnect_Open function and after a successfull...
  16. M

    Here is how to set AI Traffic density from a custom DLL inside FSX

    Here is how to set AI Traffic density from a custom DLL loaded by FSX Hi, I just discovered a way for set the AI Traffic density, automatly, from a DLL written in C++. Here is the basic code: // FS10 FS-TRAFFIC.DLL - Settings Structure typedef struct FS10TRAFFIC_SETTINGS {...
  17. M

    How can i protect my C++ program from Reverse Engineering

    Hi, Just have a little question about programming. Is there a way or already existing way in which i can compile my C++ program in a way which Reverse Engineering can be hard?..i know that there is Obfuscator, but im not sure it it supports Visual C++ projects. I mean, how (or what i can use...
  18. M

    Transformation matrix questions

    Hi, I have some couple of questions about the MDL format...: 1) The transformation matrix in the FSX MDL files, is represented like this?: //----(x)--(z)--(y)---(t)-- float m00, m01, m02, m03; float m10, m11, m12, m13; float m20, m21, m22, m23; float...
  19. M

    Where can i find a formulae for increment a lat-lon position?

    Hi, I just wanted to know if anyone, know a place where i can find a formulae for extrapolate a lat-lon position?. Example, my aircraft's current position is: latitude: 9.45678 (in degrees units) longitude: -89.234324 (in degrees units) altitude: 2000 (in feet units) the aircraft...
  20. M

    Information about UPnP

    Hi, Just asking if there is any place in internet where i can download (for free, and of course legaly) a UPnP SDK for C++, because i want to make a program which could do port fowarding under Windows98, (not only in Windows XP)....i know that there is a UPnP API SDK for Windows XP, but i...
Top