Animated object

Your forum for all discussions around Modding.
michaelj15
Posts: 42
Joined: Sun Oct 13, 2013 12:10 pm

Animated object

Post by michaelj15 »

Hello everyone,

I have a question about the animated objects.

In my modding cowbarn the feeding robot opens automatic every hour two doors in the barn. (before leaving the vector garage).
Unfortunately the robot don't close the doors when it is finished. Any idea's? Below the line in the xml.

<feedingRobot linkNode="vectorGarage" class="FeedingRobot" filename="vectorGarage/lelyVectorGarage.xml">

<animatedObjects>
<animatedObject index="1" direction="1" />
<animatedObject index="8" direction="1" />
</animatedObjects>
</feedingRobot>


I have already make the xml like this below, but i doesn't work.
<animatedObjects>
<animatedObject index="1" direction="1" />
<animatedObject index="8" direction="1" />
<animatedObject index="1" direction="-1" />
<animatedObject index="8" direction="-1" />
</animatedObjects>