stijnwop / manureSystem

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

Can't get my Barrel work #195

Closed Friendlyx closed 7 months ago

Friendlyx commented 7 months ago

I successfully added parking positions for the barrel and also couplings but can't get the Docking Arm to work.

First for the couplings they work but they still keep on working with the hose disconnected even when far far away from refill trailer. It only stops If I disconnect both ends of the hose. fsScreen_2024_01_21_20_42_04

And for the Docking Arm, I don't know I tried everything from the tutorials but no help.

fsScreen_2024_01_21_20_41_42

 <manureSystem hasConnectors="true" hasPumpMotor="true" hasFillArm="true" />
    <manureSystemPumpMotor litersPerSecond="250" toReachMaxEfficiencyTime="1000">
    <manureSystemFillArm type="DOCK" node="0>0|3|1|0|0|2" needsDockingCollision="true">
    <collision position="0 0.1 0" rotation="90 0 0"/>
</manureSystemFillArm>
<!--  <manureSystemFillArm type="DOCK" createNode="false" needsDockingCollision="true" node="0>0|3|1|0|0|2" /> -->
<!--       <manureSystemFillArm type="DOCK" createNode="true" needsDockingCollision="true" linkNode="0>0|3|1|0|0|0" position="-0.858 -0.004 -0.342" rotation="0 0 0" fillYOffset="-0.4"/> -->
    <sounds>
        <pump template="SLURRY_02">
            <pitch indoor="0.85" outdoor="0.75"/>
        </pump>
    </sounds>
    </manureSystemPumpMotor>
    <manureSystemConnectors>
    <connector type="COUPLING" node="coupling1"/>
        <connector type="coupling" node="coupling2"/>

          <connector type="COUPLING" isParkPlace="true" createNode="true" position="1.326 1.865 -2.453" direction="left" inRangeDistance="3">
            <parkPlaces>
                <parkPlace length="3"/>
            </parkPlaces>
        </connector>
        <connector type="COUPLING" isParkPlace="true" createNode="true" position="-1.326 1.865 -2.453" direction="left" inRangeDistance="3">
            <parkPlaces>
                <parkPlace length="3"/>
            </parkPlaces>
        </connector>

 </manureSystemConnectors>

Screenshot 2024-01-21 204929

Friendlyx commented 7 months ago

even with debug nothing found for the Arm. There is no Node/collision created.

Friendlyx commented 7 months ago

finally found the error. Fillarm was added under the Pump syntax