jayyang Posted March 7, 2020 Posted March 7, 2020 (edited) Just found the input command and definition are not match. As sample, the RPM control for pilot. It'd defined as Button_15 in "Clickabledata.lua". But assigned with Button_19 in Input Default.lua. Hence, the actual key binding to keyboard/joystick will not work correctly. After change from Button_19 to Button_15, it works as it should be. elements["GOV-RPM-1-PTR"] = default_springloaded_3pos_switch(_("Governor RPM Switch, Decrease/Increase"), devices.ENGINE_INTERFACE, device_commands.Button_15,device_commands.Button_15, -1, 0, 1, 203) --copilot elements["GOV-RPM-2-PTR"] = default_springloaded_3pos_switch(_("Governor RPM Switch Copilot, Decrease/Increase"), devices.ENGINE_INTERFACE, device_commands.Button_29,device_commands.Button_29, -1, 0, 1, 210) --Ins Engines Start-Up Control Panel and levers {down = device_commands.Button_18, up = device_commands.Button_18, cockpit_device_id = devices.ENGINE_INTERFACE, value_down = 1.0, value_up = 0.0, name = _('Start-up engine'), category = _('Ins Collective Stick')}, {down = device_commands.Button_19, up = device_commands.Button_19, cockpit_device_id = devices.ENGINE_INTERFACE, value_down = 1.0, value_up = 0.0, name = _('Increase Turbine RPM'), category = _('Ins Collective Stick')}, {down = device_commands.Button_19, up = device_commands.Button_19, cockpit_device_id = devices.ENGINE_INTERFACE, value_down = -1.0, value_up = 0.0, name = _('Decrease Turbine RPM'), category = _('Ins Collective Stick')}, Edited March 8, 2020 by jayyang
flanker0ne Posted March 8, 2020 Posted March 8, 2020 Nice find SCOPRI DI PIU': https://www.amvi.it/joinus.php DISCORD COMBINEDOPS The Battle Planning Tool
Hammer1-1 Posted March 11, 2020 Posted March 11, 2020 I had reported this in another thread, but as inop key command. At least now we know what the actual issue is. https://forums.eagle.ru/showthread.php?t=264824 Intel 13900k @ 5.8ghz | 64gb GSkill Trident Z | MSI z790 Meg ACE | Zotac RTX4090 | Asus 1000w psu | Slaw RX Viper 2 pedals | VPForce Rhino/VKB MCE Ultimate + STECS Mk2 MAX / Virpil MongoosT50+ MongoosT50CM | Virpil TCS+/ AH64D grip/custom AH64D TEDAC | Samsung Odyssey G9 + Odyssey Ark | Next Level Racing Flight Seat Pro | WinWing F-18 MIPS | No more VR for this pilot. My wallpaper and skins On today's episode of "Did You Know", Cessna Skyhawk crashes into cemetery; over 800 found dead as workers keep digging.
Recommended Posts