stijnwop / manureSystem

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

liquid manure pumping into bga #79

Closed Floowy closed 4 years ago

Floowy commented 4 years ago

Hello wopster, again a short question, maybe a stupid one. It's not possible to pump liquid manure into a bga? Always getting the message "pump material is not supported".

Not sure if this is an issue or not, maybe it's not inteded to be able to pump liquid manure into a BGA. I´'m little confused about it.

stijnwop commented 4 years ago

Well, the BGA you're trying to pump to only supports digestate .. that's why.

Fully depends on how that object is setup, so no issue at all.

Floowy commented 4 years ago

Well, that's not the problem, like you can see in the part of the xml `

    <bunker>
        <unloadingStation node="0|0|0" stationName="$l10n_station_bgaBunker" appearsOnPDA="true" appearsOnStats="true" storageRadius="0" >
            <unloadTrigger exactFillRootNode="0" baleTriggerNode="1"/>
        </unloadingStation>

        <slot capacity="100000" litersPerSecond="30" >
            <fillType fillTypes="silage manure pomace" scale="0.4" pricePerLiter="0.5"/>
            <fillType fillTypes="grass_windrow dryGrass_windrow" scale="0.2" pricePerLiter="0.1"/>
            <display baseNode="0|0|1" />
        </slot>
        <slot capacity="150000" litersPerSecond="10">
            <fillType fillTypes="liquidManure" scale="0.3" pricePerLiter="0.4"/>
        </slot>
    </bunker>`
stijnwop commented 4 years ago

Slots are input.. not output.

Floowy commented 4 years ago

Yes and I want to put in liquidManure into the BGA. No issue when using any liquid manure barrel with giving LM to the BGA via the normal input trigger, only the manure system connector isn't working for input The BGA is working vanilla based

Maybe I understand something wrong, not sure at all