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

Creating dust effects for takeoff on runway edge

Messages
313
Country
us-california
Hi, I know nothing about special effects, but I am interested in having some sort of visual effect of planes kicking up some dust when taking off. The runways I work on are small, uneven, and generally surrounded by sand or dust. Can someone here help me in either creating the effects or point me in the direction of learning how? Much appreciated, thanks!!
Bernardo.
 
Messages
279
Country
us-utah
I believe you need to create an effect controller and place it in your scenery. So when you get so close to that area of the runway the effect triggers. A good example of this (that I just tried) was the Barn Storm effect. It's called Cntrl_Barn.fx in the effects folder. As a test try placing it on your runway where you want dust to fly up. In this case you should see chickens and feathers flying. Just change the lat and lon and run this through bglcomp.

Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<FSData version="9.0" xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:noNamespaceSchemaLocation="bglcomp.xsd">
    <SceneryObject lat="33.744112264" lon="-96.659885151" alt="0" pitch="0" bank="0" heading="0" altitudeIsAgl="TRUE" imageComplexity="NORMAL">
        <Effect effectName="Cntrl_Barn" />
    </SceneryObject>
</FSData>
 
Top