Arno, is there a way of changing the values of those vars via simconnect or FSUIPC?
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.
Just for the sake of the future, you really should create your own post for your questions, rather than resurrecting a long dead thread...Hello,
could anyone please help me with variable for communication frequency 2 ? I hope that it exists but I could not find it on the forum with my search strings.
What are you doing that you would even need to know the hex addresses of FSX variables? Once again, far too little information has been given to allow for any kind of precise answer.After reading your answer I searched SDK for FSX but I was not able to find variable addresses in hexadecimal as I need for the input in the program. I am a beginner, so sorry for asking maybe a straight forwared answer.
#define KEY_ID_MIN 0x00010000
#define KEY_COM2_RADIO_SET (KEY_ID_MIN + 906)
Aha,Arno,thank youYou can't set the variables in hexadecimal form, you need to enter the decimal version.