Advertisement
Zor1n

Frontpakker fix

Jan 19th, 2019
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. Original:
  2. <movingTools>
  3. <movingTool node="0>0|6" playSound="true">
  4. <controls axis="AXIS_CRANE_ARM" invertAxis="false" mouseSpeedFactor="0.6"/>
  5. <rotation rotSpeed="40" rotAcceleration="170" rotMax="0" rotMin="-180" rotationAxis="3" startRot="0"/>
  6. <dependentPart node="0>0|4"/>
  7. </movingTool>
  8. <movingTool node="0>0|6|2|0|3|0">
  9. <controls axis="AXIS_CRANE_ARM" invertAxis="false" mouseSpeedFactor="0.6"/>
  10. <rotation rotSpeed="40" rotAcceleration="170" rotMax="90" rotMin="-90" rotationAxis="3" startRot="90"/>
  11. </movingTool>
  12. <movingTool node="0>0|6|2|0" playSound="true">
  13. <controls axis="AXIS_CRANE_ARM2" invertAxis="false" mouseSpeedFactor="0.5"/>
  14. <translation transSpeed="0.6" transAcceleration="60" transMax="0" transMin="-0.6" translationAxis="1"/>
  15. </movingTool>
  16. </movingTools>
  17.  
  18. Fixet:
  19. <movingTools>
  20. <movingTool node="0>0|6" playSound="true">
  21. <controls axis="AXIS_CRANE_ARM" invertAxis="false" mouseSpeedFactor="0.6"/>
  22. <rotation rotSpeed="40" rotAcceleration="170" rotMax="0" rotMin="-180" rotationAxis="3" startRot="0"/>
  23. <dependentPart node="0>0|4"/>
  24. <dependentMovingTool node="0>0|6|2|0|3|0" speedScale="1" />
  25. </movingTool>
  26. <movingTool node="0>0|6|2|0|3|0">
  27. <rotation rotSpeed="40" rotAcceleration="170" rotMax="90" rotMin="-90" rotationAxis="3" startRot="90"/>
  28. </movingTool>
  29. <movingTool node="0>0|6|2|0" playSound="true">
  30. <controls axis="AXIS_CRANE_ARM2" invertAxis="false" mouseSpeedFactor="0.5"/>
  31. <translation transSpeed="0.6" transAcceleration="60" transMax="0" transMin="-0.6" translationAxis="1"/>
  32. </movingTool>
  33. </movingTools>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement