• There seems to be an uptick in Political comments in recent months. Those of us who are long time members of the site know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religious comments out of the forums.

    If you recently joined the forums you were not presented with this restriction in the terms of service. This was due to a conversion error when we went from vBulletin to Xenforo. We have updated our terms of service to reflect these corrections.

    Please note any post refering to a politician will be considered political even if it is intended to be humor. Our experience is these topics have a way of dividing the forums and causing deep resentment among members. It is a poison to the community. We appreciate compliance with the rules.

    The Staff of SOH

  • Server side Maintenance is done. We still have an update to the forum software to run but that one will have to wait for a better time.

Light effects for following aircraft needed

grover1

Charter Member
Hi all,

I'm looking for the light effects entries for several firepower aircraft:

Arado AR-234B Blitz
Me-410 series

Thanks!
 
The FP Me-410 series can use:

<Effect Type="Track" EffectName="fx_high_contrail" Location="emitter_eng0_exh_r" />
<Effect Type="Track" EffectName="fx_high_contrail" Location="emitter_eng1_exh_l" />
<Effect Type="Track" EffectName="fx_N_gtrail" PosX="8.05" PosY="0.55" PosZ="0.2" MinVel="45" MaxVel="250"/>
<Effect Type="Track" EffectName="fx_N_gtrail" PosX="-8.05" PosY="0.55" PosZ="0.2" MinVel="45" MaxVel="250"/>
<Effect Type="Track" EffectName="fx_ac_Light_nav_green" PosX="8.10" PosZ="-0.2" PosY=".55" MinVel="1" MaxVel="66"/>
<Effect Type="Track" EffectName="fx_ac_Light_nav_green" PosX="8.10" PosZ="-0.2" PosY=".56" MinVel="1" MaxVel="66"/>
<Effect Type="Track" EffectName="fx_ac_Light_nav_red" PosX="-8.10" PosZ="-0.2" PosY=".55" MinVel="1" MaxVel="66"/>
<Effect Type="Track" EffectName="fx_ac_Light_nav_red" PosX="-8.10" PosZ="-0.2" PosY=".56" MinVel="1" MaxVel="66"/>
<Effect Type="Track" EffectName="fx_ac_Light_tail" PosX="0.0" PosZ="-9.05" PosY="0.75" MinVel="1" MaxVel="66"/>
<Effect Type="Track" EffectName="fx_ac_Light_landing" PosX="5.7" PosZ="-0.1" PosY="0.25" MinVel="1" MaxVel="66"/>
<Effect Type="Track" EffectName="fx_ac_Light_landing" PosX="-5.7" PosZ="-0.1" PosY="0.25" MinVel="1" MaxVel="66"/>
 
Last edited:
The FP AR-234B positions are:

<Effect Type="Track" EffectName="fx_high_contrail" Location="emitter_jet_l" />
<Effect Type="Track" EffectName="fx_high_contrail" Location="emitter_jet_r" />
<Effect Type="Track" EffectName="fx_N_gtrail" PosX="7.35" PosY="0.9" PosZ="1.0" MinVel="45" MaxVel="250"/>
<Effect Type="Track" EffectName="fx_N_gtrail" PosX="-7.35" PosY="0.9" PosZ="1.0" MinVel="45" MaxVel="250"/>
<Effect Type="Track" EffectName="fx_ac_Light_nav_green" PosX="7.35" PosZ="0.95" PosY=".89" MinVel="1" MaxVel="66"/>
<Effect Type="Track" EffectName="fx_ac_Light_nav_green" PosX="7.35" PosZ="0.95" PosY=".91" MinVel="1" MaxVel="66"/>
<Effect Type="Track" EffectName="fx_ac_Light_nav_red" PosX="-7.35" PosZ="0.95" PosY=".89" MinVel="1" MaxVel="66"/>
<Effect Type="Track" EffectName="fx_ac_Light_nav_red" PosX="-7.35" PosZ="0.95" PosY=".91" MinVel="1" MaxVel="66"/>
<Effect Type="Track" EffectName="fx_ac_Light_tail" PosX="0.0" PosZ="-5.625" PosY="3.10" MinVel="1" MaxVel="66"/>
<Effect Type="Track" EffectName="fx_ac_Light_landing" PosX="0.55" PosZ="1.0" PosY="-0.15" MinVel="1" MaxVel="66"/>
<Effect Type="Track" EffectName="fx_ac_Light_landing" PosX="-0.55" PosZ="1.0" PosY="-0.15" MinVel="1" MaxVel="66"/>
 
FYI, the fx_N_gtrail effect is tied to altitude through AnKor's shaders so I have the speed range set fairly large. It turns on progressively as you drop below 5,000 ft where the moisture levels are higher, and switches off when you drop below stall speed at touchdown.

The texturemagic.ini entries that go with these is:

[HighAltSprite]
tr_condenstrail_basis1.dds=7500|500
tr_condenstrail_basis2.dds=7500|500
tr_condenstrail_basis3.dds=2500|-1500
helowashdust.dds=250|-150
 
Last edited:
Back
Top