Munkwolf / dcs-community-keybinds

A collection of keybinds for DCS.
90 stars 26 forks source link

AH-64 Volume controls push/pull mute toggles only pull and not push #18

Open danw-eth opened 2 years ago

danw-eth commented 2 years ago

Hi, Thanks for publishing these keybinds so fast!

I've noted a problem with the push/pull toggle for each of the radios.

Using the bindings in this screenshot it will PULL, but will never do the PUSH on the next command. Basically it pulls it and then the knob is stuck there. image

Looking at the file, I note it's commands like this: {cockpit_device_id = devices.COMM_PANEL_INPUT, down = comm_commands.VHF_disable_ITER, valuedown = 1, name = ('VHF Volume Control Knob - Push/Pull'), category = {('COMM Panel'), ('Custom')}},

Does this point to an issue with VHF_disable_ITER within the DCS Apache itself, i.e. we can't fix it by editing the Lua?

Thanks

Munkwolf commented 2 years ago

You're welcome, and thanks for the heads up! Looks like it is an issue with the _ITER commands. There's a few that don't work that I commented out (the MFD knobs), and some that I missed commenting out because I didn't test them all. When the _ITER commands are fixed up with a module update, those binds should start working. I'll comment them out later this week if we don't get a hotfix/patch so they aren't misleading.