stijnwop / manureSystem

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

park connector - hose is hanging down #179

Closed DrewCZ closed 10 months ago

DrewCZ commented 10 months 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 10 months 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 10 months 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 10 months ago

everything clear, thank you for your help