Community Forum

Lowering sprayer arm

Forum Overview >> Farming Simulator 19

CategoryFarming Simulator 19
Created01.07.2019 18:41


Justin Craig Gilbertson (gilbyson200) 01.07.2019 18:41
Hello all,
I recently made a side dress trailer for FS19. I have it unfolding properly and it unfolds to the raised position. I then need to lower it to contact the ground but I have no option (v) to lower the tool. I am not sure how to script this if anyone can help.

Bilbo Beutlin (BBeutlin) 01.07.2019 18:54
Sprayers usually don't have an 2-step up-down function, but a stepless positioning, controlled by mouse or keys.
It needs the specialization 'movingTools' and according <movingTools> and <animation> entries in xml.
See a default sprayer for reference.

Lorenzos (lorenzoita) 02.07.2019 00:13
If you want to lower the tool you just need to add ` allowsLowering="true" ` in inputAttacherJoint tags like this:

<inputAttacherJoints>
<inputAttacherJoint node="attacherJoint" jointType="implement" topReferenceNode="topReferenceNode" allowsLowering="true" lowerRotLimitScale="0 0 0" upperRotationOffset="15" lowerRotationOffset="-5">
<distanceToGround lower="0.6" upper="1.85" />
</inputAttacherJoint>
</inputAttacherJoints>


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