Reccelow Posted August 14, 2021 Posted August 14, 2021 Is there a method of enabling both the ON/OFF for Carrier Hook Bypass and Catapult Launch Bar to separate UP and DOWN? (like the gear , hook, etc...) Other than that, excellent bit of kit.
The LT Posted August 14, 2021 Posted August 14, 2021 (edited) 13 minutes ago, Reccelow said: Is there a method of enabling both the ON/OFF for Carrier Hook Bypass and Catapult Launch Bar to separate UP and DOWN? (like the gear , hook, etc...) Other than that, excellent bit of kit. Yes, you need to implement them as custom toggle switches using the quaggles mod. { down = gear_commands.LaunchBarSw, cockpit_device_id = devices.GEAR_INTERFACE, value_down = 1.0, name = _('Launch Bar Control Switch - EXTEND'), category = {_('Custom Commands')}}, { down = gear_commands.LaunchBarSw, cockpit_device_id = devices.GEAR_INTERFACE, value_down = -1.0, name = _('Launch Bar Control Switch - RETRACT'), category = {_('Custom Commands')}}, { down = cptlights_commands.HookBypass, cockpit_device_id = devices.CPT_LIGHTS, value_down = 1.0, name = _('HOOK BYPASS Switch - FIELD'), category = {_('Custom Commands')}}, { down = cptlights_commands.HookBypass, cockpit_device_id = devices.CPT_LIGHTS, value_down = -1.0, name = _('HOOK BYPASS Switch - CARRIER'), category = {_('Custom Commands')}}, Edited August 14, 2021 by The LT 1 My controls & seat Main controls: , BRD-N v4 Flightstick (Kreml C5 controller), TM Warthog Throttle (Kreml F3 controller), BRD-F2 Restyling Bf-109 Pedals w. damper, TrackIR5, Gametrix KW-908 (integrated into RAV4 seat) Stick grips: Thrustmaster Warthog Thrustmaster Cougar (x2) Thrustmaster F-16 FLCS BRD KG13 Standby controls: BRD-M2 Mi-8 Pedals (Ruddermaster controller) BRD-N v3 Flightstick w. exch. grip upgrade (Kreml C5 controller) Thrustmaster Cougar Throttle Pilot seat
Recommended Posts