stijnwop / manureSystem

Manure System modification for Farming Simulator 2022
GNU General Public License v3.0
97 stars 58 forks source link

park connector - hose is hanging down #179

Closed DrewCZ closed 1 year ago

DrewCZ commented 1 year ago

Hi, please why this park connector doesn't work?

definition:

        <connector type="COUPLING" isParkPlace="true" parkPlaceLength="3" createNode="true" position="1.06 1.58 -3.4" startTransOffset="0 0.03 0.1" />
        <connector type="COUPLING" isParkPlace="true" parkPlaceLength="3" createNode="true" position="-1.06 1.58 -3.4" startTransOffset="0 0.03 0.1" />

same situation on both sides: obrazek

also compared with your def:

but no mistake was found. thank you for your help
stijnwop commented 1 year ago

Please read the docs: https://github.com/stijnwop/manureSystem/blob/master/docs/VEHICLES.md#setting-up-park-places

The definition you show is from FS19 and deprecated.

KITT3000 commented 1 year ago

@DrewCZ how else do you want to "attach" the deformer since linkNode is responsible for it because then it becomes the zero (base) position for your newly defined position

DrewCZ commented 1 year ago

everything clear, thank you for your help