Page 1 of 1

Setting a logistic chest active to false should make the logistic network ignore the chest

Posted: Thu Sep 12, 2019 6:28 pm
by AlienX
Hi,
If possible, i would love for logistical chests (Prototype/LogisticContainer) to be ignored by the logistic network logic when the entity's active state is set to false.

But the player should still be able to use the chest, as in store items manually and set logistical requests, scripts getting the logistical requests of the entity should still return the logistical request slots even if the active is set to false.

Re: Setting a logistic chest active to false should make the logistic network ignore the chest

Posted: Fri Sep 13, 2019 2:44 am
by Rseding91
Logistic chests don't support the concept of "active". They are not updatable entities and so setting them active/inactive is a does-nothing function call.

So, there's no way to make it work like you describe.

Re: Setting a logistic chest active to false should make the logistic network ignore the chest

Posted: Sat Jul 29, 2023 3:13 am
by raspberrypuppies
They are turned off when they are marked for deconstruction. Requesters cancel their requests and providers cancel their pickups. Could it simulate the mark-for-deconstruction behavior?