Jump to content

Binding issue


grafspee

Recommended Posts

In "default.lua" I find these lines:

{ down = device_commands.Button_58, cockpit_device_id = devices.FUSEBOX, value_down = 1.0, name = _('Input.Bf109K4.cb_e103_1'), category = _('Engine Controls')},
{down = device_commands.Button_58, cockpit_device_id = devices.FUSEBOX, value_down = 0.0, name = _('Input.Bf109K4.cb_e103_0'), category = _('Engine Controls')},
{down = device_commands.Button_59, cockpit_device_id = devices.FUSEBOX, value_down = 1.0, name = _('Input.Bf109K4.cb_e103'), category = _('Engine Controls')},

So:
"Input.Bf109K4.cb_e103_1" --> Governor ON
"Input.Bf109K4.cb_e103_0" --> Governor OFF
"Input.Bf109K4.cb_e103"     --> Governor toggle ON/OFF

Personally I use a more realistic 2-position switch command I added to the file:

{down = device_commands.Button_58, up = device_commands.Button_58, cockpit_device_id = devices.FUSEBOX, value_down = 1.0, value_up = 0.0, name = _('Engine Governor 2-Pos AUTO/MANUAL'), category = _('Engine Controls')},

 

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

hmmmm. The bindings are difficult to decipher. May I ask where you find the "default.lua" file? I looked in the Mods/aircraft/Bf109-k4 directory and didn't find it. I'm trying to figure out the bindings for the bomb arming control panel. 

 

Link to comment
Share on other sites

14 minutes ago, grafspee said:

DCS folder/mods/aircraft/bf-109k-4/input/bf-109k-4/keyboard

That's for the keyboard bindings. The bindings for joystick,throttle etc. are in  "DCS folder/mods/aircraft/bf-109k-4/input/bf-109k-4/joystick".

We have statements from ED indicating that this binding name bug should be fixed in the upcoming update before Christmas.

  • Like 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

  • Recently Browsing   0 members

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