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

Effects conditional on a/c status

JonPatch

Resource contributor
Messages
443
Country
ca-britishcolumbia
Folks, how do make an effect only be visible during taxi? Or during sleep? I would like the following for my AI boats:


----------------Sleep__Pre-Taxi___Taxi___Take-off
Running Lights:--Off------On--------On------Off
Anchor Light:----On------On--------Off------On

Jon
 
Hi Jon,

I think that is impossible. I have never heard of a variable or condition you can check to see if an AI plane is sleeping or not. Maybe you can use some of the variables aircraft designers use, but I am not sure if AI works with them.
 
Hi Arno,

Thanks for the quick reply, as always ... but if that's the case then how come AI Aircraft light up at pre-taxi, turn on landing lights during landing, etc.?

Seems to me this is doable . . .

Jon
 
I think you need to find an aircraft designer then :). You will have to use the techniques used in aircraft then, but I have no idea how they do it exactly.
 
Jon,

There are a bunch of ways to turn things on and off in an aircraft model thanks to the makemdl.parts.xml file. So it is just up to the aircraft modeler to figure out how to build the xml code to make what he wants to work and then put that in the xml file.

Lou
 
Last edited:
Gotcha, Lou, thanks. That is excellent and useful context.

In this application, I'm hopeful I'm not breaking radical ground. I've benefited a lot from the work of the folks who got AI boats working in the first place, and I'm somewhat obsessesed with adding a little eye candy that other folks can benefit from

Anyhow, I've posted on the AVSIM aircraft design forum to find out how to do this. Worst case I trigger on DAY, NIGHT, etc.

Jon
 
Back
Top