Community Forum

movingTool rotation resets after going in and out of save game

Forum Overview >> Farming Simulator 19

CategoryFarming Simulator 19
Created20.03.2022 03:13


Lost Virtual (lostvirtual) 20.03.2022 03:21
Hello. I recently started to use the AGM Front Loader And BigBags Pack on modhub and I noticed AXIS_FRONTLOADER_TOOL resets when I go in and out of my savegames as seen in these pictures...

before leaving my save game...
https://imgur.com/xHqH7Me

and coming back to my save game
https://imgur.com/KwKQdDP

Both the vanilla and some other modded front loaders don't seem have this problem.
I've looked in both the xml and i3d files and can't figure out what's wrong.

Could someone please help me with this?

link to the mod https://www.farming-simulator.com/mod.php?lang=en&country=us&mod_id=211938&title=fs2019

Lost Virtual (lostvirtual) 21.03.2022 22:59
Update. Got it fixed! I had to change the rotmax and rotmin for AXIS_FRONTLOADER_TOOL

From


<movingTool node="0>4|2|0|0|0" delayedNode="0>4|0|4|0|7|1">
<controls axis="AXIS_FRONTLOADER_TOOL" invertAxis="true" mouseSpeedFactor="0.7" iconName="FRONTLOADER_ARM_ROTATE_TOOL"/>
<attacherJoint jointIndices="1"/>
<rotation rotSpeed="100" rotAcceleration="300" ---> rotMax="-18.052" rotMin="83.215" <--- startRot="0" syncMaxRotLimits="true"/>
</movingTool>
to


<movingTool node="0>4|2|0|0|0" delayedNode="0>4|0|4|0|7|0|0" playSound="true">
<controls axis="AXIS_FRONTLOADER_TOOL" invertAxis="true" mouseSpeedFactor="0.7" iconName="FRONTLOADER_ARM_ROTATE_TOOL"/>
<attacherJoint jointIndices="1"/>
<rotation rotSpeed="100" rotAcceleration="300" ---> rotMax="83" rotMin="-18" <--- startRot="0" syncMaxRotLimits="true"/>
</movingTool>

Hopefully if someone else has this issue this will help them!



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