Difference between revisions of "ChProPedals"

From Silent Wings Wiki
Jump to: navigation, search
(CH Pro Pedals)
Line 12: Line 12:
 
[[Category:Hardware]]
 
[[Category:Hardware]]
  
CH Pro Pedals does not work with SilentWings for Mac. This issue of software (which is a beta) can detect the Ch Pro Pedals but does not memorize the input.
+
CH Pro Pedals does not work with SilentWings for Mac. This issue of software (which is a beta) can detect the Ch Pro Pedals but it seems that it does not memorize the input.
 +
 
 +
In fact, it appears twice in the file joystick.dat :
 +
 
 +
device {
 +
  name = CH PRO PEDALS USB
 +
  axis {
 +
      func    = rudder
 +
      id      = 2
 +
      reverse = false
 +
      exponential = false
 +
      deadzone    = 0
 +
  }
 +
}
 +
 
 +
device {
 +
  name = CH PRO PEDALS USB
 +
  axis {
 +
      func    = rudder
 +
      id      = 2
 +
      reverse = false
 +
      exponential = false
 +
      deadzone    = 0
 +
  }

Revision as of 18:27, 17 April 2007

CH Pro Pedals

For some time, these pedals were the only affordable ones. In the SilentWings forum, there have been complaints about the spring loading, which seems to be too high.

Some people have modified their CH pedals to get better results.

[I've never used CH pedals, please improve this page]

CH Pro Pedals does not work with SilentWings for Mac. This issue of software (which is a beta) can detect the Ch Pro Pedals but it seems that it does not memorize the input.

In fact, it appears twice in the file joystick.dat :

device {

  name = CH PRO PEDALS USB 
  axis {
      func    = rudder
      id      = 2
      reverse = false
      exponential = false
      deadzone    = 0
  }

}

device {

  name = CH PRO PEDALS USB
  axis {
      func    = rudder
      id      = 2
      reverse = false
      exponential = false
      deadzone    = 0
  }