Jump to content

Bound HDG and CRS knobs moving too much


Fish

Recommended Posts

I've bound these to encoders on my button box, and minimum movement is 6 degrees. With keyboard presses its a little less, but not 1 degree. 

Is this a bug or feature, if a feature, how can i slow it down to increment 1 degree per pulse/button press? 

Cheers. 

 

Fish's Flight Sim Videos

[sIGPIC]I13700k, RTX4090, 64gb ram @ 3600, superUltraWide 5120x1440, 2560x1440, 1920x1080, Warthog, Tusba TQS, Reverb VR1000, Pico 4, Wifi6 router, 360/36 internet[/sIGPIC]

Link to comment
Share on other sites

I'm slightly confused. You say that the rotary encoder is fast and the button command is slow. In my experience it's just the other way around, and that's because the rotary encoder provides only a very short pulse on every "click". Please clarify!

Note: It's possible to make these commands faster by changing the "gain" parameter for the controls in "clickabledata.lua" under "...\DCS World OpenBeta\Mods\aircraft\A-10C_2\Cockpit\Scripts". These are the 2 lines of code with gain changed from 0.2 to 0.2:

--Horizontal Situation Indicator
elements["PNT-LVR-HSI-HDG"]				= default_axis(_("Heading Set Knob"),devices.HSI, device_commands.Button_1, 45, 1.0, 0.2, false, true)-- HWF changed gain from 0.1 to 0.2
elements["PNT-LVR-HSI-CRS"]				= default_axis(_("Course Set Knob"), devices.HSI, device_commands.Button_2, 44, 1.0, 0.2, false, true)-- HWF changed gain from 0.1 to 0.2

 


Edited by LeCuvier

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

Each 'button' (or encoder) 'click, causes a rotation of 6deg. I want to make it 1 deg rotation. for each click. So I guess i'm trying to 'reduce' the gain.  

Thanks for the info. I'll have a look into that lua 


Edited by Fish

Fish's Flight Sim Videos

[sIGPIC]I13700k, RTX4090, 64gb ram @ 3600, superUltraWide 5120x1440, 2560x1440, 1920x1080, Warthog, Tusba TQS, Reverb VR1000, Pico 4, Wifi6 router, 360/36 internet[/sIGPIC]

Link to comment
Share on other sites

  • Recently Browsing   0 members

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