Anybody know why force feedback in model2 only turns one direction? Also, no centering feedback at all.
Strange. It works fine with other games?
Post your emulator.ini file from your model 2 folder.
If the issue is limited to Model 2, the answer has to be in that ini file.
Yeah the problem is just with model 2 and only since I switched to the immersion board. Here are my ini settings regardless..
Input]
XInput=0 ;Enable support for Xbox360 compatible devices
EnableFF=1 ;Enable Force Feedback Effects
HoldGears=0 ;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)
;FORCE EFFECTS PARAMETERS
;FE_CENTERING Effect (Spring centering effect)
FE_CENTERING_Gain=10000 ;Global gain
FE_CENTERING_Coefficient=10000 ;0-10000
FE_CENTERING_Saturation=10000 ;0-10000
FE_CENTERING_Deadband=10 ;10%
;FE_CLUTCH Effect (Friction, wheel turn hardness)
FE_CLUTCH_Gain=1.0 ;Global gain
FE_CLUTCH_Coefficient=10000 ;0-10000
;FE_LEFT,FE_RIGHT (Constant force in a direction)
FE_LEFT_Gain=1.0 ;Global gain
FE_LEFT_Magnitude=10000 ;0-10000
FE_RIGHT_Gain=1.0 ;Global gain
FE_RIGHT_Magnitude=10000 ;0-10000
;FE_UNCENTERING (Sine force, wave the wheel, rumble)
FE_UNCENTERING_Gain=1.0 ;Global gain
FE_UNCENTERING_Magnitude=10000 ;0-10000
FE_UNCENTERING_Offset=-200
FE_UNCENTERING_Phase=0
FE_UNCENTERING_Period=56000