Royston Shufflebotham

Results 63 comments of Royston Shufflebotham
trafficstars

I was having the same trouble; the revised npm template file in PR #20675 fixes this.

Some lvar details are available here: https://hubhop.mobiflight.com/presets/ First problem is that we need to know the aircraft id...

I'll start to collect some config ideas here. These are **totally** untested as I don't have this aircraft. ``` [Aircraft.WhatsTheAircraftCode] EngineFire = (L:I_ENG_FIRE_1 > 0) OR (L:I_ENG_FIRE_2 > 0) OR...

Hi @Sehadi, We need to get the exact Aircraft id that MSFS is using. If you right-click the Better Bravo Lights light bulb icon in the system tray and select...

Nice one, @alexcrawford ! Will that configuration ever produce _amber_ gear lights? If not, that's fine. I'm just _slightly_ nervous about shipping standard configs that produce amber: https://github.com/RoystonS/BetterBravoLights/wiki/Amber

> Potentially, there is a split second where both annunciator lights are lit. > I've tweaked the config to prevent both red and green from being lit simultaneously: Ok, if...

Fabulous, @alexcrawford. I don't have the Fenix so I can't really comment very much. Thank you for the quick and thorough work! Yes, I had the same issues with oil...

Good stuff. Yes, very good point: some of those lines are definitely getting a bit long, and _nobody_ likes scrolling horizontally... Yes, I'm quite keen to keep the `.ini` format....

That line continuation works well. I've just implemented it, and in fact, Visual Studio seems to understand it immediately: it automatically offers to fold the lines, so it seems a...

You don't need FSUIPC7 at all. Older versions of BBL used to use it. New ones don't. It'll definitely make no difference.