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.3K
Mining

b Factorio Update broke mod

a month ago

Hello, this is just to inform you that the newest update to Factorio messed with the size of sprites again, resulting in an error when starting the game : https://i.imgur.com/gfikLYI.png

a month ago

I get another error on startup.
Failed to load mods: Error while loading entity prototype "mining-drone" (unit): Missing filename in sound specification in property tree at ROOT.unit.mining-drone.walking_sound.variations
Modifications: Mining Drones 2 Remastered

a month ago

According to the other mining drone mod at https://mods.factorio.com/mod/Mining_Drones/discussion/67bc6a77a85aa5cb7b414f92

The fix is
~Simply changing
local sound = data.raw.tile["grass-1"].walking_sound
to
local sound = data.raw.tile["grass-1"].walking_sound.variations
in mining_drone_entity.lua fixes the problem.

a month ago
(updated a month ago)

Hello, this is just to inform you that the newest update to Factorio messed with the size of sprites again, resulting in an error when starting the game : https://i.imgur.com/gfikLYI.png

This one is caused by the tiberium mod and is slated to get fixed in their next update
or manual fix is here
extract Factorio-Tiberium_2.0.10.zip and navigate:
->prototype
->entity
->tiberium-beacon-node.lua

edit line:
69: width = 18,
70: height = 29,

save

As for this mod there is also this issue https://i.imgur.com/0T7XHIf.png which is related to here and solved here already https://mods.factorio.com/mod/Mining_Drones/discussion/6798f32c518d0866cec0df11

For those who want a manual fix for this
find line 16 in \Mining_Drones_Remastered\data\entities\attack_proxy\attack_proxy.lua
replace
filename = "base/graphics/icons/ship-wreck/small-ship-wreck.png",
with
filename = "core/graphics/empty.png",

find line 327
replace
icon = "base/graphics/icons/ship-wreck/small-ship-wreck.png",
icon_size = 32,

with

icon = "__core__/graphics/empty.png",
icon_size = 1,
a month ago

According to the other mining drone mod at https://mods.factorio.com/mod/Mining_Drones/discussion/67bc6a77a85aa5cb7b414f92

The fix is
~Simply changing
local sound = data.raw.tile["grass-1"].walking_sound
to
local sound = data.raw.tile["grass-1"].walking_sound.variations
in mining_drone_entity.lua fixes the problem.

how do i do this exactlie i dont have a mod folder

a month ago

where can i fixe the issue i cant alter the mods ore even find any of them in the factorio files

a month ago

where can i fixe the issue i cant alter the mods ore even find any of them in the factorio files

The mods are located in %Appdata%/Roaming/Factorio/mods

a month ago
(updated a month ago)

перед core и после знак подчеркивания поставить

New response