StiC Posted April 26, 2020 Posted April 26, 2020 I'm modding an old mouse to be used as an all in one VR input device. Apparently, the encoder I'm using to replace the scroll wheel generates twice as many pulses per detent. This is not a problem for volume/brightness knobs, but is an issue when dealing with the channel selectors in the F-18 UFC. I tried editing the 0.2 value of the following line in clickabledata.lua, but so far no luck. elements["pnt_124"] = default_button_axis_extended(_("UFC COMM 1 Channel Selector Knob"), devices.UFC, UFC_commands.Comm1Fcn, UFC_commands.Comm1Ch, 125, 124, [b]0.2[/b], true, anim_speed_default) Thanks
Recommended Posts