genold.xml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <PropertyList>
  3. <path>clutch.ac</path>
  4. <animation>
  5. <object-name>Clutch.guard</object-name>
  6. <object-name>Clutch.switch</object-name>
  7. </animation>
  8. <animation>
  9. <type>pick</type>
  10. <object-name>Clutch.guard</object-name>
  11. <action>
  12. <button>0</button>
  13. <binding>
  14. <command>property-toggle</command>
  15. <property>controls/engines/engine/clutchguard</property>
  16. </binding>
  17. <!--<binding>
  18. <command>property-toggle</command>
  19. <property>sim/model/sound/click</property>
  20. </binding>-->
  21. </action>
  22. </animation>
  23. <animation>
  24. <type>pick</type>
  25. <object-name>Clutch.switch</object-name>
  26. <action>
  27. <condition>
  28. <equals>
  29. <property>controls/engines/engine/clutchguard</property>
  30. <value>1</value>
  31. </equals>
  32. </condition>
  33. <button>0</button>
  34. <binding>
  35. <command>property-toggle</command>
  36. <property>controls/engines/engine/clutch</property>
  37. </binding>
  38. <binding>
  39. <command>property-toggle</command>
  40. <property>sim/model/sound/click</property>
  41. </binding>
  42. </action>
  43. </animation>
  44. <animation>
  45. <type>rotate</type>
  46. <object-name>Clutch.guard</object-name>
  47. <property>controls/engines/engine/clutchguard</property>
  48. <factor> -80 </factor>
  49. <center>
  50. <x-m> 0.001 </x-m>
  51. <y-m> 0.000 </y-m>
  52. <z-m> -0.013 </z-m>
  53. </center>
  54. <axis>
  55. <x> 0 </x>
  56. <y> -1 </y>
  57. <z> 0 </z>
  58. </axis>
  59. </animation>
  60. <animation>
  61. <type>rotate</type>
  62. <object-name>Clutch.switch</object-name>
  63. <property>controls/engines/engine/clutch</property>
  64. <factor> 30 </factor>
  65. <axis>
  66. <x> 0 </x>
  67. <y> -1 </y>
  68. <z> 0 </z>
  69. </axis>
  70. </animation>
  71. </PropertyList>