Difference between revisions of "ChProPedals"

From Silent Wings Wiki
Jump to: navigation, search
(CH Pro Pedals)
(CH Pro Pedals)
Line 18: Line 18:
  
 
   device {
 
   device {
  name = CH PRO PEDALS USB  
+
    name = CH PRO PEDALS USB  
  axis {
+
    axis {
 
       func    = rudder
 
       func    = rudder
 
       id      = 2
 
       id      = 2
Line 25: Line 25:
 
       exponential = false
 
       exponential = false
 
       deadzone    = 0
 
       deadzone    = 0
 +
    }
 
   }
 
   }
   }
+
    
 
 
 
   device {
 
   device {
  name = CH PRO PEDALS USB
+
    name = CH PRO PEDALS USB
  axis {
+
    axis {
 
       func    = rudder
 
       func    = rudder
 
       id      = 2
 
       id      = 2
Line 36: Line 36:
 
       exponential = false
 
       exponential = false
 
       deadzone    = 0
 
       deadzone    = 0
  }
+
    }
 
   }
 
   }

Revision as of 15:15, 29 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
    }
  }