Build Your Own Arcade Controls Forum

Main => Software Forum => Topic started by: BadMouth on July 16, 2013, 02:08:23 pm

Title: Switch between Combined and Separate pedals in Windows on the fly?
Post by: BadMouth on July 16, 2013, 02:08:23 pm
Problem: Some driving games & Demul emulator require the pedals to be marked combined in Windows game controller config, while others require they be marked as separate axis.

Logitech profiler changes this on the fly, so it's not an issue for those with Logitech wheels.
I plan to switch over to a USB Immersion arcade PCB as an interface, so I'll no longer have Logitech profiler to fix everything on the fly.
The one big sticking point is needing to switch combined/separate pedals on the fly.

Do any of you software guys have any information that would be useful in doing this?

I'm thinking that if I knew where the info was stored in windows or the registry, I could have an autohotkey script swap in correct value before the game is launched.

Title: Re: Switch between Combined and Separate pedals in Windows on the fly?
Post by: nugarp on August 10, 2014, 04:14:17 am
Sorry to resurrect. I'm adding a wheel and pedals to my cab - did you ever find a solution for this? I'm going to be using a fanatec wheel (GT2 911), but I'm hoping instructions (or at least inspiration) may be similar.

[Edit] I ran process monitor on the config and found that I just needed to set:
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Fanatec Endor AG\FanatecWheel\{55EE75C1-F543-490B-A3E9-65CA04BA03C7}\5]
"CombinedPedals"=dword:00000001

or alternatively, 00000000.

YMMV to anyone else with a Fanatec as that might be a device id, but I'm too lazy to check.

My pedals aren't coming in for a bit but I'll reply back if I get it working.
Title: Re: Switch between Combined and Separate pedals in Windows on the fly?
Post by: BadMouth on August 11, 2014, 09:51:57 am
Sorry to resurrect. I'm adding a wheel and pedals to my cab - did you ever find a solution for this? I'm going to be using a fanatec wheel (GT2 911), but I'm hoping instructions (or at least inspiration) may be similar.

[Edit] I ran process monitor on the config and found that I just needed to set:
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Fanatec Endor AG\FanatecWheel\{55EE75C1-F543-490B-A3E9-65CA04BA03C7}\5]
"CombinedPedals"=dword:00000001

or alternatively, 00000000.

YMMV to anyone else with a Fanatec as that might be a device id, but I'm too lazy to check.

My pedals aren't coming in for a bit but I'll reply back if I get it working.

Did not fine the solution and ended up selling the immersion pcb, but the registry entry you found looks to be the ticket!