Build Your Own Arcade Controls Forum

Main => Driving & Racing Cabinets => Topic started by: bubba1212 on November 11, 2021, 08:42:12 pm

Title: Pedals not functioning with Model 3
Post by: bubba1212 on November 11, 2021, 08:42:12 pm
I'm able to go through the model 3 controller config and it does recognize my Logitech Driving Force GT wheel and pedals.  When I play a game, the steering works fine but the pedals do nothing.  Here is what is in my supermodel.ini file (written by the configuration utility).

InputSteering = JOY2_XAXIS
InputAccelerator = KEY_UP,JOY1_UP,JOY2_YAXIS_NEG
InputBrake = KEY_DOWN,JOY1_DOWN,JOY2_ZAXIS_NEG

Is there something additional to get the accelerator and brake to function?
Title: Re: Pedals not functioning with Model 3
Post by: MrThunderwing on November 13, 2021, 12:58:38 pm
I think Supermodel can sometimes get confused as to whether you're using an Xinput or a Dinput controller. You can specify which you want to use and manually configure it. A DFGT wheel is a Dinput device.

Create a batch file in the same folder your Supermodel EXE's in and add the following to it.
supermodel -config-inputs -input-system=dinput

Double click on it and then just follow the information that pops up in the CMD prompt window to configure your wheel. If you click on the CMD prompt window to scroll up or down to read the info in it, you'll need to click back on the Supermodel application window for it to register the inputs you're assigning to the wheel.

I would use a totally fresh install of Supermodel for this.
Title: Re: Pedals not functioning with Model 3
Post by: bubba1212 on November 14, 2021, 09:01:12 am
I tried what you suggested, but unfortunately the same result.  The configuration utility recognized my pedals just fine and updates the ini file appropriately they just don't do anything during game play. 
Title: Re: Pedals not functioning with Model 3
Post by: MrThunderwing on November 14, 2021, 03:28:20 pm
Are you launching Supermodel from the CMD line or are you using a GUI? I've got the same wheel and it works for me just fine. I launch my games using batch files in the Supermodel folder using the command
 -input-system=dinput
I bet however you're trying to launch the games is specifying them as Xinput instead, which would explain why your pedals are set up correctly in the config file, but not working in-game.
Title: Re: Pedals not functioning with Model 3
Post by: bubba1212 on November 16, 2021, 05:39:34 pm
As it turns out I resolved this by simply changing "JOY2_YAXIS_NEG" to "JOY2_YAXIS_POS"
Title: Re: Pedals not functioning with Model 3
Post by: buttersoft on November 17, 2021, 12:20:58 am
Normally you can notice in game when the pedals need inverting? I wonder what happened.
Title: Re: Pedals not functioning with Model 3
Post by: bubba1212 on November 17, 2021, 07:42:46 am
Ya, I'm confused as well.  If they were reversed I would have expected the accelerator to function without being pressed down.  That's why I didn't bother to reverse it in the first place.  Strange but it's working now.   :dunno