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

FSX ATC Addon

Messages
10
Country
france
Hello,

I'm sorry my english is very bad, I'm french.

I'm programming an Addon for FSX and I have two problems.

First: I have to get back all communication between the pilote and the control tower (in the ATC windows) plus all of ATC proposition. Is anybody who know wich function I have to use?

Second: I took all ATC event, I've used SimConnect_MapInputEventToClientEvent to send event to FSX, how can I send event without Key input, just with calling function?

I hope so Anybody find the solution!

Have a good day!
 
I know hardly anything when it comes to simconnect.
I do under stand what it does.

how can I send event without Key input, just with calling function?

I do know that k:var is for key input and A:var is for calling a function or reading.

Hope this helps!

DG:speanut:
 
Hello Buite,

I am french too, so I undestand perfectly your english.

1) I don't know any way to catch the ATC dialogs using SimConnect. In my opinion it is not possible. But perhaps somebody has a better opinion !

2) to send an event to FSX, use SimConnect_TransmitClientEvent
(see the sdk doc for syntax and sample).

Bonne chance.

Patrick.
 
Thank you guys!

@caKus: Merci pour la fonction SimConnect_TransmitClientEvent j'étais passé à côté. Connaitrais tu quelqu'un qui maitrise vraiment bien le SDK? Si je ne peut vraiment pas récupérer la dialogue Pilote-Tour de controle, mon Addon tombe à l'eau.

Valentin
 
Back
Top