Alors juste pour éclaircir, voilà le début du fichier "default.ini" du dossier controls.
Le début on s'en tamponne, c'est juste pour aider à trouver où sont les infos "vendor" et "product"
;
; Controller definition - new system since Racer v0.5.3 beta1.0
; 14-06-05: Created (RvG)
;
global
{
; Direct shifting to gears?
free_shifting=0
name=Racer controls - defined ingame by menu
}
controllers
{
;
; Controller types are recognized by their name (don't use double names)
; Types are: mouse, keyboard, joystick
; Proprietary types: motion_fcs, chair, pmd
; MotionFCS protocols; 0=Delft/Ecol, 1=Delft/Ecue, 2=Lobo/Ecol, 3=Lobo/Ecue, 4=Dubai/Ecol+Ecue
; Axes for MotionFCS: X=steer, Y=throttle, Z=brake, RX=clutch
;
mouse
{
; Fallback to mouse control
enable=1
; Time per update (ms)
time_per_update_in=10
time_per_update_out=10
; Controls
shiftup
{
button=0
}
clutch
{
button=1
}
shiftdown
{
button=2
}
throttle
{
axis=y
min=-1000
max=0
negate=1
linearity=1.000000
}
brakes
{
axis=y
min=0
max=1000
negate=0
linearity=1.000000
}
steerleft
{
axis=x
min=-1000
max=0
linearity=0.400000
button=-1
pov=-1
negate=1
make_analog=0
sensitivity_rise=5.000000
sensitivity_fall=50.000000
}
steerright
{
axis=x
min=0
max=1000
linearity=0.400000
button=-1
pov=-1
negate=0
make_analog=0
sensitivity_rise=5.000000
sensitivity_fall=50.000000
}
}
keyboard
{
horn
{
key=h
}
starter
{
key=s
}
enable=1
}
joystick
{
enable=1
; Index in the list of game controllers
index=0
product=51715
vendor=1133
C'est là !!!! La ligne juste en haut du smiley !!