caponi Posted October 8, 2019 Posted October 8, 2019 (edited) Hi, in the clickable data the RWR functions are assigned to device.RWR: i.e. elements["PTR-TWAP-BTN-PWR-401"] = default_2_position_tumb(_("RWR Indicator Control POWER Button"), devices.RWR, rwr_commands.Power, 401) but in the input/keyboard/default.lua will be used devices.AN_ALR56 and this device id is not available { down = rwr_commands.Power, cockpit_device_id = devices.AN_ALR56, value_down = 1.0, name = _('RWR Indicator Control POWER Button - Depressed'), category = {_('Left Auxiliary Console'), _('THREAT WARNING AUX Panel')}}, if i had no missunderstanding it should help ... thx Edit said: please move this thread to input and controller bugs sorry for that Edited October 8, 2019 by caponi too much ...
caponi Posted October 8, 2019 Author Posted October 8, 2019 { down = rwr_commands.Power, cockpit_device_id = devices.RWR, value_down = 1.0, name = _('RWR Indicator Control POWER Button - Depressed'), category = {_('Left Auxiliary Console'), _('THREAT WARNING AUX Panel')}}, { down = rwr_commands.Power, cockpit_device_id = devices.RWR, value_down = 0.0, name = _('RWR Indicator Control POWER Button - Released'), category = {_('Left Auxiliary Console'), _('THREAT WARNING AUX Panel')}}, { down = rwr_commands.Power_ITER, cockpit_device_id = devices.RWR, value_down = 1.0, name = _('RWR Indicator Control POWER Button - Depressed/Released'), category = {_('Left Auxiliary Console'), _('THREAT WARNING AUX Panel')}}, for example i have tested the keybindings above ... it works :music_whistling: too much ...
caponi Posted October 11, 2019 Author Posted October 11, 2019 hmmm ... not in the openbeta patch :cry: it is so easy to fix :( again ! devices.AN_ALR56 is not defined device.RWR works fine ... if you have questions ... :smilewink: too much ...
ED Team NineLine Posted November 1, 2019 ED Team Posted November 1, 2019 Reported, thanks! Forum Rules • My YouTube • My Discord - NineLine#0440• **How to Report a Bug**
Recommended Posts