Community Forum

Moving Tool Among the z axis

Forum Overview >> Farming Simulator 15

CategoryFarming Simulator 15
Created27.05.2016 16:33


Noah Rausch (Unknown) 27.05.2016 16:37
Hello, I have been working on a mod (truck) for a while and I just cannot seem to be able to find how to have a moving tool among the z axis. I have done the moving hood, so the hood can go up and down through mouse controls, but I have been trying or a while to make the mirrors go up and down (z axis), drivers side has to rotate from -90 to 0, and passengers has to rotate from 90 to 0. Does anybody know how to do this or script it if needed? Thanks anyways!

Emil Drefers (Unknown) 30.05.2016 07:24
Hi,

you can define the axis which is used for the translation or rotation.

e.g.
<movingTool index="...." rotSpeed="10" rotAcceleration="100" rotMax="90" rotMin="0" startRot="45" rotationAxis="3" .... />

Cheers,
Emil


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