Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Pedals not functioning with Model 3  (Read 4471 times)

0 Members and 1 Guest are viewing this topic.

bubba1212

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 18
  • Last login:October 11, 2023, 11:54:28 am
  • I want to build my own arcade controls!
Pedals not functioning with Model 3
« 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?

MrThunderwing

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1054
  • Last login:April 17, 2024, 05:31:43 pm
  • As I pass, do I give you the ass or the crotch?
Re: Pedals not functioning with Model 3
« Reply #1 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.

bubba1212

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 18
  • Last login:October 11, 2023, 11:54:28 am
  • I want to build my own arcade controls!
Re: Pedals not functioning with Model 3
« Reply #2 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. 

MrThunderwing

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1054
  • Last login:April 17, 2024, 05:31:43 pm
  • As I pass, do I give you the ass or the crotch?
Re: Pedals not functioning with Model 3
« Reply #3 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.

bubba1212

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 18
  • Last login:October 11, 2023, 11:54:28 am
  • I want to build my own arcade controls!
Re: Pedals not functioning with Model 3
« Reply #4 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"

buttersoft

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1758
  • Last login:March 22, 2024, 12:55:20 am
  • Is running at 15kHz
Re: Pedals not functioning with Model 3
« Reply #5 on: November 17, 2021, 12:20:58 am »
Normally you can notice in game when the pedals need inverting? I wonder what happened.

bubba1212

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 18
  • Last login:October 11, 2023, 11:54:28 am
  • I want to build my own arcade controls!
Re: Pedals not functioning with Model 3
« Reply #6 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