Jump to content

fruitbat

2. Administrators
  • Posts

    3,287
  • Joined

  • Last visited

  • Days Won

    64
  • Country

    United Kingdom

Posts posted by fruitbat

  1. In anticipation for this, I've finally decided to follow the advice of a lot of people regarding elevator trim, and have added two new controls to my control bindings, which are a quarter of the trim inputs, and allows for much finer elevator trim control. Much much easier to achieve hands of flying now, well worth it imo.

    Its actually very easy, first navigate to here,

    large.325441811_DesktopScreenshot2022_01

    Open the 'default' LUA file, and copy in the lines (use something like Notepad++).

    Quote
    {cockpit_device_id = devices.CONTROLS, down = device_commands.Button_16, up = device_commands.Button_16, value_down = -0.25, value_up = 0.0, name = _("Trim Elevator Nose Up Slow"),   category = _("Flight Control")},
    {cockpit_device_id = devices.CONTROLS, down = device_commands.Button_16, up = device_commands.Button_16, value_down = 0.25,  value_up = 0.0, name = _("Trim Elevator Nose Down Slow"), category = _("Flight Control")},

    to here, the --Tail Trim Wheel--  section lines 525,526 in my screenshot.

    large.1856520569_DesktopScreenshot2022_0

    Save and open the game, now you will have 2 new commands you can map,

    Trim Elevator Nose Down Slow

    Trim Elevator Nose Up Slow

    large.1288789427_DigitalCombatSimulatorB

    I've still got the original commands mapped for fast adjustment, but on my HOTAS the new ones. Well worth doing I think.

     

    • Thanks 1
×
×
  • Create New...