February 4, 201115 yr Hi all, one of my favorite planes is the Project Airbus A319. However, I don't really care for the jetwash effect which is part of the model. You can disable the effect by toggling the water rudder key but I grew tired of having to do it. In Fs9, the water rudders always default to the up position when a flight is started so this simple gauge toggles the water rudders down as soon as engine 1 starts, thus disabling the jetwash effect. I tested this in a Beaver panel which had a water rudder handle to make sure it didn't continually fire, but if someone can suggest a better way to code it, please do so, I'm just a beginner at this xml stuff. Thanks! <Gauge Name="WaterRudder"> <Comment> Toggles water rudder on when engine1 on - bud </Comment> <Update Frequency="7"/> <Element> <Select> <Value> (A:GENERAL ENG1 RPM,number) 1 > (A:WATER LEFT RUDDER EXTENDED,percent) 1 < && if{ (>K:TOGGLE_WATER_RUDDER) } } </Value> </Select> </Element></Gauge>
Create an account or sign in to comment