stijnwop / manureSystem

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

Will not work with Multiple Fill Units #209

Open Bullitt33 opened 2 months ago

Bullitt33 commented 2 months ago

Found another issue with this mod. Manure system will only work with the first fill unit of a multiple fill unit mod. What I have going on is a chemical mixing trailer for sprayers. It is set up to mix a new Filltype (RAWHERBICIDE) with WATER to output HERBICIDE.

The problem is that ManureSystem will only identify the first fill volume.

So if the first fillUnit is set to Water it will load water through the hose, mix the chemical with water but then will not off load herbicide to the sprayer through the hose.

If I change the first fillUnit to HERBICIDE. Then I can offload to the sprayer using the hose but can not load water through the hose because water is not the first fillUnit.

Is there anyway to remedy this issue being multiple fillUnits is not part of the base game?