Dolphin, the GameCube and Wii emulator - Forums
Need a way to have specific Wii controls hold down longer than others - Printable Version

+- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org)
+-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support)
+--- Forum: General Discussion (https://forums.dolphin-emu.org/Forum-general-discussion)
+--- Thread: Need a way to have specific Wii controls hold down longer than others (/Thread-need-a-way-to-have-specific-wii-controls-hold-down-longer-than-others)



Need a way to have specific Wii controls hold down longer than others - SwiftNinjaPro - 05-27-2019

I need a specific keypress on emulated Wii remote to run after another key. Im using the nunchuck for Mario Kart Wii (wheel glitches, so I can't use that), and I'm trying to recreate the function of pressing dpad up or down on wheel. I have it so when a press one key, it aims up, and uses the item, but the item keeps getting used before aiming, so the default direction gets used. I tried adjusting range, that helped for tripple items that run instantly, but other items that allow me to hold the button down seem to release direction first, making the item go the default direction. It would help if I could make the nunchuck direction stay pressed for 1 extra frame. Thanks.


RE: Need a way to have specific Wii controls hold down longer than others - Billiard26 - 05-30-2019

It's not currently possible to configure such logic within Dolphin.

But there are some in progress enhancements to the expression parser that will make it possible.

This is the code if you want to take a look and/or compile/test it.
https://github.com/dolphin-emu/dolphin/pull/7663

It will get completed and merged into Dolphin eventually.