Page 1 of 1

Ability to edit logistic-robots max_payload_size

Posted: Thu Apr 24, 2025 4:41 pm
by DerLolli
Hello everyone.

I am currently creating a mod where i want to add custom logistic robots that are not effected by the "Worker robot cargo size" technology.
Basically i want to manually set the max_payload_size of a robot. I already tried to look into LuaInventory of the robot but i dont think there is a way to manually force the stack size on an inventory slot.

Is there another way to do it or is it impossible ?

Re: Ability to edit logistic-robots max_payload_size

Posted: Fri Apr 25, 2025 6:07 pm
by Bilka
This is not possible. You could make a modding interface request for it, it would be similar to FlyingRobotPrototype::max_speed.

Re: Ability to edit logistic-robots max_payload_size

Posted: Sun Apr 27, 2025 1:02 pm
by DerLolli
Thanks for the response

I guess i try that :D