Hi again:
Please tell us if your FS version for use of these Fx files is
only FS9 or FSX (there are minor version differences in some- but not all- Fx file coding).
BTW: Are you able to run FSX on your current laptop computer ?
[
EDITED]
Documentation for Fx files is here: (IIRC, Fx code for 'Beacon' attributes is essentially identical for FS 2002 through the present Prepar3D version 5)
Effect 'Color' attributes are discussed here:
https://www.prepar3d.com/SDKv5/sdk/...cial_effects_overview.html#ParticleAttributes
Be aware that one must also check how the Beacon lights look at a distance in Multi-player mode or Tower view as Fx lights may "bloom".
One must edit "Scalar" values in FS Cfg files to reduce this excessively large / bright light effect for user aircraft and airport lights etc.
:wave:Hi guys, I'm sure someone can shed a little light on a problem I've been having recently (no pun intended). All incoming traffic to my airports after dusk or in low vis conditions show extremely exaggerated lights, literally surrounded by a bright halo. My airports now simulate an...
www.fsdeveloper.com
You may otherwise wish to use FSX and utilize the live, in-sim preview via FSX' VisualFx.DLL (Special Effects Tool) from the SDK by enabling it in DLL.XML.
<?xml version="1.0" encoding="Windows-1252"?>
<SimBase.Document Type="Launch" version="1,0">
<Descr>Launch</Descr>
<Filename>dll.xml</Filename>
<Disabled>False</Disabled>
<Launch.ManualLoad>False</Launch.ManualLoad>
<Launch.Addon>
<Name>Object Placement Tool</Name>
<Disabled>True</Disabled>
<ManualLoad>False</ManualLoad>
<Path>..\Microsoft Flight Simulator X SDK\SDK\Mission Creation Kit\object_placement.dll</Path>
</Launch.Addon>
<Launch.Addon>
<Name>Traffic Toolbox</Name>
<Disabled>True</Disabled>
<ManualLoad>False</ManualLoad>
<Path>..\Microsoft Flight Simulator X SDK\SDK\Environment Kit\Traffic Toolbox SDK\traffictoolbox.dll</Path>
</Launch.Addon>
<Launch.Addon>
<Name>Visual Effects Tool</Name>
<Disabled>
False</Disabled>
<ManualLoad>
True</ManualLoad>
<Path>..\Microsoft Flight Simulator X SDK\SDK\Environment Kit\Special Effects SDK\visualfxtool.dll</Path>
</Launch.Addon>
</SimBase.Document>
[
END_EDIT]
GaryGB