Community Forum

mod error

Forum Overview >> Farming Simulator 15

CategoryFarming Simulator 15
Created07.12.2014 12:33


John Pako (logic321) 07.12.2014 12:34
anyone knows what this error means and how to fix it please

Warning (physics): Setting pair collision on actors which already have a constraint

Emil Drefers (Unknown) 08.12.2014 09:54
Hi,

in the components section you can have entries like the following one:
<collisionPair component1="0" component2="3" enabled="false" />

<components count="X">
.........
.......
<collisionPair component1="0" component2="3" enabled="false" />
</components>

The error message tells you that one (or more?) entries of that type are not necessary, because the components of this entry already have constraints.
The constraints are made by a joint, which turns off the collision detection between theses two objects (only by default)

Cheers,
Emil


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