Kinze 3600 WIP

User avatar
Colt45
Posts: 4
Joined: Thu Oct 11, 2018 3:48 pm

Kinze 3600 WIP

Post by Colt45 »

This is my first planter mod so far in the previous version I didn't include components to make it flexible. However in this version I wanted to make the planter flexible. The problem is that I cant get the wings to follow the center during the folding animation. In the previous version the wings were children of the center. Now they are separate components. I believe I need to use movingtools for this but cant get it to work right. Any help with this problem is appreciated. *thumbsup* Here is a video I posted of the current state of the mod.
https://youtu.be/7QmyDB-pEFw

Edit don_apple: moved from german to english section.
User avatar
da-hoffi
Posts: 519
Joined: Fri Aug 15, 2014 8:47 am
Contact:

Re: Kinze 3600 WIP

Post by da-hoffi »

You're right with assuming it has to do with movingTools

Try this

<movingTool index="0>1">
<componentJoint index="0" anchorActor="0"/>
</movingTool>

First index: Index of your ComponentJoint-transform group
secound index: number of your componentJoint (if it's your first joint -> 0, if it's the secound -> 1, etc)

Then of cause you need to setup those compjoints but I assume you already did that
User avatar
Colt45
Posts: 4
Joined: Thu Oct 11, 2018 3:48 pm

Re: Kinze 3600 WIP

Post by Colt45 »

Thank you for the suggestion. It kinda worked now the wings are stuck in a half folded place. this is a video of what it looks like now. I will post my xml file latter because I may be missing something.
https://youtu.be/zsTL5YO55DM
Post Reply