- Messages
- 5
- Country

I'm trying to add wing vapor effects to the acceleration fa-18 by adding a gauge that will trigger the effect at 4 G's and if the planes going over 150 knots. This is what I have in the gauge file.
<Gauge Name="Wing Vapor Controller"
<Element>
<Select>
<Value>
(A:AIRSPEED INDICATED,knots) 150 > (A:G FORCE,Gforce) 4 > (A:LIGHT WING,number) 0 == ; && && && && if{ (>K:TOGGLE_WING_LIGHTS) }
</Value>
</Select>
</Element>
I just got that from looking at another plane that had that effect. I turned it into a cab file, put it in the panel folder, enter a new line for the effect in the lights section and in the panel's gauge list but I can never get it to work. Any ideas?
Just to let you know I'm new to all this stuff
<Gauge Name="Wing Vapor Controller"
<Element>
<Select>
<Value>
(A:AIRSPEED INDICATED,knots) 150 > (A:G FORCE,Gforce) 4 > (A:LIGHT WING,number) 0 == ; && && && && if{ (>K:TOGGLE_WING_LIGHTS) }
</Value>
</Select>
</Element>
I just got that from looking at another plane that had that effect. I turned it into a cab file, put it in the panel folder, enter a new line for the effect in the lights section and in the panel's gauge list but I can never get it to work. Any ideas?
Just to let you know I'm new to all this stuff
Last edited:


