Page 1 of 1

Add entity flag to show logsitics network

Posted: Thu Apr 23, 2020 5:54 am
by Optera
To show roboport coverage when placing an item, currently there's only a hack of using logistics-container and swap that in on_created with the real entity.
Since chest don't support rotation we can't rotate these hacked entities before placing them.

As Rseding suggested on discord please add a flag so any entity can show logistic cell coverage on mouse over and when placing it.
Rseding91 wrote: But there are plenty of flags left on entity prototype so one could be added that makes mousing over a given entity show the logistic area like logsitic containers do.
If someone would put it in modding interface requests.

Re: Add entity flag to show logsitics network

Posted: Fri May 22, 2020 4:45 am
by Optera
Implemented in 0.18.25.
FactorioBot wrote: Tue May 19, 2020 11:40 amAdded item prototype flag "draw-logistic-overlay".
Thank you.