Jump to content

Recommended Posts

Posted (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?

IMG_9508.JPG

Edited by Urshult Haze
Posted
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.

  • Thanks 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

Posted

"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!

  • Like 1
Posted
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

Posted

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! 

 

  • Thanks 2
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...