Community Forum

Animated Object Problem

Forum Overview >> Farming Simulator 19

CategoryFarming Simulator 19
Created26.03.2019 11:24


Mathew Steel (Diesaster) 26.03.2019 11:24
Hello,

i have a Problem with my hall. I am trying to animate these. But i am getting an Error shown below

2019-03-25 18:11 Error: C:/Users/XXX/Documents/My Games/FarmingSimulator2019/mods/FS19_Stappenbach/placeables/Unterharnsbach/bgaHalle/hall.xml. time. .

In the following i post the code for animated Object.

<animatedObject saveId="door_BGA_002" >
<controls triggerNode="8|1|0" posAction="ACTIVATE_HANDTOOL" posText="action_doorOpen" negText="action_doorClosed" />
<animation duration="6">
<part node="8|1|1|0"> <!--handle-->
<keyFrame time="0.0" translation="0 -0.057 0.986" rotation "0 0 0"/>
<keyFrame time="0.2" translation="0 -0.057 0.986" rotation "-25 0 0"/>
<keyFrame time="1" translation="0 -0.057 0.986" rotation "0 0 0"/>
</part>
<part node="8|1|1"> <!--door-->
<keyFrame time="0.0" translation="0 0 0" rotation "0 0 0"/>
<keyFrame time="1" translation="0 0 0" rotation "0 90 0"/>
</part>
</animation>

</animatedObject>

Does someone have an idea what is wrong there?

Thanks

Greets

Bilbo Beutlin (BBeutlin) 27.03.2019 03:33
No exact hint. But study the LUADOC Objects -> AnimatedObject to get an idea what's wrong.


Note: Log in to post. Create a new account here.