Mining Drones Overloaded


Stuff as many drones as you can into those mining depots! Settings to set depot capacity and drone stacksize. Deprecated for 2.0. Use AivanF's Mining Drone 2.0 Remastered instead.

Tweaks
3 years ago
1.1
8.00K
Mining

i Transport Drones

2 years 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.

2 years 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