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

FSXA How to place effects using Instant Scenery

Messages
308
Country
faroeislands
How can I place a created effect by using Instant Scenery?
The following xml code does not make Instant Scenery load the BGL file.

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="47.432" lon="-122.308" alt="0" pitch="0" bank="0" heading="0" altitudeIsAgl="TRUE" imageComplexity="NORMAL">

            <Effect effectName="fx_ForestFire" />

      </SceneryObject>

      <SceneryObject lat="47.505" lon="-122.308" alt="0" pitch="0" bank="0" heading="0" altitudeIsAgl="TRUE" imageComplexity="NORMAL">

            <Effect effectName="fx_ForestFire" />

      </SceneryObject>

</FSData>
 
You should attach the effect to an object, if you just want the light, then you can use a "invisible" plane and attach to the invisible plane.
 
Hello:

It is difficult to successfully use FS Effects as airport lights with adequate visibility from a distance, and sometimes to achieve any visibility at all depending on whether one has departed from the airport in question, or is inbound to the airport in question from a distant departure point.

You may wish to review this excellent wiki article (and linked PDF Tutorial) on making a Taxi light, with particular attention to the size of the object to which the effect is attached as a consideration for visibility from a distance.

http://www.fsdeveloper.com/wiki/index.php?title=Taxi_light


However, be aware that use of FS Effects with even (1) emitter may have an impact on frame rates, so be sure to evaluate performance as a factor in determining whether the wiki "Method 3" may need to be used instead.


Many thanks to Jirayu Tanabodee for his attention to detail and testing which went into preparation of his shared tutorial(s). ;)



PS: You may also wish to review my reply to your thread here:

http://www.fsdeveloper.com/forum/showpost.php?p=643523&postcount=3


Hope this helps ! :)

GaryGB
 
Last edited:
Back
Top