Neutral shift not working with G25/27!??

Discuss Supermodel and your favorite Model 3 games. Show off your latest threads, this is the place to see and be seen.
Forum rules
Keep it classy!

  • No ROM requests or links.
  • Do not ask to be a play tester.
  • Do not ask about release dates.
  • No drama!

Neutral shift not working with G25/27!??

Postby TheSupermodel3 » Wed Sep 28, 2011 7:33 pm

Hi guys!! :)

I tried to set neutral shift in supermodel.ini but it is not working!

here setting of my G27 H shifter:
____________________________________

; Manual transmission
InputGearShift1 = "KEY_Q,JOY1_BUTTON9"
InputGearShift2 = "KEY_W,JOY1_BUTTON10"
InputGearShift3 = "KEY_E,JOY1_BUTTON11"
InputGearShift4 = "KEY_R,JOY1_BUTTON12"
InputGearShiftN = "KEY_T"
InputGearShiftUp = "NONE" ; sequential shift up
InputGearShiftDown = "NONE" ; sequential shift down



I tried to do this: InputGearShiftN = "KEY_T,JOY1_BUTTON0" (in xpadder G27 propriety ,neutral shift= BUTTON0!)

...but it is not working


Is it necessary to press something or what?

Neutral shift is working good for Sega rally in nebulamodel2 emulator v1.0 without pressing nothing!

You can read this in the emulator.ini of M2emulator:


[Input]
XInput=0 ;Enable support for Xbox360 compatible devices
EnableFF=1 ;Enable Force Feedback Effects
HoldGears=1 ;Set to 1 to return to Neutral in driving games when the gear shift key is released
UseRawInput=0 ;Read mouse through Rawinput, allowing 2 mice
RawDevP1=0 ;Assign specific RawInput devices to players. If you have more than 2 mice
RawDevP2=1 ;set which one is assigned to each player (0-based)

Can you help me please guys? :D
- os: 7 /64 bits
- I5 2500k @ 4.5 ghz
- Sapphire HD 7970 @ 1150/1800 mhz
- 8go kingston DDR3 1600 mhz
- ssd crucial m4 128go
- AKASA venom 750 W
- xbox360 wireless pad + Fanatec csr wheel+ G27+ems top gun...
- LED 1080p Samsung 46"
User avatar
TheSupermodel3
 
Posts: 82
Joined: Sat Sep 24, 2011 5:12 pm
Location: France

Re: Neutral shift not working with G25/27!??

Postby Bart » Wed Sep 28, 2011 7:42 pm

TheSupermodel3 wrote:Is it necessary to press something or what?


Well yeah, of course. It's necessary to press the neutral button you mapped. Press button 0 (whatever it is) or 'T' and see what happens. Also, paste your config file (yes, the whole thing) here so I can verify you didn't do something wrong.
User avatar
Bart
Site Admin
 
Posts: 3086
Joined: Thu Sep 01, 2011 2:13 pm
Location: Reno, Nevada

Re: Neutral shift not working with G25/27!??

Postby TheSupermodel3 » Wed Sep 28, 2011 9:05 pm

Bart wrote:
TheSupermodel3 wrote:Is it necessary to press something or what?


Well yeah, of course. It's necessary to press the neutral button you mapped. Press button 0 (whatever it is) or 'T' and see what happens. Also, paste your config file (yes, the whole thing) here so I can verify you didn't do something wrong.



Lol!i posted you the .ini from M2emulator and inside,you can read this line:"

" HoldGears=1 ;Set to 1 to return to Neutral in driving games when the gear shift key is released"

Neutral shift is working good for Sega rally1 in nebulamodel2 emulator v1.0 without pressing or mapping nothing!
I think it is possible with a specifique command line,isnt it?

You dont understand me,i would like to press nothing (like a real H shifter car you know!)

first gear-----neutral-----second----neutral----third...etc
I think Elsemi done it with a script or something like that!
Thanks a lot Bart. :D
- os: 7 /64 bits
- I5 2500k @ 4.5 ghz
- Sapphire HD 7970 @ 1150/1800 mhz
- 8go kingston DDR3 1600 mhz
- ssd crucial m4 128go
- AKASA venom 750 W
- xbox360 wireless pad + Fanatec csr wheel+ G27+ems top gun...
- LED 1080p Samsung 46"
User avatar
TheSupermodel3
 
Posts: 82
Joined: Sat Sep 24, 2011 5:12 pm
Location: France

Re: Neutral shift not working with G25/27!??

Postby Bart » Wed Sep 28, 2011 9:48 pm

Why do you need neutral anyway? Is it used in gameplay? I only provided it for the sake of completeness.

We used to have sticky gears, where it was neutral by default and if you pressed the same gear button a second time, you'd go to neutral (and, if you switched away into the neutral position on a gearbox, it would deselect all gears and go to neutral) but this would cause problems on gearboxes with glitchy switches.

So now neutral is mapped to a button, which is what I was told ElSemi's emulator does.

You might be able to combine ! and + so that neutral is selected when none of the other gears are. I'm not sure if Nik's parser can handle that combination but it's worth a try:

InputGearShift1 = "KEY_Q"
InputGearShift2 = "KEY_W"
InputGearShift3 = "KEY_E"
InputGearShift4 = "KEY_R"
InputGearShiftN = "!KEY_Q+!KEY_W+!KEY_E+!KEY_R"

