have a MS non-ff wheel, ActLab pedals, and USB GPL Shifter. Anyone
have a similar setup to mine and wouldn't mind sharing their control
set?
This is mine but it doesn't seem to work. My AL pedals are ID#1,
Shifter is ID#2, and wheel is ID#3 in the games control panel of
win98se.
misc
{
displayname=My Setup
controllers
{
; How many controllers to use from this list?
count=3
; Define all controllers
controller0
{
; Main controller
; Index in the list of game controllers
index=0
force_feedback=0
deadzone=0
}
// Other controllers you want to include
controller1
{
index=1
force_feedback=0
}
controller2
{
index=2
force_feedback=0
}
controls
{
; Vehicle control
steerleft
{
; Index intro controller list from above section (default is 0)
controller=2
axis=x
min=0
max=-1000
}
steerright
{
axis=x
min=0
max=1000
}
throttle
{
controller=0
axis=y
min=800
max=-800
}
brakes
{
; RvG, 8-8-01: the non-FF MSFF wheels seem
; to use axis Y, not RZ
;axis=rz
controller=0
axis=y
min=800
max=-800
}
shiftup
{
controller=2
button=7
}
shiftdown
{
controller=2
button=6
}
clutch
{
controller=0
axis=z
min=800
max=-800
negate=1
}