Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
645
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. --G25 Bodnar Pedals
  2. {
  3. GUID ={ 269229522 },
  4. Axis =
  5. {
  6. --Acceleration
  7. {
  8. ControlId = GenericDeviceControlId.I_ICI_GENERICDEVICE_AXIS2_X,
  9. DIAxis = DirectInputState.AxislRx,
  10. Filter = FilterType.InvertMaxDefaultStick,
  11. },
  12.  
  13. --Brake
  14. {
  15. ControlId = GenericDeviceControlId.I_ICI_GENERICDEVICE_AXIS2_Y,
  16. DIAxis = DirectInputState.AxislRy,
  17. Filter = FilterType.InvertMaxDefaultStick,
  18. },
  19.  
  20. --Clutch
  21. {
  22. ControlId = GenericDeviceControlId.I_ICI_GENERICDEVICE_AXIS3_X,
  23. DIAxis = DirectInputState.AxislRz,
  24. Filter = FilterType.InvertMaxDefaultStick,
  25. },
  26. },
  27. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement