Mining Drones Overloaded


Stuff as many drones as you can into those mining depots! Settings to set depot capacity and drone stacksize.

Tweaks
2 years ago
1.1
7.57K
Mining

i Transport Drones

1 year, 11 months ago

Hey, I'm looking to add a similar mod with settings for Transport Drones so supply depots can have larger item buffers. Any chance I can get access to your source for this? Or alternatively, would you mind giving me some pointers? Am a bit stuck on how to change another mod's settings from my mod, and by the looks of it, you pulled that off.

1 year, 10 months ago

Source? You can just look in the game file, Lua does not need to be compiled by modders.

Transport Drones supply depot is a chest, you can simply increase the inventory size by changing the inventory_size in its prototype. A one line like this should work:
data.raw.container["supply-depot-chest"].container_size = 500
or replace the 500 with a value from a startup setting, if you can manage to find out how to do that.

New response