Advertisement
Guest User

Untitled

a guest
Dec 26th, 2014
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  3. <controllers>
  4. <ControllerConfiguration>
  5. <wrapper>KeyboardMouse</wrapper>
  6. <controllerIndex>0</controllerIndex>
  7. <isEnabled>true</isEnabled>
  8. <presets>
  9. <ControllerPreset>
  10. <name>New preset</name>
  11. <serializableDiscreteActionMap />
  12. <serialiazableContinuousActionMap />
  13. <serializableContinuousActionInvMap />
  14. </ControllerPreset>
  15. <ControllerPreset>
  16. <name>New preset</name>
  17. <serializableDiscreteActionMap />
  18. <serialiazableContinuousActionMap />
  19. <serializableContinuousActionInvMap />
  20. </ControllerPreset>
  21. </presets>
  22. <currentPreset>1</currentPreset>
  23. <analogInputCurve>XSquared</analogInputCurve>
  24. <treatHatsAsButtons>false</treatHatsAsButtons>
  25. <discreteActionStep>1</discreteActionStep>
  26. <incrementalActionSensitivity>1.5</incrementalActionSensitivity>
  27. <cameraSensitivity>0.05</cameraSensitivity>
  28. <manualDeadZones>false</manualDeadZones>
  29. <axisConfigurations>
  30. <AxisConfiguration>
  31. <m_PositiveDeadZone>0.108108111</m_PositiveDeadZone>
  32. <m_NegativeDeadZone>1</m_NegativeDeadZone>
  33. <m_Left>-0.000104166669</m_Left>
  34. <m_Identity>0</m_Identity>
  35. <m_Right>0.00192708336</m_Right>
  36. </AxisConfiguration>
  37. <AxisConfiguration>
  38. <m_PositiveDeadZone>0.111111119</m_PositiveDeadZone>
  39. <m_NegativeDeadZone>0.625</m_NegativeDeadZone>
  40. <m_Left>-0.00037037037</m_Left>
  41. <m_Identity>0</m_Identity>
  42. <m_Right>0.00125</m_Right>
  43. </AxisConfiguration>
  44. </axisConfigurations>
  45. </ControllerConfiguration>
  46. </controllers>
  47. </Configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement