is it possible to create multiple dynamicFillPlanes in one placabe mod?

Your forum for all discussions around Modding.
erwinsiuda
Posts: 9
Joined: Wed Nov 11, 2020 11:02 pm

is it possible to create multiple dynamicFillPlanes in one placabe mod?

Post by erwinsiuda »

Hi,
In placeables mods in .xml files <storage/> function I'm trying to create multiple, separate dynamicFillPlane for each fillType, with set capacity in Placable mod

for example, I want a static Container for silage with set capacity being animated as dynamicFillPlane and another Container next to it with woodchips with set capacity with woodchips dynamicFillPlane

but no matter what I write below in <storage/> function it takes only one and first in line dynamicFillPlane for ALL storage capacities/fillTypes

for example, in greenhouses, we have storage for water and we can add whatever let's say fertilizer into that storage to make it work. If whole storage ~= is not nil then greenhouse works but then it seems like we can have only one dynamicFillPlane for the whole Storage function correct me if I'm wrong

please let me know If there is any other way to create multiple dynamicFillPlanes for each loaded material/fillType