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

P3D v2 Effect parameters

Messages
108
Country
france
Hi Jon,

I have a question about adding effects: do you plan to add a visibility parameter?

In the effect dialog box there is a mysterious line "parameters" but no clue given to understand a) if it is usable and b) how to include parameters.

I read in the brand new manual (wow what a job!) page 205/206 that there is no edit functionality provided at the moment.

So I do use Arno's FxEditor but this nice utility allows everything in "programming" an effect BUT visibility condition. For that, I have to create any MDL (with the same's Model Converter X) and add an attach point for the effect, and then define its visibility condition (day, night, dawn, dusk).
It is easy to do but a bit cumbersome.

Won't it be possible to do that directly in the object dialog box?

I mean: together with the usual list (sparse to extremely dense) have another one more specific to effects (day night dawn dusk etc). Or a way to tell that in the parameters blank line.

It must be separate from the normal list (sparse dense etc) because an effect may be called/displayed under two simultaneous conditions (eg. at night only AND only if the scene is displayed at dense or more).

That would be great and very useful!

Btw. as you can see in the image enclosed, when editing an effect the drop down list displays 3 times the parameters... ;)

2015-04-04_ADEFX.jpg
 
In the effect dialog box there is a mysterious line "parameters" but no clue given to understand a) if it is usable and b) how to include parameters.
The effect parameters are explained in the FSX SDK help.

To make the effect appear only at night, add " DAY=0; NIGHT=1"



If you wish it to be visible at dawn and dusk, you need to add another effect at the same position with "DAWN=1; DUSK=1"
 
Thx George, I knew that indeed. That's what I apply in MCX when attaching effects to objects.
What you teach me here is the way to use this line.
So well, this feature has been implemented.
Thanks for helping ;)
 
Back
Top