Urshult Haze Posted October 27, 2022 Posted October 27, 2022 (edited) Can't fly the Huey the way I'm used to! Suddenly it was just there... the orange text and the commands don't work! Reset controllers, repaired game, deleted files, reinstalled. No change! Can't think of anything else to try... any suggestions? Edited October 27, 2022 by Urshult Haze
Rudel_chw Posted October 27, 2022 Posted October 27, 2022 1 hour ago, Urshult Haze said: Suddenly it was just there... the orange text and the commands don't work! One command is for the Keyboard device, while the other is for the Joystick device ... I agree that it is confusing, but on my DCS the "1" and "2" keys do work to select Pilot or Copilot. 1 For work: iMac mid-2010 of 27" - Core i7 870 - 6 GB DDR3 1333 MHz - ATI HD5670 - SSD 256 GB - HDD 2 TB - macOS High Sierra For Gaming: 34" Monitor - Ryzen 3600 - 32 GB DDR4 2400 - nVidia RTX2080 - SSD 1.25 TB - HDD 10 TB - Win10 Pro - TM HOTAS Cougar Mobile: iPad Pro 12.9" of 256 GB
Urshult Haze Posted October 30, 2022 Author Posted October 30, 2022 "1" and "2" keys work for me too. but isn't very practical with a VR kit! Yes, unrealistic but fun to jump between pilot and copilot again and again (changing weapons). And after so many years I can't get used to anything else. So it can't be fixed? Only hope that it will go back to the way it always was for so many years is if and when I reinstall the whole computer again? Dammed! 1
Rudel_chw Posted October 30, 2022 Posted October 30, 2022 2 hours ago, Urshult Haze said: So it can't be fixed? Perhaps you can first try an ED support ticket? ... or revert to a prior DCS version where that command worked the way you remember. For work: iMac mid-2010 of 27" - Core i7 870 - 6 GB DDR3 1333 MHz - ATI HD5670 - SSD 256 GB - HDD 2 TB - macOS High Sierra For Gaming: 34" Monitor - Ryzen 3600 - 32 GB DDR4 2400 - nVidia RTX2080 - SSD 1.25 TB - HDD 10 TB - Win10 Pro - TM HOTAS Cougar Mobile: iPad Pro 12.9" of 256 GB
jonfog Posted November 2, 2022 Posted November 2, 2022 Hi, struggled with this some hours since I´m not sure about how the commands are defined. Finally I found that the problem is in the "Your DCS Directory"\Mods\aircraft\Uh-1H\Input\UH-1H\joystick\default.lua Make the following change: -- {down = device_commands.Button_1, cockpit_device_id = devices.HEAD_WRAPPER, value_down = 0.0, name = _('Set Pilot Seat'), category = _('View Cockpit')}, -- {down = device_commands.Button_2, cockpit_device_id = devices.HEAD_WRAPPER, value_down = 0.0, name = _('Set Operator Seat'), category = _('View Cockpit')}, -- {down = device_commands.Button_3, cockpit_device_id = devices.HEAD_WRAPPER, value_down = 0.0, name = _('Set Right Gunner Seat'), category = _('View Cockpit')}, -- {down = device_commands.Button_4, cockpit_device_id = devices.HEAD_WRAPPER, value_down = 0.0, name = _('Set Left Gunner Seat'), category = _('View Cockpit')}, {down = iCommandViewCockpitChangeSeat, value_down = 1, name = _('Set Pilot Seat'), category = _('View Cockpit')}, {down = iCommandViewCockpitChangeSeat, value_down = 2, name = _('Set Operator Seat'), category = _('View Cockpit')}, {down = iCommandViewCockpitChangeSeat, value_down = 3, name = _('Set Left Gunner Seat'), category = _('View Cockpit')}, {down = iCommandViewCockpitChangeSeat, value_down = 4, name = _('Set Right Gunner Seat'), category = _('View Cockpit')}, Find and copy the first 4 lines, comment the first 4 as a backup. Then change the "down" command. Then it matches the ..\..\keyboard\default.lua Good luck! 2
Urshult Haze Posted November 5, 2022 Author Posted November 5, 2022 Thank you for your effort! But unfortunately it didn't work for me. Maybe I misunderstood something...
Recommended Posts