Please or Register to create posts and topics.

Parenting prop_dynamic_override to prop_physics

I have a problem involving a prop_dynamic_override parented to a prop_physics. It works completely fine when the physics object is moved in a linear direction across the X or Y, but when The player picks it up and rotates it (That is, picks it up and moves his view), it moves an absurd distance with very little explanation as to why. Does anyone know why this would be and/or how to fix this?

EDIT: I've found out why it is (When the object is rotated, the child will orbit the object at the offset distance) Is there anyway to stop it from doing this?

A logic_measure_movement is the closest thing I can think of.

Many thanks to you.

I don't know if this has been resolved, but would a phys_lengthconstraint be any use? LMM's apparently don't update collision physics.

Doesn't really matter, I didn't need collisions to update. But that would be a better option if you needed collisions to update.