Jump to content

Options/Controls duplicated orange lines for EZ42


LeCuvier

Recommended Posts

This module shows two sets of duplicated lines in orange font as visible in the attached screen capture.

They are caused by lines of code with same "names" having different content between "Throttle - HOTAS Warthog.lua" and "default.lua".

Lines in "Throttle - HOTAS Warthog.lua":

{pressed = device_commands.Button_16, cockpit_device_id  = devices.EZ42_GUNSIGHT, value_pressed = 0.7,     name = _('EZ42 Gunsight Target Distance Control (Throttle Twist Grip) - CW/Increase'), category = _('EZ42 Gunsight')},
{pressed = device_commands.Button_16, cockpit_device_id  = devices.EZ42_GUNSIGHT, value_pressed = -0.7,     name = _('EZ42 Gunsight Target Distance Control (Throttle Twist Grip) - CCW/Decrease'), category = _('EZ42 Gunsight')},
{pressed = device_commands.Button_18, cockpit_device_id  = devices.EZ42_GUNSIGHT, value_pressed = 1.0,     name = _('EZ42 Gunsight Altitude Aiming Correction Adjusting Knob I - CW/Increase'), category = _('EZ42 Gunsight')},
{pressed = device_commands.Button_18, cockpit_device_id  = devices.EZ42_GUNSIGHT, value_pressed = -1.0,     name = _('EZ42 Gunsight Altitude Aiming Correction Adjusting Knob I - CCW/Decrease'), category = _('EZ42 Gunsight')},

Lines in "default.lua":

{pressed = device_commands.Button_16, cockpit_device_id  = devices.EZ42_GUNSIGHT, value_pressed = 0.14,     name = _('EZ42 Gunsight Target Distance Control (Throttle Twist Grip) - CW/Increase'), category = _('EZ42 Gunsight')},
{pressed = device_commands.Button_16, cockpit_device_id  = devices.EZ42_GUNSIGHT, value_pressed = -0.14,     name = _('EZ42 Gunsight Target Distance Control (Throttle Twist Grip) - CCW/Decrease'), category = _('EZ42 Gunsight')},
{pressed = device_commands.Button_18, cockpit_device_id  = devices.EZ42_GUNSIGHT, value_pressed = 0.2,     name = _('EZ42 Gunsight Altitude Aiming Correction Adjusting Knob I - CW/Increase'), category = _('EZ42 Gunsight')},
{pressed = device_commands.Button_18, cockpit_device_id  = devices.EZ42_GUNSIGHT, value_pressed = -0.2,     name = _('EZ42 Gunsight Altitude Aiming Correction Adjusting Knob I - CCW/Decrease'), category = _('EZ42 Gunsight')},

The values in "value_pressed are 5 times higher when you bind the commands to buttons on the TM WH throttle and that makes them too "sensitive".

The values for the throttle bindings should be the same as for all other controllers and the keyboard.

Duplications_FW-190D.JPG

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

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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