Munkwolf / dcs-community-keybinds

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

Viggen - Adding keybinds to DCS #57

Open Zabuzard opened 1 year ago

Zabuzard commented 1 year ago

Hi there, Zabu from Heatblur here 👋

Thanks for the great work! I'm here to let you know that we will add all keybinds listed here for the Viggen to the actual DCS build. It will be in an upcoming patch.

Cheers

(this also includes #55)

Munkwolf commented 1 year ago

Hi Zabu, thank you! That is very cool about adding the binds to the main codebase, thanks for letting me know! I will clear out the Viggen binds in this project once those updates make their way to stable. Also, I can't wait to be going through the Phantom's keybinds! Cheers

danw-eth commented 1 year ago

Hi @Munkwolf Now that this is released, do we need to do anything if we already did our binds with the Quaggles + Community keybinds? ie will they conflict? Should we delete anything from the community keybinds? Thanks

danw-eth commented 1 year ago

ps I saw your message and managed to do a quick test. Haven't flown it but tested alot of axis and binds in the controls menu and based on my own bindings it seems fine. There are no red exclamation icons either, so in the absence of any issue even without a full test I'd assume it's working all OK and there are no conflicts :)

Munkwolf commented 1 year ago

@danw-eth Nice, thank you for the update! I was hoping that was the case but then felt bad for speculating and deleted the comment until I could verify.

Munkwolf commented 1 year ago

Also, thanks again @Zabuzard!

shearn89 commented 1 year ago

Sorry to hijack the thread - I've just tried to add some extra bindings for the Viggen (e.g a load of on-else-off variants reversed from the now-built in ones). I'm not seeing any of my custom binds, despite seeing them for other airframes. Any ideas where to start debugging? Logs etc?

Zabuzard commented 1 year ago

@shearn89 if you can not see them in-game, double-check that they are infact not already in-game. DCS considers new binds duplicates if it finds the same command/value combo and will not show it then. it is not based on the naming of the bind.

if you made a syntax error, you sometimes can also find an log message in the dcs.log

shearn89 commented 1 year ago

Okay, thank you! I also found some debugging tips on Quaggles repo so will dig further today.

I don't think these are duplicates, but I'll check!

shearn89 commented 1 year ago

@Zabuzard - you were right! The command I was trying to add were I think all covered by the default e.g. Main Electric Power On/Off versions. I was looking for something named e.g. ON else OFF as per this repo, so that's my fault. When I checked the game folder for the default binds I can see they're identical :)

Thanks for the pointer!