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

About FS variables

Messages
3
Country
russia
Hi all.
Question is: can i get current weather state directly from FS variables ? I'm need to know current visibility level. Thanks
 
Hi Ranger,

No, I am not aware of such a variable. The interaction with the weather is rather limited, only things like the global wind velocity and direction are known. Maybe if you search the older SDKs (Fs98 or Fs2000) you can find some more, but these might not always work.
 
Thanks, Arno.
Did you know how use following variables:
inner_marker 0x02F6 checks if the inner marker light is on
middle_marker 0x02FA checks if the middle marker light is on
outer_marker 0x02F8 checks if the outer marker light is on
What is "marker light" ?
 
I think it's the light in the panel that shows you're above the marker.

To the other question: Is it possible, to get a variable that tells me if it's raining/snowing in FS? (I know I could just look outside... :D)
 
Ranger said:
Did you know how use following variables:
inner_marker 0x02F6 checks if the inner marker light is on
middle_marker 0x02FA checks if the middle marker light is on
outer_marker 0x02F8 checks if the outer marker light is on

I am not sure if these work for the scenery, but to test it I would just check if their value is 0 or not. I am pretty sure they will be zero when the light is off :). But it can very well be that this scenery can not be read by the scenery engine.
 
Horst18519 said:
To the other question: Is it possible, to get a variable that tells me if it's raining/snowing in FS? (I know I could just look outside... :D)

I would love to know a variale for that, but I never heard of any :(.
 
The answer I expected. :( Thanks anyway. Good to know, there are still some things to look foreward to fs2006. :D
 
but to test it I would just check if their value is 0 or not
I'm try to do this, but result is NULL :( I'm just beginner. But logic prompting to as: if these variables are described in SDK - it must works :scratchch ? Is anybody know how use these variables ?
 
Ranger said:
I'm just beginner. But logic prompting to as: if these variables are described in SDK - it must works :scratchch ? Is anybody know how use these variables ?

Welcome to the MS SDK world :D. The first thing you should learn about them is that they usually contain faults. Never believe everything you read there. And as this data comes from the Fs98 SDK, it is rather old as well. No garantee that it is still valid in Fs2004 as well.
 
Back
Top