Jump to content

Recommended Posts

Posted

How to change how much my collective goes down and up when I press a button to lower it or raise it? I saw it was possible with trimmer buttons on F-5 where buttons clicks were too sensitive? It should be in default.lua and it looks like this.

-- Ins Collective Stick ------------------------
------------------------------------------------
{    down = iCommandPlaneCollectiveIncrease, pressed = iCommandPlaneCollectiveIncrease, up = iCommandPlaneCollectiveStop,         name = _('Collective - Up'),                                    category = {_('Ins Collective Stick'), _('Flight Control')}},
{    down = iCommandPlaneCollectiveDecrease, pressed = iCommandPlaneCollectiveDecrease, up = iCommandPlaneCollectiveStop,            name = _('Collective - Down'),                                    category = {_('Ins Collective Stick'), _('Flight Control')}},

This is how it looks in default.lua. 

I also did change clickable.lua those gain values lower, but nothing changed..

There is no value pressed, or value up and down here like it is in F-5 

  • Like 1
  • Recently Browsing   0 members

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