Page 1 of 1

Brake pedal works but not Gas

PostPosted: Fri Jul 06, 2012 1:48 pm
by Rave_Racer
This is what I've got. I've tried renaming to various things, been though a lot of possibilities, but can't figure out what the gas pedal should be called.

InputJoy1RZMinVal = 32767
InputJoy1RZOffVal = 32767
InputJoy1RZMaxVal = -32768
InputJoy1RZDeadZone = 1
InputJoy1YMinVal = 32767
InputJoy1YOffVal = 32767
InputJoy1YMaxVal = -32768
InputJoy1YDeadZone = 1
InputAccelerator = ?????????
InputBrake = "JOY1_DOWN" <---- Works, but I don't know why.

In other games and emulators, the pedals are always something different:
In Vivanonno, they're just "Y" and "Z".
In Model 2 they're Axis 1 (Inverted) and Axis 2 (Inverted).
In MAME, they're YAXIS and ZAXIS.
And in the config tool for my pedals and steering wheel, they're called Y Axis and RZ Axis.

Anyone got an idea? It's a Thrustmaster GT Experience, btw. Cheap and basic.

Re: Brake pedal works but not Gas

PostPosted: Fri Jul 06, 2012 1:58 pm
by Bart
Have you tried using '-config-inputs'?

Re: Brake pedal works but not Gas

PostPosted: Fri Jul 06, 2012 2:16 pm
by Rave_Racer
Yes, this is how I got those min/max values.

I'm not sure the config screen looks right (there's nothing in it), but the DOS screen seemed to work. Detected to pedals and saved with Q.

Image

Re: Brake pedal works but not Gas

PostPosted: Fri Jul 06, 2012 2:58 pm
by Bart
That is correct. The window is blank because it isn't rendering anything. You can move it out of the way but keep it highlighted to configure. Did you try axis calibration using the 'b' command? It is possible that your pedal axis is reversed and calibrating it should fix it. I would also look into any control panel settings or driver settings that your steering wheel may provide. Unfortunately, I don't have a wheel, but I know several people have had issues. To my knowledge, most of them are fixable through a combination of calibrating the axes in Supermodel or via driver/control panel settings in Windows.

Re: Brake pedal works but not Gas

PostPosted: Fri Jul 06, 2012 3:08 pm
by Rave_Racer
Yeah, I've gone through all of the tests.

I'm sure it's fixable in the ini, I just don't know the name of the pedal it wants. Tried lots of combinations:

JOY1_RZAXIS
JOY1_RZAXIS_INV
JOY1_ZAXIS
JOY1_ZAXIS_INV
JOY1_Z
JOY1_Z_INV
JOY1_AXIS1
JOY1_AXIS1_INV

I would have thought it was JOY1_UP, since brake is DOWN, but whatever it really is, it's probably simple, just not logical.

Also tried combinations of these numbers manually including adding "-":

InputJoy1RZMinVal = 32767
InputJoy1RZOffVal = 32767
InputJoy1RZMaxVal = -32768

And even changed the RZ to Z.

Re: Brake pedal works but not Gas

PostPosted: Fri Jul 06, 2012 3:30 pm
by Rave_Racer
Fixed!

I didn't see the post on the forum about the Supermodel SVN r250 build..

I tried that and without any setup, brake and gas were working, just the wrong pedals. There WERE up and down, even though I've tried that many times. Maybe it somehow never took effect on the other build?

Re: Brake pedal works but not Gas

PostPosted: Fri Jul 06, 2012 4:57 pm
by Rave_Racer
Ignore what I said, it doesn't work.

Current state is, InputAccelerator = "JOY1_UP" means my brake pedal will function properly as the accel.
If that said JOY1_DOWN, it would inverse that pedal and be on all the time without pressing.

I'm still looking for what this right pedal is called in Supermodel.

Re: Brake pedal works but not Gas

PostPosted: Fri Jul 06, 2012 5:02 pm
by Rave_Racer
Just as I write a post, I figure it out :/ I've been working on this for hours... Sorry for the mess.

FInally.

InputAccelerator = "JOY1_RZAXIS_NEG"
InputBrake = "JOY1_UP"

Re: Brake pedal works but not Gas

PostPosted: Sat Jul 07, 2012 7:48 pm
by Bart
Glad you got it sorted out!

Re: Brake pedal works but not Gas

PostPosted: Tue May 31, 2022 11:32 am
by Riddler2021
Thank you,
i needed help on this same question and this thread helped.

I have a Logitech G25 and my brake was not working.

it is now working when set to
InputAccelerator = "JOY1_YAXIS_NEG"
InputBrake = "JOY1_RZAXIS_NEG"