Hallo liebe Com,
ich habe ein Problem mit dem ManureSystem. Und zwar würde ich gerne mit Hilfe eines Zubringers Gülle in ein alleinstehendes Güllelager pumpen. Jedoch kann ich leider weder über das Schlauchsystem noch über das einfache "abkippen" Gülle in den Behälter bekommen. Ohne eingebautes ManureSystem im Behälter ist es jedoch möglich.
Ich habe ein Mod-Güllelager verwendet, das Problem besteht jedoch auch bei dem Standard Güllelager.
Ich habe folgende Codes in die XML eingetragen:
Beim Zubringer:
<manureSystem hasConnectors="true" hasPumpMotor="true" hasFillArm="true"/>
<manureSystemPumpMotor isStandalone="false" litersPerSecond="250" toReachMaxEfficiencyTime="1000">
<sounds>
<pump template="SLURRY_02">
<pitch indoor="0.85" outdoor="0.75"/>
</pump>
</sounds>
</manureSystemPumpMotor>
<manureSystemFillArmConfigurations>
<manureSystemFillArmConfiguration name="Ohne Saugarm" price="0">
<objectChange node="Saugarmhalter" visibilityActive="false" />
<objectChange node="Saugarm" visibilityActive="false" />
<objectChange node="Abknicker" visibilityActive="false"/>
<objectChange node="KurzesRohr" visibilityActive="false"/>
<objectChange node="saugarm" visibilityActive="false"/>
</manureSystemFillArmConfiguration>
<manureSystemFillArmConfiguration name="Saugarm mit Grubenschlauch" price="3850">
<manureSystemFillArm needsDockingCollision="false" node="0>9|4|0|0|2|0|0|0|0|0" fillYOffset="-0.4"/>
<objectChange node="Saugarmhalter" visibilityActive="true"/>
<objectChange node="Saugarm" visibilityActive="true" />
<objectChange node="Abknicker" visibilityActive="false"/>
<objectChange node="KurzesRohr" visibilityActive="false"/>
<objectChange node="saugarm" visibilityActive="true"/>
</manureSystemFillArmConfiguration>
<manureSystemFillArmConfiguration name="Saugarm mit Andockstutzen" price="3850">
<manureSystemFillArm type="DOCK" node="0>9|4|0|0|1|0" needsDockingCollision="true">
<collision position="0 0.1 0" rotation="90 0 0"/>
</manureSystemFillArm>
<objectChange node="Saugarmhalter" visibilityActive="true" />
<objectChange node="Saugarm" visibilityActive="true" />
<objectChange node="Abknicker" visibilityActive="false"/>
<objectChange node="KurzesRohr" visibilityActive="true"/>
<objectChange node="saugarm" visibilityActive="false"/>
</manureSystemFillArmConfiguration>
<manureSystemFillArmConfiguration name="Saugarm mit Andockbogen" price="4450">
<manureSystemFillArm type="DOCK" node="0>9|4|0|0|0|0" needsDockingCollision="true">
<collision position="0 0.1 0" rotation="90 0 0"/>
</manureSystemFillArm>
<objectChange node="Saugarmhalter" visibilityActive="true"/>
<objectChange node="Saugarm" visibilityActive="true" />
<objectChange node="Abknicker" visibilityActive="true"/>
<objectChange node="KurzesRohr" visibilityActive="false"/>
<objectChange node="saugarm" visibilityActive="false"/>
</manureSystemFillArmConfiguration>
</manureSystemFillArmConfigurations>
^^
<manureSystemConnectors>
<connector type="COUPLING" node="hoseNode01" isParkPlace="true" direction="left" inRangeDistance="3">
<parkPlaces>
<parkPlace length="3" startTransOffset="0 0 0" startRotOffset="3 0 0" endTransOffset="0 0.1 0" endRotOffset="0 0 0"/>
</parkPlaces>
</connector>
<connector type="COUPLING" node="hoseNode02" isParkPlace="true" direction="left" inRangeDistance="3">
<parkPlaces>
<parkPlace length="3" startTransOffset="0 0 0" startRotOffset="3 0 0" endTransOffset="0 0.1 0" endRotOffset="0 0 0"/>
<parkPlace length="5" startTransOffset="0 0 0" startRotOffset="3 0 0" endTransOffset="0 0.25 0" endRotOffset="0 0 0"/>
</parkPlaces>
</connector>
<connector type="COUPLING" node="hoseNode03" isParkPlace="true" direction="left" inRangeDistance="3">
<parkPlaces>
<parkPlace length="3" startTransOffset="0 0 0" startRotOffset="3 0 0" endTransOffset="0 0.1 0" endRotOffset="0 0 0"/>
</parkPlaces>
</connector>
<connector type="COUPLING" node="hoseNode04" isParkPlace="true" direction="left" inRangeDistance="3">
<parkPlaces>
<parkPlace length="3" startTransOffset="0 0 0" startRotOffset="3 0 0" endTransOffset="0 0.1 0" endRotOffset="0 0 0"/>
<parkPlace length="5" startTransOffset="0 0 0" startRotOffset="3 0 0" endTransOffset="0 0.25 0" endRotOffset="0 0 0"/>
</parkPlaces>
</connector>
<connector type="COUPLING">
<sharedSet createNode="true" linkNode="node01Hoses" placeholderNode="node01Placeholder" id="1">
<connector type="CONNECTOR_1"/>
<valve type="8INCH_BRASS"/>
<handle type="handle_new"/>
</sharedSet>
</connector>
<connector type="COUPLING">
<sharedSet createNode="true" linkNode="node02Hoses" placeholderNode="node02Placeholder" id="1">
<connector type="CONNECTOR_1"/>
<valve type="8INCH_BRASS"/>
<handle type="handle_new"/>
</sharedSet>
</connector>
<connector type="COUPLING">
<sharedSet createNode="true" linkNode="node03Hoses" placeholderNode="node03Placeholder" id="1">
<connector type="CONNECTOR_1"/>
<valve type="8INCH_BRASS"/>
<handle type="handle_new"/>
</sharedSet>
</connector>
<connector type="DOCK" stationaryConnectorId="1" inRangeDistance="0.15">
<sharedSet node="node04" id="4" placeholderNode="node04Placeholder">
<connector type="FUNNEL_8INCH" color="0 0 0">
<pipe>true</pipe>
<flangeRound>false</flangeRound>
<flangeQuad>true</flangeQuad>
</connector>
</sharedSet>
<trigger position="0 0.4 0" roation="0 0 0" linkNode="node04"/>
</connector>
<connector type="DOCK" stationaryConnectorId="1" inRangeDistance="0.15">
<sharedSet node="node05" id="4" placeholderNode="node05Placeholder">
<connector type="FUNNEL_8INCH" color="0 0 0">
<pipe>true</pipe>
<flangeRound>false</flangeRound>
<flangeQuad>true</flangeQuad>
</connector>
</sharedSet>
<trigger position="0 0.4 0" roation="0 0 0" linkNode="node05"/>
</connector>
</manureSystemConnectors>
Alles anzeigen
Beim Güllelager:
<manureSystem hasConnectors="true" hasFillArmReceiver="false" hasMixers="false" />
<manureSystemConnectors>
<connector type="COUPLING" componentNode="0>" fillTypes="LIQUIDMANURE DIGESTATE"> <!-- RigidBodyNode /> -->
<sharedSet id="1" createNode="true" linkNode="0>7" > <!-- ConnecterNode /> -->
<connector type="CONNECTOR_1" /> <!-- Assetswahl /> -->
<valve type="8INCH_BRASS" />
<handle type="HANDLE_OLD" />
</sharedSet>
</connector>
</manureSystemConnectors>
<manureSystemStorage>
<trigger node="exactFillRootNode"/>
<storage node="0" fillTypeCategories="slurryTank" fillTypes="LIQUIDMANURE DIGESTATE" capacityPerFillType="500000"/>
<fillPlane node="slurryPit_fillPlane" planeMinY="-1.65" planeMaxY="0.25"/>
</manureSystemStorage>
Alles anzeigen
Habe ich grundsätzlich etwas falsch eingetragen, ist es generell gar nicht möglich oder gibt es einen Eintrag wo man beim Fass die Pumprichtung änder kann
Würde mich freuen wenn mir jemand helfen könnte.
Gruß Orbi
(Log lade ich mal mit allen Mods im Ordner hoch, vielleicht findet ja jemand einen Konflikt zwischen Mods, da habe ich leider keine Ahnung von)