Jump to content

Recommended Posts

Posted

Title pretty much says it all. 😉

  • Like 2

Intel i7 13700k, ASUS  rog strix z790A, 64gigs G.Skill Trident DDR5 @6400Mhz, Nvidia  RTX 4080FE, 4TB,  2x 2TB,  1TB Samsung NVME, 1TB Samsung SSD,   Corsair RM1000x, Corsair Titan 360 X AIO cooler, Lian Li LanCool 2, VKB Gunfighter Ultimate, VKB Custom STECS , MFG Crosswinds, Moza FFB,  Virpil Collective, Track IR5, 48” LG UltraGear OLED & HP 24” touchscreen for Helios,49” Samsung Ultrawide,  Streamdeck XL, Corsair Virtuoso RGB Headphones

  • 1 month later...
Posted (edited)

You can alter the trim sensitivity by changing its value in the default.lua file located ... >> DCS World\Mods\aircraft\F4U-1D\Input\joystick\default.lua

Here are the original values.

--/N/ Trimmers
{pressed = device_commands.iCommandElevatorTrim, cockpit_device_id = devices.CONTROL, value_pressed = 0.002, name = _('Trim, nose down'), category = _('Flight Control')}, 
{pressed = device_commands.iCommandElevatorTrim, cockpit_device_id = devices.CONTROL, value_pressed = -0.002, name = _('Trim, nose up'), category = _('Flight Control')}, 
{pressed = device_commands.iCommandEleronsTrim, cockpit_device_id = devices.CONTROL, value_pressed = -0.002, name = _('Trim, left bank'), category = _('Flight Control')}, 
{pressed = device_commands.iCommandEleronsTrim, cockpit_device_id = devices.CONTROL, value_pressed = 0.002, name = _('Trim, right bank'), category = _('Flight Control')}, 
{pressed = device_commands.iCommandRudderTrim, cockpit_device_id = devices.CONTROL, value_pressed = -0.002, name = _('Trim, yaw left'), category = _('Flight Control')}, 
{pressed = device_commands.iCommandRudderTrim, cockpit_device_id = devices.CONTROL, value_pressed = 0.002, name = _('Trim, yaw right'), category = _('Flight Control')},

{pressed = device_commands.Trim_reset_kb, cockpit_device_id = devices.CONTROL, value_pressed = 0.0, name = _('Trim, reset all'), category = _('Flight Control')},

This method has been reported to be successful in another thread.

 

Edited by Terry Dactil

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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