Community Forum

uvScroll speedRotating

Forum Overview >> Farming Simulator 19

CategoryFarming Simulator 19
Created04.04.2020 00:36


Dimitrije Dejanic (DXModding) 04.04.2020 00:36
can i make a chain uvScroll while moving,like a speedrotating part?

Luca Braun (Bigfarmer145) 16.04.2020 10:48
Hello,
Yes should be.
You can see all parameters in the speedRotatingParts.lua here:
https://gdn.giants-software.com/documentation_scripting_fs19.php?version=script&category=70&class=10587

You dont need to be a programmer to understand. Like on line 165 you can see that a "scrollScale" ist a possible parameter and needs 2 values. But it works only with a "shaderNode".

i have not tried it, but it could work like this:
<speedRotatingParts>
<!-- standard-->
<speedRotatingPart node="0>0" radius="0.22" groundReferenceNodeIndex="1" />
<!-- scolling part -->
<speedRotatingPart node="0>1" shaderNode="1" scrollScale="1 0" groundReferenceNodeIndex="1" />
</speedRotatingParts>




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