Archaic Posted November 16, 2016 Posted November 16, 2016 I switched from a Warthog to an X55 for functionality, and now I have knobs coming out the butt and pretty much have everything I *need* running properly, but there a few that would still be nice to add. Can I add a radio volume axis to my RTY3/4 knobs? The option doesn't exist for the axis in keymapping. I haven't played around with the X55 software, thus far I'm just mapping in game since I really don't need multiple modes. i7 - 9700k | EVGA 1080Ti | 32 DDR4 RAM | 750w PS | TM Warthog HOTAS/X-55 | Track IR 5 |
Steph-JJ Posted November 16, 2016 Posted November 16, 2016 Look here https://forums.eagle.ru/showthread.php?t=175260 perheps helpful to find another way "You want me to fly in the back of a tiny little jet with a crazy fighter pilot who thinks he´s invincible, home in on a SAM site in North Vietnam and shoot it before it shoots me? You´ve gotta be shittin´me!" Captain Jack Donovan
Archaic Posted November 16, 2016 Author Posted November 16, 2016 Thanks but I didn't see anything there specifically addressing these rotary dials. i7 - 9700k | EVGA 1080Ti | 32 DDR4 RAM | 750w PS | TM Warthog HOTAS/X-55 | Track IR 5 |
funkyfranky Posted November 18, 2016 Posted November 18, 2016 No sure about the radio volumes but I added some axes for the lights. You have to add those lines to your input controller lua file, e.g. default.lua but maybe some other file for the X55. axisCommands = { ... {action = device_commands.Button_639, cockpit_device_id = devices.SYSLIGHTS, name = _('Dashboard U.V. Lights Knob'), category = _('Light Axes')}, {action = device_commands.Button_640, cockpit_device_id = devices.SYSLIGHTS, name = _('Dashboard Panel Lights Knob'), category = _('Light Axes')}, {action = device_commands.Button_641, cockpit_device_id = devices.SYSLIGHTS, name = _('Red Flood Lights Knob'), category = _('Light Axes')}, {action = device_commands.Button_642, cockpit_device_id = devices.SYSLIGHTS, name = _('Console Panel Lights Knob'), category = _('Light Axes')}, {action = device_commands.Button_644, cockpit_device_id = devices.SYSLIGHTS, name = _('White Flood Lights Knob'), category = _('Light Axes')}, {action = device_commands.Button_207, cockpit_device_id = devices.VTH_VTB, name = _('Auxiliary Gunsight Deflection'), category = _('HUD/VTB Axes')}, {action = device_commands.Button_209, cockpit_device_id = devices.VTH_VTB, name = _('Target Wingspan Knob'), category = _('HUD/VTB Axes')}, {action = device_commands.Button_192, cockpit_device_id = devices.VTH_VTB, name = _('Minimum Altitude Selector'), category = _('HUD/VTB Axes')}, {action = device_commands.Button_340, cockpit_device_id = devices.NAVINST, name = _('HSI Course Heading Selector'), category = _('HSI Axes')}, {action = device_commands.Button_488, cockpit_device_id = devices.RADAR, name = _('Radar Gain Dial'), category = _('Radar Axes')}, {action = device_commands.Button_610, cockpit_device_id = devices.RWR, name = _('Radar Gain Dial'), category = _('RWR Axes')}, {action = device_commands.Button_197, cockpit_device_id = devices.RWR, name = _('ECM Box LCD Display Brightness'), category = _('RWR Axes')}, ... } If the radio volumes are in principle defined as axes you should be able to do a similar thing. Have a look at the clickabledata.lua file of the Mirage and figure out the necessary button numbers and cockpit device IDs. A warrior's mission is to foster the success of others. i9-12900K | RTX 4090 | 128 GB Ram 3200 MHz DDR-4 | Quest 3 RAT - On the Range - Rescue Helo - Recovery Tanker - Warehouse - Airboss
Recommended Posts