Page 1 of 1
add option to lamp to hide "logistic network"
Posted: Sun May 21, 2017 6:04 pm
by gheift
Please add an option to the lamp prototype to disable connecting to the logistic network. This will help to use the lamp in a more generic way.
Thanks,
Gerhard
Re: add option to lamp to hide "logistic network"
Posted: Sun May 21, 2017 9:31 pm
by Nexela
Set the wire distance to 0 in data.lua
circuit_wire_max_distance = 0
in control.lua on_created event
event.created_entity.operable=false
Re: add option to lamp to hide "logistic network"
Posted: Wed May 24, 2017 1:21 am
by gheift
I want to have an entity, where the user is only able to modify the circuit condition of the lamp, but is not able to connect it to the logistic network. Your solution is to disable both, what is not what I want.