JakobTischler / MoreRealisticDLCs

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

attacherJoint not taken into account for steerable #2

Closed quadural closed 10 years ago

quadural commented 10 years ago

addMoreRealistic.lua line 552

replace

local jointType = getXMLString(xmlFile, ajKey .. '#jointType'); if jointType and jointType == 'implement' or jointType == 'cutter' then

by

local rotationNode = getXMLString(xmlFile, ajKey .. '#rotationNode');

            if rotationNode then