Jump to content

Recommended Posts

Posted

I had it bound previously but after the last few updates and changing of my HOTAS / Control Panels, I can't find the binding to bind to anymore. I've manually scrolled all the way through it and there is nothing for either 'Hydraulic' or 'HYD' or 'FLT' or 'Isolation'.

Was this removed or has this never been implemented and I was only able to bind to it because of DCS BIOS (which I no longer use)?

Posted (edited)
On 6/20/2022 at 11:32 PM, Elphaba said:

Nor do I know why people are calling this 'Right Sidewall' when it's on the left... /facepalm.

The code you attached is for Hydraulic Emergency Flight Control Switch which is indeed on the right console.

http://www.heatblur.se/F-14Manual/cockpit.html#master-test-panel

 

What you want in OP is on the left vertical console, #3:

http://www.heatblur.se/F-14Manual/cockpit.html#landing-gear-control-panel

Edited by draconus

🖥️ Win10  i7-10700KF  32GB  RTX4070S   🥽 Quest 3   🕹️ T16000M  VPC CDT-VMAX  TFRP   ✈️ FC3  F-14A/B  F-15E   ⚙️ CA   🚢 SC   🌐 NTTR  PG  Syria

Posted

That is indeed what I want to bind:

 

  1. HYD ISOL

Switch isolating landing gear, nosewheel steering and wheel brakes from the combined hydraulic system. Is automatically moved to T.O./LDG by LDG GEAR in DOWN position.
 
FLT - In flight operation, isolates systems listed above.
 
T.O./LDG - Take-off/landing, connects systems listed above, allowing them to operate.
Posted (edited)

Here's the Fix:


{down = device_commands.HYD_ISOL_Switch,         cockpit_device_id = devices.HYDRAULICS, value_down = 1, name = _('-Hydraulic Isolation Switch FLT'), category = { _('Landing Gear Control Panel')}},
{down = device_commands.HYD_ISOL_Switch,         cockpit_device_id = devices.HYDRAULICS, value_down = 0, name = _('-Hydraulic Isolation Switch TO/LNG'), category = { _('Landing Gear Control Panel')}},

 

Add these to the Keyboard.lua for the aircraft in the core game folder i.e. not saved games folder

Edited by Elphaba
  • Recently Browsing   0 members

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