Seeder not lowering boom script issue - Please help!!!

Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

    I have added part of the script to see if anyone can see anything obvious.

    Quellcode

    1. <! - Folding Addins ->
    2. <foldingParts startMove direction = "1">
    3. <foldingPart component joint index = "0" anchor actor = "0" animation name = "rightFold" speed scale = "0.95" />
    4. <foldingPart component joint index = "1" anchor actor = "0" animation name = "leftFold" speed scale = "0.9" />
    5. </ foldingParts>
    6. <animation>
    7. <animation name = "rightFold">
    8. <part node = "0> 4" startTime = "0" endTime = "10.0" startRot = "0 0 0" endRot = "0 0 -90" />
    9. <part node = "0> 4 | 24" startTime = "1" endTime = "11.0" startRot = "0 0 0" endRot = "0 0 -130" />
    10. </ animation>
    11. <animation name = "leftFold">
    12. <part node = "0> 5" startTime = "0" endTime = "10.0" startRot = "0 0 0" endRot = "0 0 90" />
    13. <part node = "0> 5 | 25" startTime = "1" endTime = "11.0" startRot = "0 0 0" endRot = "0 0 90" />
    14. </ animation>
    15. <animation name = "Lower animation">
    16. <part node = "0> 4 | 3" startTime = "0" endTime = "2" startRot = "30 0 0" endRot = "0 0 0" />
    17. <part node = "0> 4 | 4" startTime = "0" endTime = "2" startRot = "30 0 0" endRot = "0 0 0" />
    18. <part node = "0> 6 | 1" startTime = "0" endTime = "2" startRot = "30 0 0" endRot = "0 0 0" />
    19. <part node = "0> 6 | 0" startTime = "0" endTime = "2" startRot = "30 0 0" endRot = "0 0 0" />
    20. <part node = "0> 5 | 3" startTime = "0" endTime = "2" startRot = "30 0 0" endRot = "0 0 0" />
    21. <part node = "0> 5 | 4" startTime = "0" endTime = "2" startRot = "30 0 0" endRot = "0 0 0" />
    22. <part node = "0> 4 | 24 | 3" startTime = "0" endTime = "2" startRot = "30 0 0" endRot = "0 0 0" />
    23. <part node = "0> 4 | 24 | 4" startTime = "0" endTime = "2" startRot = "30 0 0" endRot = "0 0 0" />
    24. <part node = "0> 5 | 25 | 4" startTime = "0" endTime = "2" startRot = "30 0 0" endRot = "0 0 0" />
    25. <part node = "0> 5 | 25 | 3" startTime = "0" endTime = "2" startRot = "30 0 0" endRot = "0 0 0" />
    26. </ animation>
    27. <animation name = "move support">
    28. <part node = "3> 1 | 0" startTime = "0" endTime = "0.8" StartTransaction = "0257 -0181 -0006" endTrans = "0257 -0472 -0006" />
    29. </ animation>
    30. </ animations>
    31. <support animation name = "move support" />
    32. <! -
    33. <Lower animation name = "Lower animation" speed = "2" showHelp = "true" />
    34. ->
    35. <! - Addins folding end ->
    36. <washable dirtDuration = "120" washDuration = "1" workMultiplier = "4" />
    37. <schema overlay file = "$ dataS2 / menu / schemas / implementSchema.png" fileSelected = "$ dataS2 / menu / schemas / implementSchemaSelected.png" fileTurnedOn = "$ dataS2 / menu / schemas / implementSchemaTurnedOn.png" fileSelectedTurnedOn = "$ dataS2 / menu / schemas / implementSchemaSelectedTurnedOn.png "width =" 0.5 "height =" 0.5 "attacherJointPosition =" 0 0 "/>
    38. </ vehicle>
    Alles anzeigen

    The XML.
    Okay I have fixed the issue of the seeder boom not lowering!!!

    Here is the new script for both machines.

    It was in the .xml not the .lua. We had to take out <!-- in the script to allow it to read.
    Dateien