Page 1 of 1

Animated object

Posted: Tue Jan 31, 2023 10:06 am
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>