MirabelleBenou Posted March 27 Share Posted March 27 Hello ! Would it be possible to have axis commands for some rotaries ? Like lights or course / heading selection. Would be nice Thanks ! 1 [sIGPIC][/sIGPIC] Link to post Share on other sites
MirabelleBenou Posted April 1 Author Share Posted April 1 Ok, I found the button lines in Default.lua, but well, I didn't know how to use this info to add new axis command in the file : {pressed = device_commands.Button_130, cockpit_device_id = devices.LIGHTS, value_pressed = -1, name = _('Instrument lighting Decrease')..' '..rearCptSuffix, category = {_('Illumination'), _('Rear Cockpit')}}, {pressed = device_commands.Button_130, cockpit_device_id = devices.LIGHTS, value_pressed = 1, name = _('Instrument lighting Increase')..' '..rearCptSuffix, category = {_('Illumination'), _('Rear Cockpit')}}, {pressed = device_commands.Button_128, cockpit_device_id = devices.LIGHTS, value_pressed = -1, name = _('Console integral lighting Decrease')..' '..rearCptSuffix, category = {_('Illumination'), _('Rear Cockpit')}}, {pressed = device_commands.Button_128, cockpit_device_id = devices.LIGHTS, value_pressed = 1, name = _('Console integral lighting Increase')..' '..rearCptSuffix, category = {_('Illumination'), _('Rear Cockpit')}}, I tried to get some inspiration in similar topik for A-10C II or Mi-8, but well, not so much luck until now. If anyone, or a dev, can help, that would be greatly appreciated ^^ Thanks ! [sIGPIC][/sIGPIC] Link to post Share on other sites
Vibora Posted April 2 Share Posted April 2 Hi. We'll look at it later on. There are other higher priority issues. 1 Roberto "Vibora" Seoane Alas Rojas [sIGPIC][/sIGPIC] Link to post Share on other sites
MirabelleBenou Posted April 2 Author Share Posted April 2 Hello ! Nice, thanks for your answer Really love this "small" plane ! 2 [sIGPIC][/sIGPIC] Link to post Share on other sites
Recommended Posts