Jump to content

Missing commands in Contols Page for F-16


Recommended Posts

There are two (that I've found so far) missing (Special for Joystick) commands. I'm a cockpit builder so these omissions are super inconvenient.

 

1. IPC FLIR GAIN/LEVEL Switch: Missing [AUTO/LVL Special for Joystick] AND [GAIN/LVL Special for joystick].

 

2. FLCS Panel: Autopilot PITCH: Missing [ALT HOLD / A/P OFF Special for Joystick] AND [ATT HOLD / A/P OFF Special for Joystick].

 

Can these please be added??

 

Thank you

Intel i7 9700K, ASUS ROG STRIX Z390-E, Zotac GTX 2080 TI AMP, Corsair Vengeance 32GB DDR4 3200mhz, Corsair H60 liquid cooler, EVGA 850W PS, Cooler Master: Master Case H500, 1 TB Samsung EVO SSD | Virpil CM2 Throttle, F-16: Thrustmaster F-16/A-10 Stick, F-18: Thrustmaster F-18 Stick | Thrustmaster TPR Pedals | G2 Reverb, J-PEIN Desk mount Throttle, VIRPIL VP-L mount Stick, Cougar MFDs, Generic Custom Built Front Panel, Left Panel and Right Panel, 32 Button Steam Deck.

Link to comment
Share on other sites

  • 3 weeks later...
There are two (that I've found so far) missing (Special for Joystick) commands. I'm a cockpit builder so these omissions are super inconvenient.

 

1. IPC FLIR GAIN/LEVEL Switch: Missing [AUTO/LVL Special for Joystick] AND [GAIN/LVL Special for joystick].

 

2. FLCS Panel: Autopilot PITCH: Missing [ALT HOLD / A/P OFF Special for Joystick] AND [ATT HOLD / A/P OFF Special for Joystick].

 

Can these please be added??

 

Thank you

I created the AP Pitch switch with these two lines in "default.lua":

{down = control_commands.ApPitchAlt_EXT, up = control_commands.ApPitchAlt_EXT, cockpit_device_id = devices.CONTROL_INTERFACE, value_down =  1.0, value_up = -1.0,    name = _('Autopilot PITCH Switch ALT HOLD/OFF'), category = {_('Instrument Panel'), _('FLCS')}},
{down = control_commands.ApPitchAtt_EXT, up = control_commands.ApPitchAlt_EXT, cockpit_device_id = devices.CONTROL_INTERFACE, value_down = -1.0,    value_up = -1.0, name = _('Autopilot PITCH Switch ATT HOLD/OFF'), category = {_('Instrument Panel'), _('FLCS')}},

And here is your ICP FLIR Gain/Level 3-Position switch:

{down = ufc_commands.FLIR_GAIN_Sw, up = ufc_commands.FLIR_GAIN_Sw, cockpit_device_id = devices.UFC,    value_down =  1.0, value_up =  0.0, name = _('ICP FLIR GAIN/LEVEL 3-Pos Switch GAIN/LVL'), category = {_('Instrument Panel'), _('ICP')}},
{down = ufc_commands.FLIR_GAIN_Sw, up = ufc_commands.FLIR_GAIN_Sw, cockpit_device_id = devices.UFC,    value_down =  -1.0, value_up =  0.0, name = _('ICP FLIR GAIN/LEVEL 3-Pos Switch AUTO/LVL'), category = {_('Instrument Panel'), _('ICP')}},

I'm not sure that it really does anything (to the FLIR display) yet, but it activates the switch.


Edited by LeCuvier
  • Thanks 1

LeCuvier

Windows 10 Pro 64Bit | i7-4790 CPU |16 GB RAM|SSD System Disk|SSD Gaming Disk| MSI GTX-1080 Gaming 8 GB| Acer XB270HU | TM Warthog HOTAS | VKB Gladiator Pro | MongoosT-50 | MFG Crosswind Pedals | TrackIR 5

Link to comment
Share on other sites

  • 3 weeks later...

Thank you!

Intel i7 9700K, ASUS ROG STRIX Z390-E, Zotac GTX 2080 TI AMP, Corsair Vengeance 32GB DDR4 3200mhz, Corsair H60 liquid cooler, EVGA 850W PS, Cooler Master: Master Case H500, 1 TB Samsung EVO SSD | Virpil CM2 Throttle, F-16: Thrustmaster F-16/A-10 Stick, F-18: Thrustmaster F-18 Stick | Thrustmaster TPR Pedals | G2 Reverb, J-PEIN Desk mount Throttle, VIRPIL VP-L mount Stick, Cougar MFDs, Generic Custom Built Front Panel, Left Panel and Right Panel, 32 Button Steam Deck.

Link to comment
Share on other sites

  • 1 year later...
  • Recently Browsing   0 members

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