Jump to content

Recommended Posts

Posted

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

  • 3 months later...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...