Jump to content

Recommended Posts

Posted

As per title, when assigned to button presses the lever moves probably twice as quick as I would like it too making engine management very tricky.

 

Can this be adjusted pretty please?

Posted

I agree the button commands for prop speed are too "fast" for precise control. Personally I use the axis command and that's fine.

Out of curiosity, I changed the "gain" parameter for this command in "clickabledata.lua", in folder "...\Mods\aircraft\SpitfireLFMkIX\Cockpit\Scripts" from 0.1 to 0.01 and that made the lever movement with button commands more controllable. I tried 0.05 first, but that didn't feel much better for me. This is the original line before I changed it:

elements["PROP"] = default_movable_axis(_("Cockpit.SpitfireLFMkIX.pitch"), devices.ENGINE_CONTROLS, device_commands.Button_6, 129, 0.0, 0.1, true, false)

and this is the line after the change:

elements["PROP"] = default_movable_axis(_("Cockpit.SpitfireLFMkIX.pitch"), devices.ENGINE_CONTROLS, device_commands.Button_6, 129, 0.0, 0.01, true, false)

I have made a fair number of such changes because I've rarely or never seen ED making these "cosmetic" changes.

The downside of editing these files is that they are overwritten with the stock files each time you do an update or repair. The modified files therefore need to be backed up.

I use OvGME to handle that.

PS: do not edit these files with programs like Word as these might insert unwanted formatting! The free Notepad++ works fine.

  • 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

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

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