As soon as you let go of one of the gear buttons, it will end up in neutral. Not quite sticky gears, but close, and maybe what you want.
User avatar
Bart
Site Admin
 
Posts: 3086
Joined: Thu Sep 01, 2011 2:13 pm
Location: Reno, Nevada

Re: Neutral shift not working with G25/27!??

Postby Groni » Wed Sep 28, 2011 10:44 pm

Bart wrote:InputGearShift1 = "KEY_Q"
InputGearShift2 = "KEY_W"
InputGearShift3 = "KEY_E"
InputGearShift4 = "KEY_R"
InputGearShiftN = "!KEY_Q+!KEY_W+!KEY_E+!KEY_R"

As soon as you let go of one of the gear buttons, it will end up in neutral. Not quite sticky gears, but close, and maybe what you want.


This would be a perfect Solution even for the Gearbox :) I will try it later to see if that works :)
ARCADE ARE NOT ONLY GAMES...IT IS A FEELING!!!
User avatar
Groni
 
Posts: 39
Joined: Thu Sep 22, 2011 2:41 pm

Re: Neutral shift not working with G25/27!??

Postby nikdd » Wed Sep 28, 2011 11:51 pm

Bart wrote:I'm not sure if Nik's parser can handle that combination but it's worth a try:

InputGearShift1 = "KEY_Q"
InputGearShift2 = "KEY_W"
InputGearShift3 = "KEY_E"
InputGearShift4 = "KEY_R"
InputGearShiftN = "!KEY_Q+!KEY_W+!KEY_E+!KEY_R"


Hi Bart,

Yes, the parser will handle this no problem. This will cause InputGearShiftN to be active whenever none of the other inputs are active, which I think is what you wanted.

Cheers, Nik.
nikdd
 
Posts: 180
Joined: Fri Sep 02, 2011 10:39 am
Location: London

Re: Neutral shift not working with G25/27!??

Postby isamu » Thu Sep 29, 2011 12:30 am

This is indeed what the OP as well as myself wants so thank you Bart for the heads up on that. Great solution for those of us with true H-Gated shifters 8-)
isamu
 
Posts: 330
Joined: Sun Sep 25, 2011 4:12 am

Re: Neutral shift not working with G25/27!??

Postby TheSupermodel3 » Thu Sep 29, 2011 3:32 am

nikdd wrote:
Bart wrote:I'm not sure if Nik's parser can handle that combination but it's worth a try:

InputGearShift1 = "KEY_Q"
InputGearShift2 = "KEY_W"
InputGearShift3 = "KEY_E"
InputGearShift4 = "KEY_R"
InputGearShiftN = "!KEY_Q+!KEY_W+!KEY_E+!KEY_R"


Hi Bart,

Yes, the parser will handle this no problem. This will cause InputGearShiftN to be active whenever none of the other inputs are active, which I think is what you wanted.

Cheers, Nik.




I wrote this : InputGearShiftN = "!KEY_Q+!KEY_W+!KEY_E+!KEY_R" but not working perfect!

Is it realy the exact thing to write???

When i begin a race with manual transmission ,it's starting with neutral("N")...but when a gear is done ,the"N" disappears!

Thanks guys! :)
- os: 7 /64 bits
- I5 2500k @ 4.5 ghz
- Sapphire HD 7970 @ 1150/1800 mhz
- 8go kingston DDR3 1600 mhz
- ssd crucial m4 128go
- AKASA venom 750 W
- xbox360 wireless pad + Fanatec csr wheel+ G27+ems top gun...
- LED 1080p Samsung 46"
User avatar
TheSupermodel3
 
Posts: 82
Joined: Sat Sep 24, 2011 5:12 pm
Location: France

Re: Neutral shift not working with G25/27!??

Postby nikdd » Thu Sep 29, 2011 6:11 am

TheSupermodel3 wrote:I wrote this : InputGearShiftN = "!KEY_Q+!KEY_W+!KEY_E+!KEY_R" but not working perfect!

Is it realy the exact thing to write???


This is the correct thing to write as far as the input parser is concerned. It means InputGearShiftN will be active whenever none of the keys are pressed, ie the gear will be neutral unless you are holding down one of Q, W, E, R.

Whether that's what you want or not, I don't know :-) !? Perhaps you could explain again what you are trying to achieve?

Thanks, Nik.
nikdd
 
Posts: 180
Joined: Fri Sep 02, 2011 10:39 am
Location: London

Re: Neutral shift not working with G25/27!??

Postby Ganondorf » Thu Sep 29, 2011 9:38 am

A slightly unrelated error, but still relevant to G25 gear shifters. My wheel only reports as having 12 buttons in the Windows Control Panel, and so gears 1 and 2 are detected, but no more. I can use that particular shifter on the PS3 fine, and games that use the shifter such as Gran Turismo 5 have no problem using all six gears. For some reason, my shifter only has 2 on a PC. I can use the sequential shifter and the paddle shifters fine, but I'd much rather have all 4 gears at my disposal, as opposed to having to shift sequentially through gears to drift.

I have been trying to locate the latest download for Logitech Control Center drivers, as I have not updated them in a while, but I can only find a download for the Mac OSX version of the Control Center.
Ah ha ha ha ha! (Ganondorf, SSBM.)
Ganondorf
 
Posts: 38
Joined: Sun Sep 25, 2011 10:17 am

Next

Return to The Catwalk

Who is online

Users browsing this forum: No registered users and 1 guest

cron