JakobTischler / MoreRealisticDLCs

A lua/xml project that adds MoreRealistic to the Farming Simulator DLCs
8 stars 0 forks source link

combines discharging pipe rotation #26

Closed quadural closed 10 years ago

quadural commented 10 years ago

any "farmer" that have drive a single time a combine know that being able to see the "pipe" while harvesting and discharging at the same time is quite useful. And so, on most modern combines, the pipe opened angle is greater than 90° This is also the case on the caseIH combine IRL. But this is not the case in-game... We can't see the pipe when driving with the in-cab view...

It would be great to be able to override the "pipe.state" rotation (and the "rotationSpeeds" too) Example on the 7545RTS "mr" :

<pipe numStates="2" unloadingStates="2" raycastNodeIndex="7|0" raycastDistance="6">
        <node index="7" rotationSpeeds="2.5 25 0">
            <state1 rotation="0 0 0"/>
            <state2 rotation="11 -110 0"/>
        </node>
</pipe>

PS : just making a vehicle "MR" is quite easy. (especially if we don't care about realism) Making a vehicle "real" is a lot of work.

JakobTischler commented 10 years ago

@quadural: please tell me if it's working correctly so I can close this issue.

quadural commented 10 years ago

perfect