Community Forum

Vehicle with joint is not working, only the 1st part is loaded on game

Forum Overview >> Farming Simulator 19

CategoryFarming Simulator 19
Created28.11.2021 03:58


Rubens De Moraes (Rhubens) 28.11.2021 03:58
<components count="2">
<component centerOfMass="0 0.95 0" solverIterationCount="10" mass="17430"/>
<component centerOfMass="0 1.25 -0.2" solverIterationCount="10"/>
<joint component1="0" component2="1" node="0>15" rotLimit="2 0 0" transLimit="0 0 0"/> (THIS LINE IS NOT WORKING)
</components>

I have a vehicle with 2 pieces united, but even with the code above, only the first piece appears on the game, I already revised the code but cant find why this is happening

Bilbo Beutlin (BBeutlin) 28.11.2021 13:11
Obviously the i3d could not be loaded completely.
Look into the game log. There should be error messages with hints what to fix.
What is wrong in your <components>
1. all indices begin with 1, it must be <joint component1="1" component2="2" ..
2. your second <component> needs a 'mass' definition.

Rubens De Moraes (Rhubens) 28.11.2021 15:19
Error: Joint actor 'WorkCamera' is not a rigid body.

I could see only this message that could be related with the problem

Bilbo Beutlin (BBeutlin) 28.11.2021 15:33
That means you don't have a valid second main component in your i3d (apart from your 'WorkCamera')


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