Mining Drones 2.0 Remastered

by AivanF

Adds mining drones and depots providing great yet cusomizable balance: - robust drones recipe ingredients instead of pure iron - normal pollution rate - electric energy usage - editable stack sizes - many compatible mods And so much more! Everything is configurable, many supported mods. Locales: 🇬🇧 English 🇩🇪 Deutsch 🇪🇸 Español 🇫🇷 Français 🇹🇷 Türkçe 🇺🇦 Український 🇷🇺 Русский 🇨🇳 中文

Content
5 months ago
1.1 - 2.0
18.4K
Mining

b Drone corpses stay forever.

3 months ago
(updated 3 months ago)

Found out how to remove the corpses. In file Mining_Drones_Remastered_102.1.4\data\entities\mining_drone\mining_drone_entity.lua
Add the following around line 180:

corpse.name = bot_name.."-corpse" -- existing code
-- Add the following line here.
corpse.time_to_live = 6000 -- Milli-seconds I guess. Increase value to make corpses stay around longer. (0=forever)

The default value for this is 0 as derived from character-corpse in the Base mod.
There must be other code which sets the timeout (changes value from 0) elsewhere in the Factorio code for the character-corpse.

I posted this fix on the original Mining_Drones mod by Klonan as well.
https://mods.factorio.com/mod/Mining_Drones/discussion/67238f82f7d2d83048b75599

New response