How to create a requester with more than 12 "request slots"?
How to create a requester with more than 12 "request slots"?
This is something that would seem trivial, but there is not actually a value for in the entity prototype. Can it be done, or faked with some scripting hackery (ie sending explicit requests manually)?
Re: How to create a requester with more than 12 "request slots"?
By the control.lua it is read only
http://lua-api.factorio.com/latest/LuaE ... slot_count
http://lua-api.factorio.com/latest/LuaE ... slot_count
request_slot_count :: uint [Read-only]
The number of request slots this entity has.
Re: How to create a requester with more than 12 "request slots"?
Yes, I know that. But if I am adding a custom entity type, that is irrelevant.darkfrei wrote:By the control.lua it is read only
http://lua-api.factorio.com/latest/LuaE ... slot_countrequest_slot_count :: uint [Read-only]
The number of request slots this entity has.
Re: How to create a requester with more than 12 "request slots"?
num_logistic_slots
Re: How to create a requester with more than 12 "request slots"?
Thank you! This needs to be documented somewhere.Nexela wrote:num_logistic_slots
Re: How to create a requester with more than 12 "request slots"?
DoneReika wrote:Thank you! This needs to be documented somewhere.Nexela wrote:num_logistic_slots
I'm an admin over at https://wiki.factorio.com. Feel free to contact me if there's anything wrong (or right) with it.