Build Your Own Arcade Controls Forum
Main => Software Forum => Topic started by: bubba1212 on February 20, 2022, 02:17:40 pm
-
I have an Ultimarc minipac encoder which supports Keyboard,D and X-input. To switch it, you hold down two buttons for 10 seconds. This is a pain when my kids try to play some of the new games with the X-input mode. So I was wondering if anyone knew of a way to make an AHK script that could switch the modes.
Thanks in advance.
-
I think its a hardware layer thing. Meaning AHK (software) won't be able to do anything.
-
I was wondering if anyone knew of a way to make an AHK script that could switch the modes.
The "Multi-Mode" tab on the Mini-Pac page (https://www.ultimarc.com/control-interfaces/mini-pac-en/mini-pac-opti/) mentions that you can do it via command line.
Modes can be switched by pressing Start1 (or user-set alternate I-PAC shift) and holding this, and Player 1 button 1 through 5, for 10 seconds.
Modes can also be switched by loading an appropriate config file using WinIPAC including “invisibly” via a command line.
Scott
-
Thank you @PL1! This should be what I need, I'll look into this more.