Rotate autoload unload pose

Your forum for all discussions around Modding.
SimDala
Posts: 45
Joined: Tue Jun 15, 2021 5:52 pm
Location: Skellefteå, Sweden

Rotate autoload unload pose

Post by SimDala »

Does anyone here know the correct parameter to rotate the unload pose for autoload?

I've got this setup but the position is parallell to the machine and I want it to be perpendicular.

<AutoLoadWood SizeY="5" SizeX="10" Speed="500">
<woodTrigger xOff="1.2" yOff="-3" zOff="1.5" />
<fillPose xOff="0" yOff="-0.5" zOff="0" />
<unloadPose xOff="3.5" yOff="0" zOff="0" xRot="90"/>
<limitToLen minLen="2.5" maxLen="20" delimbOk="0" />
</AutoLoadWood>

I've tried things like xRot, yRot but no success with that.