Community Forum

fs22 convert cant fill out of placable refill tank

Forum Overview >> Farming Simulator 22

CategoryFarming Simulator 22
Created14.12.2021 19:30


Johnathan Davis (jagsta21) 14.12.2021 19:30
I'm trying to convert over a pull behind tank for liquid fert. I have corrected all the errors in the game log, but I still cannot get it to refill from the placable refill tanks or the bulk trailers it WILL fill from a pallet of liquid fert though. what am I missing? I have combed over a handful of sprayers from base game and don't see anything out of the ordinary.

here is what my fillunit looks like:
<fillUnit>
<fillUnitConfigurations>
<fillUnitConfiguration>
<fillUnits>
<fillUnit unitTextOverride="$l10n_unit_literShort" fillTypeCategories="sprayer" capacity="16700">
</fillUnits>
</fillUnitConfiguration>
</fillUnitConfigurations>
</fillUnit>

Scott Corio (DumpsterDave) 14.12.2021 19:54
Do you have a fill node specified?
example:
fillUnit>
<fillUnitConfigurations>
<fillUnitConfiguration>
<fillUnits>
<unloading width="12" offset="0 0 0"/>
<fillUnit unitTextOverride="$l10n_unit_literShort" fillTypes="MILK WATER LIQUIDFERTILIZER HERBICIDE DIESEL" capacity="8000">
<exactFillRootNode node="exactFillRootNode"/>
</fillUnit>
</fillUnits>
</fillUnitConfiguration>
</fillUnitConfigurations>
</fillUnit>

Johnathan Davis (jagsta21) 14.12.2021 20:29
I have played with that. I put the ExactFillRootNode as the tank itself. and that didn't help. there were no log errors with it though. does it need to be a transform group instead?

Scott Corio (DumpsterDave) 14.12.2021 20:33
Check the node and see how it's setup. I would open one of the existing tankers in the editor and replicate how it's setup there. You'll see specific flags on the node there that might be missing on tank itself.

Johnathan Davis (jagsta21) 14.12.2021 23:43
thanks! testing this now.

Scott Lambert (Scooter) 16.12.2021 19:34
Check that you have the correct collision masks set for the tanker.


Note: Log in to post. Create a new account here.