Baldawg Posted September 15, 2019 Posted September 15, 2019 Ive added keybinds for the Altimeter knob and RESET mode switch, Radar Altimeter knob, and fuel cutoff switches. The Knobs are ready to go for anyone who has rotary encoders but can be bound to a momentary button as well. Ive tested them all and they work. ****NOTE*** ive added these to the keyboard.lua but they may work if you put them into the joystick.lua. {down = device_commands.ALTIMETER_Knob, cockpit_device_id = devices.BAROALTIMETER, value_down = 0.1, name = _('Altimeter Pressure CW Setting'), category = { _('Altimeter')}}, {down = device_commands.ALTIMETER_Knob, cockpit_device_id = devices.BAROALTIMETER, value_down = -0.1, name = _('Altimeter Pressure CCW Setting'), category = { _('Altimeter')}}, {down = device_commands.ALTIMETER_Mode, up = device_commands.ALTIMETER_Mode, cockpit_device_id = devices.BAROALTIMETER, value_down = 1, value_up = 0, name = _('Altimeter RESET'), category = { _('Altimeter')}}, {down = device_commands.RADARALT_Knob, cockpit_device_id = devices.RADARALTIMETER, value_down = 0.1, name = _('Radar Altimeter CW Control Knob'), category = { _('Radar Altimeter')}}, {down = device_commands.RADARALT_Knob, cockpit_device_id = devices.RADARALTIMETER, value_down = -0.1, name = _('Radar Altimeter CCW Control Knob'), category = { _('Radar Altimeter')}}, {down = device_commands.FUELSYSTEM_Shutoff_L, up = device_commands.FUELSYSTEM_Shutoff_L, cockpit_device_id = devices.FUELSYSTEM, value_down = 1, value_up = 0, name = _('Fuel Shutoff - LFT'), category = { _('Fuelsystem Control Panel')}}, {down = device_commands.FUELSYSTEM_Shutoff_R, up = device_commands.FUELSYSTEM_Shutoff_R, cockpit_device_id = devices.FUELSYSTEM, value_down = 1, value_up = 0, name = _('Fuel Shutoff - RGT'), category = { _('Fuelsystem Control Panel')}}, Win 10 Pro - Intel I7 12700k@4.9ghz water cooled - ASUS TUF Z690 -EVGA RTX 3080 12G Hybrid - EVGA 1000W PSU - 32GB 3200 G-Skill XMP- Reverb G2 -Custom mip and side panels - Leo Bodnar BBI32x2, BBI64x4 - TM Warthog HOTAS - TM Cougar MFD's x 3 - TM TPR pedals
UthervL Posted December 26, 2019 Posted December 26, 2019 Just got this module and have been banging my head trying to find these commands Thanks for writing this!
UthervL Posted December 27, 2019 Posted December 27, 2019 Have you or someone else wrote a script for the BINGO wheel?
Recommended Posts