Trying to map the boost pumps on the Baron
-
In FSUIPC I created these in the "myevents.txt" file:
// Blacksquare Baron
BLSQ_Baron_Lt_FuelPump_HI#1 (>A:CIRCUIT SWITCH ON:4, bool) 2 (>L:var_FUEL_Switch_Pump_1, number)
BLSQ_Baron_Lt_FuelPump_OFF#0 (>A:CIRCUIT SWITCH ON:4, bool) 0 (>L:var_FUEL_Switch_Pump_1, number)
BLSQ_Baron_Lt_FuelPump_LO#1 (>A:CIRCUIT SWITCH ON:4, bool) 1 (>L:var_FUEL_Switch_Pump_1, number)
BLSQ_Baron_Rt_FuelPump_HI#1 (>A:CIRCUIT SWITCH ON:5, bool) 2 (>L:var_FUEL_Switch_Pump_2, number)
BLSQ_Baron_Rt_FuelPump_OFF#0 (>A:CIRCUIT SWITCH ON:5, bool) 0 (>L:var_FUEL_Switch_Pump_2, number)
BLSQ_Baron_Rt_FuelPump_LO#1 (>A:CIRCUIT SWITCH ON:5, bool) 1 (>L:var_FUEL_Switch_Pump_2, number)Then selected those events for the hardware input. Not sure if you are using FSUIPC but that is how it works for me.
-